OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Nov-2006 12:19:48
Branch: HEAD Handle: 2006111211194800
Modified files:
openpkg-src/png png.patch png.spec
Log:
remember that for static linking png required zlib
Summary:
Revision Changes Path
1.8 +12 -3 openpkg-src/png/png.patch
1.55 +1 -1 openpkg-src/png/png.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/png/png.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 png.patch
--- openpkg-src/png/png.patch 16 Feb 2005 20:44:15 -0000 1.7
+++ openpkg-src/png/png.patch 12 Nov 2006 11:19:48 -0000 1.8
@@ -1,7 +1,7 @@
Index: pngconf.h
---- pngconf.h.orig 2004-12-03 01:14:24.000000000 +0100
-+++ pngconf.h 2005-02-16 21:37:27.926893025 +0100
-@@ -303,9 +303,9 @@
+--- pngconf.h.orig 2006-06-27 22:22:34 +0200
++++ pngconf.h 2006-11-12 12:17:37 +0100
+@@ -313,9 +313,9 @@
# ifdef _SETJMP_H
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
@@ -12,3 +12,12 @@
# endif
# endif /* __linux__ */
+Index: scripts/libpng.pc.in
+--- scripts/libpng.pc.in.orig 2006-06-27 22:22:40 +0200
++++ scripts/libpng.pc.in 2006-11-12 12:18:12 +0100
+@@ -7,4 +7,5 @@
+ Description: Loads and saves PNG files
+ Version: 1.2.12
+ Libs: -L${libdir} -lpng12
++Libs.private: -lz
+ Cflags: -I${includedir}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/png/png.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 png.spec
--- openpkg-src/png/png.spec 13 Oct 2006 17:32:45 -0000 1.54
+++ openpkg-src/png/png.spec 12 Nov 2006 11:19:48 -0000 1.55
@@ -33,7 +33,7 @@
Group: Graphics
License: BSD
Version: 1.2.12
-Release: 20061013
+Release: 20061112
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/libpng/libpng-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]