Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20995/10.4/unstable/main/finkinfo/gnome

Modified Files:
        libcroco1.info 
Added Files:
        libcroco1.patch 
Log Message:
New version with fixed deps and linking.
NB: shlibs compatibility_version was wrong in previous version (not
really decreasing).


Index: libcroco1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libcroco1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libcroco1.info      8 Aug 2006 18:01:56 -0000       1.4
+++ libcroco1.info      8 Aug 2006 18:42:12 -0000       1.5
@@ -1,14 +1,15 @@
 Package: libcroco1
-Version: 0.5.0
-Revision: 1007
+Version: 0.5.1
+Revision: 1
 Source: mirror:gnome:sources/libcroco/0.5/libcroco-%v.tar.bz2
-Source-MD5: 2b152b07e87d448f6678ccb066afdc58
+Source-MD5: 19e016a5533449a769662a116df7237c
+Patch: %n.patch
 PatchScript: <<
   perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
   perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
-Depends: %N-shlibs (>= %v-%r), audiofile-shlibs, esound-shlibs, libjpeg-shlibs
-BuildDepends: gconf2-dev (>= 2.6.0-1), gettext-bin, gettext-tools, 
libgettext3-dev, glib2-dev (>= 2.6.6-1111), dbus-dev (>= 0.60-1), libhowl-dev, 
gnome-vfs2-dev (>= 2.6.0-1) | gnome-vfs2-ssl-dev (>= 2.6.0-1), gtk+2-dev (>= 
2.4.0-1), libart2 (>= 2.3.16-1), libbonobo2-dev (>= 2.6.0-1), libbonoboui2-dev 
(>= 2.6.0-1), libiconv-dev, libjpeg, libgnome2-dev (>= 2.6.0-1), 
libgnomecanvas2-dev (>= 2.6.0-1), libgnomeui2-dev (>= 2.6.0-1), libxml2 (>= 
2.6.7-1), orbit2-dev (>= 2.10.0-1), pango1-xft2-dev (>= 1.4.0-1), pkgconfig, 
audiofile, esound
+Depends: %N-shlibs (= %v-%r), glib2-shlibs (>= 2.12.0-1), libgettext3-shlibs, 
libxml2-shlibs, libiconv
+BuildDepends: gettext-bin, gettext-tools, libgettext3-dev, glib2-dev (>= 
2.12.0-1), libiconv-dev, libxml2 (>= 2.6.7-1), pkgconfig
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops
 ConfigureParams: --infodir=%p/share/info --mandir=%p/share/man 
--enable-seleng=yes --enable-layeng=yes
@@ -17,13 +18,20 @@
 SplitOff: <<
   Package: %N-shlibs
   Files: lib/libcroco.*.dylib
-  Depends: atk1-shlibs (>= 1.6.0-1), gconf2-shlibs (>= 2.6.0-1), 
libgettext3-shlibs, glib2-shlibs (>= 2.6.6-1111), gnome-vfs2-shlibs (>= 
2.6.0-1) | gnome-vfs2-ssl-shlibs (>= 2.6.0-1), gtk+2-shlibs (>= 2.4.0-1), 
libart2-shlibs (>= 2.3.16-1), libbonobo2-shlibs (>= 2.6.0-1), 
libbonoboui2-shlibs (>= 2.6.0-1), libgnome2-shlibs (>= 2.6.0-1), 
libgnomecanvas2-shlibs (>= 2.6.0-1), libgnomeui2-shlibs (>= 2.6.0-1), libiconv, 
libxml2-shlibs (>= 2.6.7-1), orbit2-shlibs (>= 2.10.0-1), pango1-xft2-shlibs, 
popt-shlibs
+  Depends:glib2-shlibs (>= 2.12.0-1), libgettext3-shlibs, libxml2-shlibs, 
libiconv
   Shlibs: <<
-    %p/lib/libcroco.2.dylib 24.0.0 %n (>= 0.5.0-1)
+    %p/lib/libcroco.2.dylib 4.0.0 %n (>= 0.5.0-1)
   <<
-  DocFiles: ABOUT* COPYING* ChangeLog HACKING
+  DocFiles: ABOUT* AUTHORS COPYING* ChangeLog HACKING NEWS README TODO
+<<
+DocFiles: ABOUT* AUTHORS COPYING* ChangeLog HACKING NEWS README TODO
+DescPackaging: <<
+  Use glib2-2.12.0 for GCC version independence
+<<
+DescPort: <<
+  Fix upstream linking bugs (libcroco wasn't linking against the libs
+  that supplied symbols it used)
 <<
-DocFiles: ABOUT* AUTHORS COPYING* ChangeLog HACKING
 Description: CSS parsing and manipulation library
 DescDetail: <<
 The Libcroco project is an effort to build a generic Cascading

--- NEW FILE: libcroco1.patch ---
diff -Nurd -x'*~' libcroco-0.5.1.orig/src/Makefile.in 
libcroco-0.5.1/src/Makefile.in
--- libcroco-0.5.1.orig/src/Makefile.in 2004-04-18 13:15:23.000000000 -0400
+++ libcroco-0.5.1/src/Makefile.in      2006-08-08 14:34:57.000000000 -0400
@@ -114,7 +114,7 @@
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl @GLIB2_CFLAGS@ @LIBXML2_CFLAGS@
 
-libcroco_la_LDFLAGS = -version-info @LIBCROCO_VERSION_INFO@ @GLIB2_CFLAGS@
+libcroco_la_LDFLAGS = -version-info @LIBCROCO_VERSION_INFO@ @GLIB2_LIBS@ 
@LIBXML2_LIBS@
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to