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

Modified Files:
        amanith.info amanith.patch 
Log Message:
dep cleanup; fix GCC tag


Index: amanith.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/amanith.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- amanith.info        31 Jan 2009 23:58:14 -0000      1.4
+++ amanith.info        3 Sep 2011 14:11:23 -0000       1.5
@@ -1,16 +1,25 @@
 Package: amanith
 Version: 0.3
-Revision: 2
+Revision: 3
 
 Source: http://www.amanith.org/download/files/%n_03.tar.gz
 Source-MD5: 392e79d36cc2d57921c7fefacbc4d4a3
 SourceDirectory: %n
 PatchFile: %n.patch
-PatchFile-MD5: 073f4b181cf9b010d61439d386b52a81
+PatchFile-MD5: d87c2b23b22003dec6c268ddfea085c3
 PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1
-GCC: 3.3
+GCC: 4.0
 
-BuildDepends: fink (>= 0.24.12), freetype219, glew, libgl-dev, libjpeg, 
libpng3, qt3, x11-dev
+BuildDepends: <<
+       fink (>= 0.24.12),
+       freetype219 (>= 2.3.12-1),
+       glew,
+       libgl-dev,
+       libjpeg8,
+       libpng15,
+       qt3,
+       x11-dev
+<<
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 
@@ -37,7 +46,13 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: glew-shlibs, libjpeg-shlibs, libpng3-shlibs, x11-shlibs
+  Depends: <<
+    freetype219-shlibs (>= 2.3.12-1),
+    glew-shlibs,
+    libjpeg8-shlibs,
+    libpng15-shlibs,
+    x11-shlibs
+  <<
   Files: <<
     lib/libamanith.*.dylib
   <<

Index: amanith.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/amanith.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- amanith.patch       22 Nov 2006 21:29:52 -0000      1.3
+++ amanith.patch       3 Sep 2011 14:11:23 -0000       1.4
@@ -211,6 +211,15 @@
  };

  

  /****************************************************************************
+@@ -365,7 +365,7 @@
+       /* Set error handling.  REQUIRED if you aren't supplying your own

+       * error handling functions in the png_create_write_struct() call.

+       */

+-      if (setjmp(png_ptr->jmpbuf)) {

++      if (setjmp(png_jmpbuf(png_ptr))) {

+               /* If we get here, we had a problem reading the file */

+               std::fclose(fp);

+               png_destroy_write_struct(&png_ptr, (png_infopp)info_ptr);

 diff -uNr amanith/plugins/png/png.pro amanith-new/plugins/png/png.pro
 --- amanith/plugins/png/png.pro        2005-07-01 04:43:24.000000000 -0400
 +++ amanith-new/plugins/png/png.pro    2006-11-22 15:37:33.000000000 -0500


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to