Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22762/main/finkinfo/graphics

Modified Files:
        cairomm1.info freetype219.info libbabl0.0.0-shlibs.info 
        libbabl0.0.0-shlibs.patch pycairo-py.info 
Added Files:
        libgegl0.0.0-shlibs.info libgegl0.0.0-shlibs.patch 
        libopenraw1-shlibs.info libopenraw1-shlibs.patch 
Log Message:
GNOME2.26 to stable


Index: pycairo-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pycairo-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pycairo-py.info     9 Jun 2009 15:21:16 -0000       1.3
+++ pycairo-py.info     15 Nov 2009 08:20:31 -0000      1.4
@@ -1,10 +1,10 @@
 Info2: <<
 Package: pycairo-py%type_pkg[python]
 
-# WARNING: ABI break in newer versions!!!!!
+# WARNING: ABI break 1.8.2->1.8.4!
 # See: https://bugs.freedesktop.org/show_bug.cgi?id=18947
-Version: 1.8.2
-Revision: 1
+Version: 1.8.8
+Revision: 2
 
 Description: Python bindings for the cairo library
 DescDetail: <<
@@ -17,12 +17,12 @@
        cairo (>= 1.8.2-1),
        expat1,
        fontconfig2-dev (>= 2.4.1-1),
-       freetype219 (>= 2.3.7-7),
+       freetype219 (>= 2.3.8-2),
        glitz (>= 0.5.6-1),
        pkgconfig (>= 0.23),
        libgl-dev,
        libpng3,
-       pixman (>= 0.12.0-1),
+       pixman (>= 0.16.0-1),
        x11-dev,
        xft2-dev
 <<
@@ -30,13 +30,15 @@
        cairo-shlibs (>= 1.8.2-1),
        expat1-shlibs,
        fontconfig2-shlibs (>= 2.4.1-1),
-       freetype219-shlibs (>= 2.3.7-7),
+       freetype219-shlibs (>= 2.3.8-2),
        glitz-shlibs (>= 0.5.6-1),
        libpng3-shlibs,
-       python%type_pkg[python]
+       pixman-shlibs (>= 0.16.0-1),
+       python%type_pkg[python],
+       x11-shlibs
 <<
 Source: http://cairographics.org/releases/pycairo-%v.tar.gz
-Source-MD5: bbfc0c2fef08dfb0c5b8baa5f0b67a87
+Source-MD5: 054da6c125cb427a003f5fd6c54f853e
 Type: python (2.6)
 PatchScript: <<
        perl -pi -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' test/*.py 
