Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30219

Modified Files:
        libgegl0.0.0-shlibs.info libgegl0.0.0-shlibs.patch 
Log Message:
finally figuring fix for fangism's freaky failure


Index: libgegl0.0.0-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libgegl0.0.0-shlibs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libgegl0.0.0-shlibs.info    3 Oct 2010 11:44:04 -0000       1.7
+++ libgegl0.0.0-shlibs.info    15 Oct 2010 03:22:05 -0000      1.8
@@ -1,6 +1,6 @@
 Package: libgegl0.0.0-shlibs
 Version: 0.0.22
-Revision: 2
+Revision: 3
 
 Source: ftp://ftp.gimp.org/pub/gegl/0.0/gegl-%v.tar.bz2
 Source-MD5: e2196c2016d16a4479e157f8fdee4162
@@ -85,7 +85,7 @@
 GCC: 4.0
 
 PatchFile: %n.patch
-PatchFile-MD5: 101e1c71c6dec3a27ce24e24a7d53039
+PatchFile-MD5: 59dc747ab620bf2991998ce43403a822
 PatchScript: <<
        %{default_script}
 <<
@@ -144,6 +144,10 @@
 
        Expects to find bind_textdomain_codeset using gtk/glib flags,
        so cannot use strict -lintl handling for glib .pc.
+
+       Uses libavutil directly but relies on inheriting its flags
+       from other libav* or something. Fragile, and some reported
+       failures, so make it explicit.
 <<
 Description: Generic graph based-image processing lib
 License: LGPL

Index: libgegl0.0.0-shlibs.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libgegl0.0.0-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgegl0.0.0-shlibs.patch   18 Nov 2008 09:10:19 -0000      1.1
+++ libgegl0.0.0-shlibs.patch   15 Oct 2010 03:22:05 -0000      1.2
@@ -1,3 +1,15 @@
+diff -Nurd -x'*~' gegl-0.0.22.orig/configure.ac gegl-0.0.22/configure.ac
+--- gegl-0.0.22.orig/configure.ac      2008-12-31 11:11:03.000000000 -0500
++++ gegl-0.0.22/configure.ac   2010-10-14 23:15:40.000000000 -0400
+@@ -849,7 +849,7 @@
+ AC_ARG_WITH(libavformat,  [  --without-libavformat   build without 
libavformat support])
+ 
+ if test "x$with_libavformat" != xno; then
+-  PKG_CHECK_MODULES(AVFORMAT, libavformat libavcodec,
++  PKG_CHECK_MODULES(AVFORMAT, libavformat libavcodec libavutil,
+     have_libavformat="yes",
+     have_libavformat="no  (libavformat not found)")
+   # verify the presence of the avformat.h header
 diff -Nurd -x'*~' gegl-0.0.20.orig/operations/Makefile-common.am 
gegl-0.0.20/operations/Makefile-common.am
 --- gegl-0.0.20.orig/operations/Makefile-common.am     2008-06-14 
12:40:04.000000000 -0400
 +++ gegl-0.0.20/operations/Makefile-common.am  2008-11-18 03:07:49.000000000 
-0500


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to