NAME: gnome-libs VERSION: 1.4.2 RELEASE: 1 SUMMARY: The main GNOME libraries. DISTRIBUTION: Cygwin GNOME 1.4 VENDOR: LICENSE: LGPL PACKAGER: Hansom Young GROUP: System Environment/Libraries OS: Cygwin ARCH: i586 SOURCE RPM: DESCRIPTION: GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-libs package includes libraries that are needed to run GNOME. ---------------------------------------------------------------------- @ gnome-libs category: GNOME-libs requires: cygwin XFree86-libs libdb3.1 libintl2 glib gtk+ ORBit imlib esound audiofile libghttp curr: 1.4.2 prev: 1.4.1.2.90-16 sdesc: " The main GNOME libraries." ldesc: "GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-libs package includes libraries that are needed to run GNOME." @ gnome-libs-devel category: GNOME-devel GNOME-libs requires: cygwin XFree86-libs libintl libdb3.1-devel glib-devel gtk+-devel ORBit imlib-devel esound-devel audiofile-devel libghttp-devel curr: 1.4.2 prev: 1.4.1.2.90-16 sdesc: "The libraries and include files for gnome-libs." ldesc: "The libraries and include files that you will need to develop GNOME applications, along with some tools to help development (such as gnome-config, mkstub etc)." @ gnome-libs-docs category: GNOME-devel requires: cygwin curr: 1.4.2 sdesc: "The API references for gnome-libs libraries" ldesc: "This packages contains the API references for libart, libgnome, libgnomeui, libgnorba and libzvt." ---------------------------------------------------------------------- CYGWIN PORT LOG: ----------------- Built with the patch contributed by Steven O'Brien at http://homepage.ntlworld.com/steven.obrien2/. * Jun 28, 2002 1.2.13-17 Built from RedHat7.2 source rpm, with Steven O'Brian's patch. * Nov 25, 2002 1.4.1.2.90-15 There is little difference between 1.4.1.2.90-14 and -15. Only '.mo' trailer in the folder names under /opt/gnome/share/locale was removed. (pt_BR.mo renamed to pt_BR, etc). * Dec 03, 2002 1.4.1.2.90-16 Built with X_LOCALE (use _Xsetlocale() to replace setlocale()), as cygwin lacks good support for setlocale (Applications that use gtk_set_locale() or gnome_init() now have right locale. But not those who call setlocale() directly.) * Jan 25, 2003 1.4.2-1 Updated to 1.4.2. Build gnome-libs-1.4.2 from source for Cygwin --------------------------------------------- 1. In order to build gnome-libs-1.4.2 by yourself, you need libdb3.1-devel, libintl, XFree86-libs. These package is now included in the Cygwin net release. You can download them from any cygwin mirror site. 2. You also need some GNOME package: glib, gtk+, esound, audiofile, gnome-libs, ORBit, oaf, libxml. The source packages of them could be found on ftp://ftp.gnome.org/pub/GNOME/stable/sources. Binary packages of them built for Cygwin could be found on the Cygwin GNOME project (http://www.sourceforge.net/projects/cygnome). You also need to download the -devel packages. 3. Patches for Cygwin port of GNOME libraries is contributed and maintained by Steven O'Brian, at http://homepage.ntlworld.com/steven.obrien2/. 4. Start building: - Unpack the source tarball of gnome-libs-1.4.2 - $ patch -p1 -b < gnome-libs-1.4.2-cygwin.patch - $ CFLAGS="-O2 -I/usr/include/db3.1" CPPFLAGS=-I/usr/include/libpng \ LIBS="-ldb3.1" ./configure --prefix=/opt/gnome - $ make - $ make DESTDIR=/some/where install