Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv21621/stable/main/finkinfo/graphics

Modified Files:
        pixman.info 
Log Message:
sync pixman to stable


Index: pixman.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pixman.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pixman.info 18 Oct 2010 03:05:07 -0000      1.6
+++ pixman.info 28 Oct 2011 04:51:53 -0000      1.7
@@ -1,5 +1,5 @@
 Package: pixman
-Version: 0.18.2
+Version: 0.22.2
 Revision: 1
 Description: Pixel manipulation library
 License: BSD
@@ -7,27 +7,27 @@
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
-       fink (>= 0.29.7-1),
+       fink (>= 0.30.0-1),
        fink-package-precedence (>= 0.7-1),
        pkgconfig (>= 0.23-1)
 <<
 Conflicts: libpixman1
 Replaces: libpixman1
 BuildDependsOnly: true
-InfoTest:      TestScript: make -k check || exit 2
+InfoTest: TestScript: make -k check || exit 2
 
 Source: http://xorg.freedesktop.org/archive/individual/lib/pixman-%v.tar.bz2
-Source-MD5: 8f0c47bbb12a0d9c0d14242596bf6bf9
-PatchScript:   perl -pi -e 's,PTHREAD_LDFLAGS="-pthread",PTHREAD_LDFLAGS="",g' 
configure
+Source-MD5: 863b87e7a7d6e1d032fd583edc1df5dd
 
-NoSetLDFLAGS: true
 UseMaxBuildJobs: true
 ConfigureParams: --enable-dependency-tracking --disable-gtk --disable-static
 CompileScript: <<
-#!/bin/sh -ev
-
-       if [ -x "/usr/bin/gcc-4.2" ]; then
-               export CC=gcc-4.2
+       #!/bin/sh -ev
+       
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
+       export CC=clang
+       elif [ -x "/usr/bin/gcc-4.2" ]; then
+       export CC=gcc-4.2
        fi
        ./configure %c
        make
@@ -40,7 +40,7 @@
        Package: %N-shlibs
        DocFiles: COPYING
        Files: lib/libpixman-1.0*.dylib
-       Shlibs: %p/lib/libpixman-1.0.dylib 19.0.0 %N-shlibs (>= 0.18.0-1)
+       Shlibs: %p/lib/libpixman-1.0.dylib 23.0.0 %N-shlibs (>= 0.22.2-1)
 <<
 
 Homepage: http://www.cairographics.org/


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to