examples/*.py examples/gtk/*.py
@@ -48,7 +50,7 @@
        make
 <<
 InstallScript: make -j1 install DESTDIR=%d
-DocFiles: AUTHORS COPYING* ChangeLog NEWS README
+DocFiles: AUTHORS COPYING* NEWS README
 SplitOff: <<
        Package: %N-dev
        Description: Tools for compiling against pycairo
@@ -63,6 +65,6 @@
                pycairo-py25-dev, pycairo-py26-dev
        <<
        Files: include lib/pkgconfig
-       DocFiles: AUTHORS COPYING README
+       DocFiles: AUTHORS COPYING* NEWS README
 <<
 <<

Index: libbabl0.0.0-shlibs.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libbabl0.0.0-shlibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libbabl0.0.0-shlibs.patch   16 Jul 2008 03:01:31 -0000      1.1
+++ libbabl0.0.0-shlibs.patch   15 Nov 2009 08:20:31 -0000      1.2
@@ -1,17 +1,7 @@
-diff -Nurd babl-0.0.20.orig/babl/Makefile.am babl-0.0.20/babl/Makefile.am
---- babl-0.0.20.orig/babl/Makefile.am  2008-01-17 16:47:18.000000000 -0500
-+++ babl-0.0.20/babl/Makefile.am       2008-03-02 23:27:10.000000000 -0500
-@@ -54,5 +54,5 @@
-       @LTLIBOBJS@
- 
- libba...@babl_api_version@_la_LDFLAGS=                \
--      ${no_undefined} ${DL_LIB} $(MATH_LIB)   \
-+      ${no_undefined} $(MATH_LIB)     \
-       -version-info $(BABL_LIBRARY_VERSION)
-diff -Nurd babl-0.0.20.orig/babl/babl-extension.c 
babl-0.0.20/babl/babl-extension.c
---- babl-0.0.20.orig/babl/babl-extension.c     2008-02-15 16:11:44.000000000 
-0500
-+++ babl-0.0.20/babl/babl-extension.c  2008-03-02 22:54:05.000000000 -0500
-@@ -235,7 +235,7 @@
+diff -Nurd -x'*~' babl-0.0.22.orig/babl/babl-extension.c 
babl-0.0.22/babl/babl-extension.c
+--- babl-0.0.22.orig/babl/babl-extension.c     2008-04-15 17:10:07.000000000 
-0400
++++ babl-0.0.22/babl/babl-extension.c  2008-11-17 13:14:34.000000000 -0500
+@@ -238,7 +238,7 @@
                stat (path, &st);
  
                if ((extension = strrchr (dentry->d_name, '.')) != NULL &&
@@ -20,20 +10,22 @@
                  {
                    babl_extension_load (path);
                  }
-diff -Nurd babl-0.0.20.orig/babl.pc.in babl-0.0.20/babl.pc.in
---- babl-0.0.20.orig/babl.pc.in        2007-11-10 08:48:08.000000000 -0500
-+++ babl-0.0.20/babl.pc.in     2008-03-03 00:04:18.000000000 -0500
-@@ -7,5 +7,5 @@
- Description: Dynamic, any to any, pixel format conversion library
- Version: @BABL_REAL_VERSION@
- Cflags: -I${includedir}/@package_n...@-@BABL_API_VERSION@
--Libs: -L${libdir} -...@package_name@-...@babl_api_version@ @DL_LIB@ @MATH_LIB@
-+Libs: -L${libdir} -...@package_name@-...@babl_api_version@ @MATH_LIB@
+diff -Nurd -x'*~' babl-0.0.22.orig/babl/base/Makefile.am 
babl-0.0.22/babl/base/Makefile.am
+--- babl-0.0.22.orig/babl/base/Makefile.am     2007-11-10 08:48:07.000000000 
-0500
++++ babl-0.0.22/babl/base/Makefile.am  2008-11-17 14:30:07.000000000 -0500
+@@ -18,7 +18,7 @@
+ noinst_LTLIBRARIES= libbase.la
+ libbase_la_SOURCES= $(h_sources) $(c_sources) 
  
-diff -Nurd babl-0.0.20.orig/configure.ac babl-0.0.20/configure.ac
---- babl-0.0.20.orig/configure.ac      2008-02-27 06:15:22.000000000 -0500
-+++ babl-0.0.20/configure.ac   2008-03-02 22:48:43.000000000 -0500
-@@ -158,30 +158,9 @@
+-EXTRA_DIST :=                 \
++EXTRA_DIST =          \
+       rgb-constants.h \
+       util.h
+ 
+diff -Nurd -x'*~' babl-0.0.22.orig/configure.ac babl-0.0.22/configure.ac
+--- babl-0.0.22.orig/configure.ac      2008-06-12 14:54:21.000000000 -0400
++++ babl-0.0.22/configure.ac   2008-11-17 13:14:34.000000000 -0500
+@@ -178,30 +178,9 @@
  ####################################################
  # Check how to generate plug-ins (with gcc at least)
  ####################################################
@@ -66,17 +58,7 @@
  
  dnl 
===========================================================================
  
-@@ -226,8 +205,7 @@
- 
- dnl 
===========================================================================
- 
--AC_CHECK_LIB([dl], [dlopen], [DL_LIB="-ldl"])
--AC_SUBST(DL_LIB)
-+AC_SEARCH_LIBS([dlopen], [dl])
- 
- AC_REPLACE_FUNCS(gettimeofday)
- 
-@@ -237,7 +215,7 @@
+@@ -377,7 +356,7 @@
  AC_DEFINE_UNQUOTED(BABL_DIR_SEPARATOR, "$DIR_SEP", [separator between 
directories in BABL_PATH])
  
  AC_DEFINE_UNQUOTED(BABL_LIBRARY, "$PACKAGE_NAME-$BABL_API_VERSION", [name of 
BABL library])
@@ -85,10 +67,22 @@
  
  
  dnl 
===========================================================================
-diff -Nurd babl-0.0.20.orig/extensions/Makefile.am 
babl-0.0.20/extensions/Makefile.am
---- babl-0.0.20.orig/extensions/Makefile.am    2008-02-26 21:23:45.000000000 
-0500
-+++ babl-0.0.20/extensions/Makefile.am 2008-03-03 00:43:46.000000000 -0500
-@@ -1,57 +1,49 @@
+diff -Nurd -x'*~' babl-0.0.22.orig/docs/graphics/Makefile.am 
babl-0.0.22/docs/graphics/Makefile.am
+--- babl-0.0.22.orig/docs/graphics/Makefile.am 2007-11-10 08:48:08.000000000 
-0500
++++ babl-0.0.22/docs/graphics/Makefile.am      2008-11-17 14:31:43.000000000 
-0500
+@@ -31,7 +31,7 @@
+ if HAVE_INKSCAPE
+ dist-check-inkscape:
+ 
+-%.png: %.svg
++.svg.png:
+       $(INKSCAPE_CMD)
+ #-e $@ $< 2>/dev/null
+ 
+diff -Nurd -x'*~' babl-0.0.22.orig/extensions/Makefile.am 
babl-0.0.22/extensions/Makefile.am
+--- babl-0.0.22.orig/extensions/Makefile.am    2008-05-23 10:37:21.000000000 
-0400
++++ babl-0.0.22/extensions/Makefile.am 2008-11-17 14:27:02.000000000 -0500
+@@ -1,60 +1,48 @@
  # General minimalistic compile file for self contained single
  # file babl_extensions
  
@@ -105,28 +99,21 @@
 -all-local: $(SOBJS)
 -
 -CFLAGS += \
--      -I $(top_builddir)              \
--      -I $(top_srcdir)                \
--      -I $(top_srcdir)/babl           \
--      -I $(top_srcdir)/extensions     \
--      -fPIC
 +INCLUDES = \
-+      -I$(top_builddir)               \
-+      -I$(top_srcdir)                 \
-+      -I$(top_srcdir)/babl            \
-+      -I$(top_srcdir)/extensions
+       -I $(top_builddir)              \
+       -I $(top_srcdir)                \
+       -I $(top_srcdir)/babl           \
+       -I $(top_srcdir)/extensions     \
+       -fPIC
  
 -LDFLAGS += $(DYNAMICLIB)
-+LIBADD = $(top_builddir)/babl/libbabl-$(BABL_API_VERSION).la $(MATH_LIB)
- 
-+AM_LDFLAGS = -module -avoid-version
- if OS_WIN32
+-
+-if OS_WIN32
 -LDADD    = $(no-undefined) $(libbabldlla) $(MATH_LIB)
 -else
 -LDADD    = $(top_builddir)/babl/.libs/libbabl-$(BABL_API_VERSION)$(SHREXT) 
$(MATH_LIB)
-+AM_LDFLAGS += -no-undefined
- endif
- 
+-endif
+-
 -%$(SHREXT): %.c
 -      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LDADD)
 -
@@ -137,6 +124,9 @@
 -
 -CIE-Lab$(SHREXT): CIE-Lab.c
 -      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LDADD)
+-
+-sse-fixups$(SHREXT): sse-fixups.c
+-      $(CC) $(CFLAGS) $(MMX_EXTRA_CFLAGS) $(SSE_EXTRA_CFLAGS) $(LDFLAGS) -o 
$@ $< $(LDADD)
 -#lcms$(SHREXT): lcms.c
 -#     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LDADD) `pkg-config lcms --cflags 
--libs`
 -#############################################################################
@@ -145,26 +135,36 @@
 -      rm -f $(SOBJS)
 -
 -ext_dir = $(DESTDIR)$(libdir)/ba...@babl_api_version@
-+extensionsdir = $(libdir)/ba...@babl_api_version@
++LIBADD = $(top_builddir)/babl/libbabl-$(BABL_API_VERSION).la
++AM_LDFLAGS = -module -avoid-version -no-undefined
  
 -install-exec-local: all-local
 -      $(INSTALL) -d $(ext_dir)
 -      $(INSTALL) $(SOBJS) $(ext_dir)
++extdir = $(libdir)/ba...@babl_api_version@
+ 
+-uninstall-local:
+-      rm -f $(INSTALLED_ITEMS)
 +# each plugin is listed in extensions_LTLIBRARIES with a .la extension
 +# (will be replaced by the platform-dependent extension by libtool)
-+extensions_LTLIBRARIES =      \
++ext_LTLIBRARIES =     \
 +      CIE-Lab.la      \
 +      gegl-fixups.la  \
 +      gggl-lies.la    \
 +      gggl.la         \
 +      gimp-8bit.la    \
-+      naive-CMYK.la
++      naive-CMYK.la   \
++      sse-fixups.la
  
--uninstall-local:
--      rm -f $(INSTALLED_ITEMS)
+-check-local: all-local
 +# the source file(s) for each extensions_LTLIBRARIES are listed here
 +# (periods and hyphens in an extensions_LTLIBRARIES entry are
 +# converted to underscores for the *_SOURCES variable-name)
++# INCLUDES is an implicit default for all extensions. If special flags
++# are needed for a certain foo.la extension, it can be over-ridden,
++# and also other libraries can be added as needed:
++# foo_la_CPPFLAGS = -Isomedir $(INCLUDES)
++# foo_la_LIBADD = -lsomelib $(LIBADD)
 +CIE_Lab_la_SOURCES = CIE-Lab.c
 +CIE_Lab_la_LIBADD = $(LIBADD)
 +gegl_fixups_la_SOURCES = gegl-fixups.c
@@ -177,26 +177,5 @@
 +gimp_8bit_la_LIBADD = $(LIBADD)
 +naive_CMYK_la_SOURCES = naive-CMYK.c
 +naive_CMYK_la_LIBADD = $(LIBADD)
- 
--check-local: all-local
-+# INCLUDES is an implicit default for all extensions. If special flags
-+# are needed for a certain foo.la extension, it can be over-ridden,
-+# and also other libraries can be added as needed:
-+# foo_la_CPPFLAGS = -Isomedir $(INCLUDES)
-+# foo_la_LIBADD = -lsomelib $(LIBADD)
-diff -Nurd babl-0.0.20.orig/tests/Makefile.am babl-0.0.20/tests/Makefile.am
---- babl-0.0.20.orig/tests/Makefile.am 2007-11-10 08:48:07.000000000 -0500
-+++ babl-0.0.20/tests/Makefile.am      2008-03-01 15:27:52.000000000 -0500
-@@ -23,10 +23,10 @@
- models_SOURCES              = models.c
- 
- 
--AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
-+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
- 
- LDADD = $(top_builddir)/babl/libba...@babl_api_version@.la \
--      $(DL_LIB) $(MATH_LIB)
-+      $(MATH_LIB)
- 
- noinst_PROGRAMS =             \
-       introspect              \
++sse_fixups_la_SOURCES = sse-fixups.c
++sse_fixups_la_LIBADD = $(LIBADD)

--- NEW FILE: libgegl0.0.0-shlibs.patch ---
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
@@ -1,7 +1,5 @@
-if OS_WIN32
 no_undefined = -no-undefined
 libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la @BABL_LIBS@
-endif
 
 op_libs = @DEP_LIBS@ $(libgegl)
 
@@ -9,9 +7,6 @@
                   $(wildcard $(top_srcdir)/gegl/buffer/*.h)
 
 AM_CPPFLAGS = \
-       @DEP_CFLAGS@                            \
-       @BABL_CFLAGS@                           \
-       @CPPFLAGS@                              \
        -I$(srcdir)                             \
        -I$(top_srcdir)                         \
        -I$(top_builddir)                       \
@@ -19,7 +14,10 @@
        -I$(top_srcdir)/gegl/buffer             \
        -I$(top_srcdir)/gegl/operation          \
        -I$(top_srcdir)/gegl/property-types     \
-       -I$(top_srcdir)/gegl/module
+       -I$(top_srcdir)/gegl/module             \
+       @DEP_CFLAGS@                            \
+       @BABL_CFLAGS@                           \
+       @CPPFLAGS@
 
 AM_LDFLAGS = -avoid-version -export-dynamic -module $(no_undefined)
 ext_dir = $(DESTDIR)$(libdir)/ge...@gegl_api_version@

--- NEW FILE: libopenraw1-shlibs.patch ---
diff -Nurd -x'*~' libopenraw-0.0.8.orig/test/Makefile.in 
libopenraw-0.0.8/test/Makefile.in
--- libopenraw-0.0.8.orig/test/Makefile.in      2009-05-15 16:22:08.000000000 
-0400
+++ libopenraw-0.0.8/test/Makefile.in   2009-05-29 10:35:40.000000000 -0400
@@ -31,10 +31,10 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-TESTS = fileio$(EXEEXT) ljpegtest$(EXEEXT) testunpack$(EXEEXT) \
+TESTS = fileio$(EXEEXT)                    testunpack$(EXEEXT) \
        extensions$(EXEEXT)
 check_PROGRAMS = fileio$(EXEEXT) ciffcontainertest$(EXEEXT) \
-       ljpegtest$(EXEEXT) testunpack$(EXEEXT) extensions$(EXEEXT)
+                          testunpack$(EXEEXT) extensions$(EXEEXT)
 subdir = test
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -257,7 +257,7 @@
 
 EXTRA_DIST = ljpegtest1.jpg
 fileio_LDFLAGS = -L$(top_builddir)/lib/io
-fileio_LDADD = -lio
+fileio_LDADD = ../lib/libopenraw.la
 fileio_SOURCES = fileio.t.c
 extensions_SOURCES = extensions.cpp
 extensions_LDFLAGS = -static $(OPENRAW_LIB)
diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/Makefile.in 
libopenraw-0.0.8/testsuite/Makefile.in
--- libopenraw-0.0.8.orig/testsuite/Makefile.in 2009-05-15 16:22:08.000000000 
-0400
+++ libopenraw-0.0.8/testsuite/Makefile.in      2009-05-29 10:23:51.000000000 
-0400
@@ -33,8 +33,8 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-TESTS = test_xmlhandler$(EXEEXT) testsuite$(EXEEXT)
-noinst_PROGRAMS = testsuite$(EXEEXT)
+TESTS = test_xmlhandler$(EXEEXT)
+noinst_PROGRAMS =
 check_PROGRAMS = test_xmlhandler$(EXEEXT)
 subdir = testsuite
 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
diff -Nurd -x'*~' libopenraw-0.0.8.orig/testsuite/testsuite.cpp 
libopenraw-0.0.8/testsuite/testsuite.cpp
--- libopenraw-0.0.8.orig/testsuite/testsuite.cpp       2009-02-21 
18:30:14.000000000 -0500
+++ libopenraw-0.0.8/testsuite/testsuite.cpp    2009-05-29 04:01:13.000000000 
-0400
@@ -853,7 +853,8 @@
             break;
         case 'd':
             if(optarg[0] != '/') {
-                char * dir = get_current_dir_name();
+                char * dir = NULL;
+                getcwd(dir, 0);
                 download_dir = dir;
                 download_dir += '/';
                 download_dir += optarg;

--- NEW FILE: libopenraw1-shlibs.info ---
Package: libopenraw1-shlibs
Version: 0.0.8
Revision: 1
Source: http://libopenraw.freedesktop.org/download/libopenraw-%v.tar.gz
Source-MD5: fc26f146586a4b601326130bce6ffd88
BuildDepends: <<
        autoconf,
        automake1.10,
        boost1.35.nopython,
        fink (>= 0.24.12),
        glib2-dev (>= 2.18.0-1),
        gtk+2-dev (>= 2.14.0-1),
        libgettext3-dev,
        libiconv-dev,
        libjpeg,
        libtool2,
        pkgconfig (>= 0.23)
<<
Depends: <<
        glib2-shlibs (>= 2.18.0-1),
        gtk+2-shlibs (>= 2.14.0-1),
        libgettext3-shlibs,
        libiconv,
        libjpeg-shlibs
<<
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 08713a6542f094a1df3b96bbdfff000b
PatchScript: <<
        %{default_script}
        find . -name Makefile.in | xargs perl -pi -e 's/-L\S+//g'
        find . -name Makefile.in | xargs perl -pi -e 's/-static//g'
<<
ConfigureParams: --disable-static --disable-dependency-tracking --with-boost=%p
CompileScript: <<
        ./configure %c
#       make V=1
        make
<<
#InfoTest: TestScript: make check V=1 || exit 2
InfoTest: TestScript: make check || exit 2
InstallScript: <<
#       make install DESTDIR=%d V=1
        make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Shlibs: <<
        %p/lib/libopenraw.1.dylib 7.0.0 %n (>= 0.0.8-1)
        %p/lib/libopenrawgnome.1.dylib 7.0.0 %n (>= 0.0.8-1)
<<
SplitOff: <<
        Package: libopenraw1-dev
        Depends: libopenraw1-shlibs (= %v-%r)
        BuildDependsOnly: true
        Files: <<
                include
                lib/libopenraw.{dylib,la}
                lib/libopenrawgnome.{dylib,la}
                lib/pkgconfig
        <<
<<
DescPackaging: <<
        testsuite/testsuite.cpp and test/ljpegtest.cpp can't be
        compiled because:
                /sw/include/boost/crc.hpp:468: error: ISO C++ forbids 
variable-size array 'table_type'
        so disable testsuite. If crc.hpp is hacked per the Borland
        syntax alternative in it, testsuite compiles and tests pass.
<<
DescPort: <<
        get_current_dir_name() is linux extension; replace
        testsuite.cpp use with more standard getcwd()

        Darwin doesn't have full static linking, but anyway just let
        libtool do its magic for local build paths.
<<
Description: Decodes camera RAW files
License: LGPL
Homepage: http://libopenraw.freedesktop.org/wiki
Maintainer: Daniel Macks <dma...@netspace.org>

Index: freetype219.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/freetype219.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- freetype219.info    20 Mar 2009 15:31:08 -0000      1.9
+++ freetype219.info    15 Nov 2009 08:20:31 -0000      1.10
@@ -1,6 +1,9 @@
 Package: freetype219
+
+# 2.3.9 breaks ABI!!!!! (and doesn't bump c_v for new public functions)
 Version: 2.3.8
-Revision: 1
+Revision: 2
+
 BuildDepends: fink (>= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 BuildConflicts: make (<= 3.79.1-3)
@@ -67,7 +70,7 @@
        Replaces:  freetype219-hinting-shlibs, freetype2 (<< 2.0.8-2)
        Conflicts: freetype219-hinting-shlibs
        Files: lib/%N/lib/libfreetype.6*dylib
-       Shlibs: %p/lib/%N/lib/libfreetype.6.dylib 10.0.0 %n (>= 2.1.9-1)
+       Shlibs: %p/lib/%N/lib/libfreetype.6.dylib 10.0.0 %n (>= 2.3.8-2)
        DocFiles: README docs/LICENSE.TXT
        Description: TrueType font rendering library, shared libs
 <<

--- NEW FILE: libgegl0.0.0-shlibs.info ---
Package: libgegl0.0.0-shlibs
Version: 0.0.22
Revision: 1

Source: ftp://ftp.gimp.org/pub/gegl/0.0/gegl-%v.tar.bz2
Source-MD5: e2196c2016d16a4479e157f8fdee4162

BuildDepends: <<
        a52dec-dev,
        amrnb-dev,
        atk1 (>= 1.26.0-1),
        autoconf,
        automake1.11,
        bzip2-dev,
        cairo (>= 1.8-1),
        expat1,
        faac-dev,
        ffmpeg-dev,
        fink (>= 0.28.0-1),
        fontconfig2-dev (>= 2.4.1-1),
        freetype219 (>= 2.3.8-2),
        glib2-dev (>= 2.20.0-1),
        glitz,
        graphviz,
        gsm,
        gtk+2-dev (>= 2.16.0-1),
        gtk-doc (>= 1.8-1),
        intltool40,
        lame-dev,
        libavcodec-dev (>= 0.4.20071217-1),
        libavformat-dev (>= 0.4.20071217-1),
        libavutil-dev (>= 0.4.20071217-1),
        libbabl0.0.0-dev (>= 0.0.22-1),
        libcroco3 (>= 0.6.2-1),
        libfaad1-dev,
        libgettext3-dev,
        libgnugetopt,
        libgsf1.114-dev (>= 1.14.14-1),
        libiconv-dev,
        libjpeg,
        libogg,
        libopenraw1-dev,
        libpng3,
        librsvg2 (>= 2.26.0-1),
        libspiro0,
        libtheora0,
        libtool2,
        libvorbis0,
        libx264-dev,
        libxml2,
        openexr-dev,
        pango1-xft2-ft219-dev (>= 1.24.0-1),
        pixman (>= 0.14.0-1),
        pkgconfig (>= 0.23),
        sdl,
        x11-dev,
        xft2-dev,
        xvidcore
<<
Depends: <<
        a52dec-shlibs,
        amrnb-shlibs,
        atk1-shlibs (>= 1.26.0-1),
        bzip2-shlibs,
        cairo-shlibs (>= 1.8-1),
        expat1-shlibs,
        faac-shlibs,
        fontconfig2-shlibs (>= 2.4.1-1),
        freetype219-shlibs (>= 2.3.8-2),
        glib2-shlibs (>= 2.20.0-1),
        glitz-shlibs,
        gtk+2-shlibs (>= 2.16.0-1),
        lame-shlibs,
        libavcodec51-shlibs (>= 0.4.20071217-1),
        libavformat52-shlibs (>= 0.4.20071217-1),
        libavutil49-shlibs (>= 0.4.20071217-1),
        libbabl0.0.0-shlibs (>= 0.0.22-1),
        libcroco3-shlibs (>= 0.6.2-1),
        libfaad1-shlibs,
        libgettext3-shlibs,
        libgnugetopt-shlibs,
        libgsf1.114-shlibs (>= 1.14.14-1),
        libiconv,
        libjpeg-shlibs,
        libogg-shlibs,
        libopenraw1-shlibs,
        libpng3-shlibs,
        librsvg2-shlibs (>= 2.26.0-1),
        libspiro0-shlibs,
        libtheora0-shlibs,
        libvorbis0-shlibs,
        libx264-57-shlibs,
        libxml2-shlibs,
        pango1-xft2-ft219-shlibs (>= 1.24.0-1),
        pixman-shlibs (>= 0.14.0-1),
        sdl-shlibs,
        xvidcore-shlibs
<<
GCC: 4.0

PatchFile: %n.patch
PatchFile-MD5: 101e1c71c6dec3a27ce24e24a7d53039
PatchScript: <<
        %{default_script}
<<

SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking --disable-static --without-lua 
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname 
-r|cut -f1 -d.`
CompileScript: <<
        autoreconf -f -i
        PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" 
ac_cv_path_ASCIIDOC=no ac_cv_path_W3M=no DSYMUTIL=: ./configure %c
        make
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog NEWS README

Shlibs: %p/lib/libgegl-0.0.0.dylib 23.0.0 %n (>= 0.0.22-1)

SplitOff: <<
        Package: libgegl0.0.0-dev
        Depends: %N (= %v-%r)
        BuildDependsOnly: true
        Files: <<
                include
                lib/libgegl-0.0.{dylib,la}
                lib/pkgconfig
                share/gtk-doc
        <<
        DocFiles: AUTHORS COPYING* ChangeLog NEWS README
<<

DescPort: <<
        Make sure modules link against dependencies and all symbols
        get resolved.

        Fix -I ordering. See:
        http://bugzilla.gnome.org/show_bug.cgi?id=561317
<<
DescPackaging: <<
        Build fails if .dSYM is created for plugins: docs/gallery
        runs gegl, which recursively loads .so files. The foo.so in
        foo.so.dSYM is not a "normal" dlopen()able bundle, so gegl
        crashes. Could avoid using -g or could avoid running dsymutil.

        Uses a subdir for the plugin interface version (of which
        the lib itself has an interface subversion), so put the
        plugins in a separate package. Not ideal to have the
        plugins:Depends:shlibs (seems bad if libbabl0.0.1 loads
        babl-0.0 plugins linked against libbabl0.0.0), but otherwise
        consumers need to know to Depends on the plugins package.
        Upstream does some pretty convoluted versioning, so we'll
        just keep everything in -shlibs until it ceases to work.

        Not building workshop, so don't need lua.
<<
Description: Generic graph based-image processing lib
License: LGPL
Homepage: http://www.gegl.org
Maintainer: Daniel Macks <dma...@netspace.org>

Index: cairomm1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/cairomm1.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cairomm1.info       20 Sep 2009 13:28:11 -0000      1.5
+++ cairomm1.info       15 Nov 2009 08:20:31 -0000      1.6
@@ -1,36 +1,42 @@
 Package: cairomm1
-Version: 1.8.0
+Version: 1.8.2
 Revision: 2
-GCC: 4.0
-Depends: <<
-       %N-shlibs (= %v-%r)
-<<
+Description: C++ interface for the cairo library
+License: LGPL
+Maintainer: Benjamin Reed <cairo...@fink.racoonfink.com>
+
+Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
-       cairo (>= 1.8-1),
+       cairo (>= 1.8.8-1),
        doxygen,
        expat1,
-       fink (>= 0.28.0-1),
+       fink (>= 0.29.7-1),
        fontconfig2-dev,
-       freetype219 (>= 2.3.7-4),
+       freetype219 (>= 2.3.7-7),
        glitz (>= 0.5.6-1),
        libgl-dev,
        libpng3,
        libsigc++2,
-       pixman (>= 0.12.0-1),
-       pkgconfig (>= 0.23),
+       pixman (>= 0.16.0-1),
+       pkgconfig (>= 0.23-0),
        x11-dev,
        xft2-dev
 <<
 BuildDependsOnly: true
+GCC: 4.0
+
 Source: http://cairographics.org/releases/cairomm-%v.tar.gz
-Source-MD5: 15c0f56eee57bb418c38463a6297d715
+Source-MD5: 24aa46a4f92bdb2af7cd80e6b335f07f
+
 PatchFile: %n.patch
-PatchFile-MD5: 5f65c836b30e48b44991d1429ade9cbd
-SetLDFLAGS: -L%p/lib/fontconfig2/lib
-NoSetCFLAGS: true
+PatchFile-MD5: e055c751895d45a8e3e151364b46c1fa
+
 SetCFLAGS: -Os
 SetCPPFLAGS: -I%p/lib/fontconfig2/include -DENABLE_GCC_VISIBILITY=1
+SetLDFLAGS: -L%p/lib/fontconfig2/lib
+NoSetCFLAGS: true
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH"
+
 InstallScript: <<
 #!/bin/sh -ev
 
@@ -38,17 +44,17 @@
        install -d -m 755 %i/share/doc/%N
        mv examples %i/share/doc/%N/
 <<
+DocFiles: AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README
 SplitOff: <<
        Package: %N-shlibs
-       Depends: cairo-shlibs (>= 1.8-1), libsigc++2-shlibs
-       Files: lib/lib*.*.*.dylib
-       Shlibs: <<
-               %p/lib/libcairomm-1.0.1.dylib 5.0.0 %n (>= 1.8.0-1)
+       Depends: <<
+               cairo-shlibs (>= 1.8.8-1),
+               libsigc++2-shlibs
        <<
        DocFiles: COPYING
+       Files: lib/lib*.*.*.dylib
+       Shlibs: %p/lib/libcairomm-1.0.1.dylib 6.0.0 %n (>= 1.8.2-1)
 <<
-DocFiles: AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README
-Description: C++ interface for the cairo library
-License: LGPL
-Maintainer: Benjamin Reed <cairo...@fink.racoonfink.com>
+
 Homepage: http://cairographics.org/
+

Index: libbabl0.0.0-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libbabl0.0.0-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libbabl0.0.0-shlibs.info    16 Jul 2008 03:01:31 -0000      1.1
+++ libbabl0.0.0-shlibs.info    15 Nov 2009 08:20:31 -0000      1.2
@@ -1,21 +1,21 @@
 Package: libbabl0.0.0-shlibs
-Version: 0.0.20
+Version: 0.0.22
 Revision: 1
 
 Source: ftp://ftp.gtk.org/pub/babl/0.0/babl-%v.tar.bz2
-Source-MD5: dbf67b333b0812dfe0d0f057864b0f9a
+Source-MD5: b821ce696b40feb74552da9d666defad
 
 BuildDepends: <<
        autoconf (>= 2.60),
-       automake1.9,
+       automake1.10,
        libtool14,
        fink (>= 0.28.0-1)
 <<
 
 PatchFile: %n.patch
-PatchFile-MD5: 7b96873aaefe4f422d1d4853a5a90955
+PatchFile-MD5: 57057e5ee3fdbacc8fa2987258460613
 
-ConfigureParams: --disable-dependency-tracking --enable-static
+ConfigureParams: --disable-dependency-tracking --disable-static 
--disable-altivec --host=%m-apple-darwin`uname -r` 
--build=%m-apple-darwin`uname -r`
 CompileScript: <<
        autoreconf -f -i
        ac_cv_path_INKSCAPE=no ac_cv_path_W3M=no ./configure %c
@@ -24,7 +24,7 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING* ChangeLog NEWS README
 
-Shlibs: %p/lib/libbabl-0.0.0.dylib 21.0.0 %n (>= 0.0.20-1)
+Shlibs: %p/lib/libbabl-0.0.0.dylib 23.0.0 %n (>= 0.0.22-1)
 
 SplitOff: <<
        Package: libbabl0.0.0-dev
@@ -32,7 +32,7 @@
        BuildDependsOnly: true
        Files: <<
                include
-               lib/libbabl-0.0.{a,dylib,la}
+               lib/libbabl-0.0.{dylib,la}
                lib/pkgconfig
        <<
        DocFiles: AUTHORS COPYING* ChangeLog NEWS README
@@ -47,8 +47,12 @@
        Need to clean up -I flag usage. See:
        http://bugzilla.gnome.org/show_bug.cgi?id=519794
 
-       Remove un-needed -ldl. See:
-       http://bugzilla.gnome.org/show_bug.cgi?id=519796
+       Fix non-portable Makefile constructs. See:
+
+       Disable altivec for portability. Otherwise have to fix missing
+       typedef in babl-cpuaccel.c. See:
+       http://bugzilla.gnome.org/show_bug.cgi?id=561270
+       NB: i86 asm code untested
 <<
 DescPackaging: <<
        Uses a subdir for the plugin interface version (of which


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to