[gs-cvs] rev 8154 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Jul 30 13:13:57 PDT 2007
Author: giles
Date: 2007-07-30 13:13:56 -0700 (Mon, 30 Jul 2007)
New Revision: 8154
Modified:
trunk/gs/src/all-arch.mak
trunk/gs/src/bcwin32.mak
trunk/gs/src/dvx-gcc.mak
trunk/gs/src/macos-mcp.mak
trunk/gs/src/macosx.mak
trunk/gs/src/msvc32.mak
trunk/gs/src/msvclib.mak
trunk/gs/src/openvms.mak
trunk/gs/src/os2.mak
trunk/gs/src/ugcclib.mak
trunk/gs/src/unix-gcc.mak
trunk/gs/src/unixansi.mak
trunk/gs/src/watclib.mak
trunk/gs/src/watcw32.mak
Log:
Update the libpng version in the top level makefiles to match the new
1.2.18 source.
Modified: trunk/gs/src/all-arch.mak
===================================================================
--- trunk/gs/src/all-arch.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/all-arch.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -181,7 +181,7 @@
JSRCDIR='$(JSRCDIR)' \
PNGSRCDIR='$(PNGSRCDIR)' \
PSRCDIR='$(PNGSRCDIR)' \
- PVERSION=10216 \
+ PVERSION=10218 \
SHARE_LIBPNG='$(SHARE_LIBPNG)' \
SHARE_ZLIB='$(SHARE_ZLIB)' \
XCFLAGS='$(XCFLAGS)' \
Modified: trunk/gs/src/bcwin32.mak
===================================================================
--- trunk/gs/src/bcwin32.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/bcwin32.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -171,7 +171,7 @@
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
!endif
# Define the directory where the zlib sources are stored.
Modified: trunk/gs/src/dvx-gcc.mak
===================================================================
--- trunk/gs/src/dvx-gcc.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/dvx-gcc.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -124,7 +124,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Choose whether to use a shared version of the PNG library (-lpng).
# See gs.mak and Make.htm for more information.
Modified: trunk/gs/src/macos-mcp.mak
===================================================================
--- trunk/gs/src/macos-mcp.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/macos-mcp.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -110,7 +110,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
Modified: trunk/gs/src/macosx.mak
===================================================================
--- trunk/gs/src/macosx.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/macosx.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -154,7 +154,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
Modified: trunk/gs/src/msvc32.mak
===================================================================
--- trunk/gs/src/msvc32.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/msvc32.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -206,7 +206,7 @@
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
!endif
# Define the directory where the zlib sources are stored.
Modified: trunk/gs/src/msvclib.mak
===================================================================
--- trunk/gs/src/msvclib.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/msvclib.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -139,7 +139,7 @@
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
!endif
# Define the directory where the zlib sources are stored.
Modified: trunk/gs/src/openvms.mak
===================================================================
--- trunk/gs/src/openvms.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/openvms.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -124,7 +124,7 @@
# See libpng.mak for more information.
PSRCDIR=[.libpng]
-PVERSION=10216
+PVERSION=10218
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
Modified: trunk/gs/src/os2.mak
===================================================================
--- trunk/gs/src/os2.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/os2.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -130,7 +130,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
Modified: trunk/gs/src/ugcclib.mak
===================================================================
--- trunk/gs/src/ugcclib.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/ugcclib.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -48,7 +48,7 @@
JPEG_NAME=jpeg
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
SHARE_LIBPNG=1
LIBPNG_NAME=png
Modified: trunk/gs/src/unix-gcc.mak
===================================================================
--- trunk/gs/src/unix-gcc.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/unix-gcc.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -152,7 +152,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
Modified: trunk/gs/src/unixansi.mak
===================================================================
--- trunk/gs/src/unixansi.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/unixansi.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -140,7 +140,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
Modified: trunk/gs/src/watclib.mak
===================================================================
--- trunk/gs/src/watclib.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/watclib.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -67,7 +67,7 @@
PSRCDIR=libpng
!endif
!ifndef PVERSION
-PVERSION=10216
+PVERSION=10218
!endif
!ifndef ZSRCDIR
Modified: trunk/gs/src/watcw32.mak
===================================================================
--- trunk/gs/src/watcw32.mak 2007-07-30 20:10:59 UTC (rev 8153)
+++ trunk/gs/src/watcw32.mak 2007-07-30 20:13:56 UTC (rev 8154)
@@ -119,7 +119,7 @@
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10216
+PVERSION=10218
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
More information about the gs-cvs
mailing list