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

Modified Files:
        bmp2png.info 
Log Message:
old 'new' version

Index: bmp2png.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/bmp2png.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bmp2png.info        13 Oct 2009 16:13:15 -0000      1.3
+++ bmp2png.info        7 Aug 2011 16:23:52 -0000       1.4
@@ -1,28 +1,25 @@
 Package: bmp2png
-Version: 1.54
+Version: 1.62
 Revision: 1
-Homepage: http://hp.vector.co.jp/authors/VA010446/b2p-home/
-Source: http://hp.vector.co.jp/authors/VA010446/b2p-home/archives/b2p154s.zip
-#Source: mirror:sourceforge:pmt/b2p152s.zip
-Source-MD5: 564d2103b53f1225a3af21571ea9c94f
-SourceDirectory: .
+Homepage: http://cetus.sakura.ne.jp/softlab/b2p-home/
+Source: http://cetus.sakura.ne.jp/softlab/b2p-home/archives/%n-%v.tar.gz
+Source-MD5: 29562be8cb5300ecf0361904abff54dd
 BuildDepends: libpng3, unzip
 Depends: libpng3-shlibs
 Suggests: pngcrush, gif2png, tiff2png
+PatchScript: <<
+       perl -pi -e 's,/usr/local,%p,g' Makefile
+<<
+SetCFLAGS: -I%p/include
 CompileScript: <<
  #!/bin/sh -ev
- cd %b/%n
- make -f makefile.dj2 CFLAGS='-O3 -Wall -pedantic -mdynamic-no-pic \
-  -I%p/include -prebind' PINC=%p/include PLIB=%p/lib \
-  ZINC=/usr/include ZLIB=/usr/lib
- head -n 15 common.h > ../LICENSE
+ make
+ head -n 15 common.h > LICENSE
 <<
 InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/bin
- cd %b/%n
- install -m 755 %n.exe %i/bin/%n
- install -m 755 png2bmp.exe %i/bin/png2bmp
+ make install BINDIR=%i/bin
 <<
 DocFiles: README LICENSE
 Description: BMP to PNG graphics file conversion
@@ -37,9 +34,7 @@
 <<
 License: OSI-Approved
 DescPort: <<
- Makefile for DJGPP V.2 almost works as-is for Mac OS X; cool! Ignore
- the "ld: warning multiple definitions of symbol _inflateReset",
- program works fine anyway.
+Needs to use libpng3.  Can't be upgraded w/out massive patching to use 
libpng14+
 <<
 Maintainer: None <[email protected]>
 DescPackaging: <<


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to