NAME: bonobo VERSION: 1.0.22 RELEASE: 2 SUMMARY: Library for compound documents in GNOME HOMEPAGE: http://www.gnome.org/ DISTRIBUTION: Cygwin GNOME 1.4 VENDOR: LICENSE: GPL PACKAGER: Hansom Young GROUP: System Environment/Libraries OS: Cygwin ARCH: i586 REQUIRES: ORBit gtk+ libxml gdk-pixbuf gnome-libs gnome-print oaf SOURCE: ftp://ftp.gnome.org/pub/GNOME/stable/sources/bonobo/bonobo-1.0.22.tar.gz DESCRIPTION: Bonobo is a library that provides the necessary framework for GNOME applications to deal with compound documents, i.e. those with a spreadsheet and graphic embedded in a word-processing document. ----- setup.hint ------------------------------------------------- @ bonobo category: GNOME-libs sdesc: "Library for compound documents in GNOME" lsdec: "Bonobo is a library that provides the necessary framework for GNOME applications to deal with compound documents, i.e. those with a spreadsheet and graphic embedded in a word-processing document." requires: gtk+ ORBit libxml gdk-pixbuf gnome-libs gnome-print oaf curr: 1.0.22-1 prev: 1.0.19-1 @ bonobo-devel category: GNOME-libs GNOME-devel sdesc: "Libraries and include files for bonobo" lsdec: "Libraries and include files for the Bonobo document model" requires: gtk+-devel ORBit-devel libxml-devel gdk-pixbuf-devel gnome-libs-devel gnome-print-devel oaf-devel curr: 1.0.22-1 prev: 1.0.19-1 ------------------------------------------------------------------ About this Cygwin port: ----------------------- Built with Steven O'Brian's Cygwin GNOME patches and instructions http://homepage.ntlworld.com/steven.obrien2/. Built on cygwin-1.3.20, with gcc-3.2, binutils-20021107 and gtk+-1.2.10, ORBit-0.5.17, libxml-1.8.17, gdk-pixbuf-0.21.0, gnome-libs-1.4.2, gnome-print-0.35 and oaf-0.6.10. Not tested on other configuration. Change Log ---------- Feb 28, 2003 1.0.22 Kept up with latest version 1.0.22, built with Steven O'Brian's 20030128 patch. Nov 19, 2002 1.0.19 Updated to 1.0.19, built from RedHat 7.3 source package, with Steven O'Brian's patch 20020712 Jun 28, 2002 1.0.7 First Cygwin release, built from RedHat 7.2 source package, with Steven O'Brian's patch 20020624 Build bonobo for Cygwin: --------------------------- 1. In order to build bonobo by yourself, you need a lot of GNOME libraries, such as gtk+, libxml, ORBit, gnome-libs, gdk-pixbuf, gnome-print, oaf, etc. The source package of GNOME libraries could be found on ftp://ftp.gnome.org/pub/GNOME/stable/sources/. Patches for Cygwin port of GNOME libraries is contributed and maintained by Steven O'Brian, at http://homepage.ntlworld.com/steven.obrien2/. The latest patch is for bonobo-1.0.22 when writing this README. A collection of binary package of GNOME libraries built for Cygwin could be found on the Cygwin GNOME project http://cygnome.sourceforge.net. 2. Start building: - Unpack the source tarball of bonobo-1.0.22 - $ patch -p1 -b < bonbo-1.0.22-cygwin.patch - $ CFLAGS=-O2 ./configure --prefix=/opt/gnome - $ make - $ make DESTDIR=/some/where install