Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/graphics
In directory usw-pr-cvs1:/tmp/cvs-serv21256
Added Files:
libpng3-1.2.5-1.info libpng3-1.2.5-1.patch
Removed Files:
libpng3-1.2.4-2.info
Log Message:
new upstream version; also a fix in the installation name, thanks to
RangerRick
--- NEW FILE: libpng3-1.2.5-1.info ---
Package: libpng3
Version: 1.2.5
Revision: 1
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
Conflicts: libpng
Replaces: libpng
Source: mirror:sourceforge:libpng/libpng-%v.tar.gz
PatchScript: <<
patch -p1 < %a/%f.patch
ln -s scripts/makefile.darwin Makefile
<<
CompileScript: <<
make DESTDIR= prefix=%p ZLIBLIB=%p/lib ZLIBINC=%p/include
<<
InstallScript: <<
make install DESTDIR=%d prefix=%p ZLIBLIB=%p/lib ZLIBINC=%p/include
<<
DocFiles: LICENSE README ANNOUNCE Y2KINFO KNOWNBUG
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Files: lib/libpng12.0.%v.dylib lib/libpng12.0.dylib lib/libpng.3.%v.dylib
lib/libpng.3.dylib
Shlibs: <<
%p/lib/libpng.3.dylib %n (>= %v-%r)
%p/lib/libpng12.0.dylib %n (>= %v-%r)
<<
DocFiles: LICENSE README ANNOUNCE Y2KINFO KNOWNBUG
<<
Description: PNG image format handling library
DescPort: <<
Doesn't use autoconf. Comes with a big selection of Makefiles
instead. We use the included Makefile for Darwin, which builds dynamic
libraries (the OS X Makefile only builds static libraries). This
Makefile was written by Christoph Pfisterer for the Fink project and
accepted by the upstream maintainers of libpng.
Previous versions by Christoph Pfisterer.
This package is named libpng3 because in version 1.2.1 the major version
number was set to 3. The major version number was changed again in 1.2.2,
and the library renamed to libpng12, but this was intended as a backward-
compatible change to 1.2.1. Since the upstream makefiles include symlinks
for backward compatibility, we have not changed the name of the Fink package,
which was established as libpng3 at version 1.2.1.
<<
License: OSI-Approved
Homepage: http://www.libpng.org/pub/png/
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
--- NEW FILE: libpng3-1.2.5-1.patch ---
diff -uNbr libpng-1.2.5/scripts/makefile.darwin
libpng-1.2.5-new/scripts/makefile.darwin
--- libpng-1.2.5/scripts/makefile.darwin Thu Oct 3 07:32:34 2002
+++ libpng-1.2.5-new/scripts/makefile.darwin Thu Oct 24 21:22:49 2002
@@ -85,14 +85,14 @@
$(LIBNAME).$(PNGVER).dylib: $(OBJSDLL)
$(CC) -dynamiclib \
- -install_name $(DL)/$(LIBNAME).$(PNGMAJ).dylib \
+ -install_name $(LIBPATH)/$(LIBNAME).$(PNGMAJ).dylib \
-flat_namespace -undefined suppress \
-o $(LIBNAME).$(PNGVER).dylib \
$(OBJSDLL)
libpng.3.$(PNGMIN).dylib: $(OBJSDLL)
$(CC) -dynamiclib \
- -install_name $(DL)/libpng.3.dylib \
+ -install_name $(LIBPATH)/libpng.3.dylib \
-current_version 3 -compatibility_version 3 \
-flat_namespace -undefined suppress \
-o libpng.3.$(PNGMIN).dylib \
--- libpng3-1.2.4-2.info DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits