summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2004-12-10 23:48:48 +0000
committerRalph Giles <ralph.giles@artifex.com>2004-12-10 23:48:48 +0000
commitf0470695a41239660caa0874c54a9379686f7c1a (patch)
tree7f03a6055cfc93db41b2fcf4b37e9a9dc75d8cd9
parent41dd7f72248ec2c00772eca57e631e5d1a0884e9 (diff)
downloadghostpdl-f0470695a41239660caa0874c54a9379686f7c1a.tar.gz
Update 3rd party library versions to match the latest releases.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@5578 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/src/all-arch.mak2
-rw-r--r--gs/src/bcwin32.mak2
-rw-r--r--gs/src/dvx-gcc.mak2
-rw-r--r--gs/src/macos-mcp.mak2
-rw-r--r--gs/src/macosx.mak2
-rw-r--r--gs/src/msvc32.mak2
-rw-r--r--gs/src/msvclib.mak2
-rw-r--r--gs/src/openvms.mak8
-rw-r--r--gs/src/openvms.mmk8
-rw-r--r--gs/src/os2.mak2
-rw-r--r--gs/src/ugcclib.mak2
-rw-r--r--gs/src/unix-gcc.mak2
-rw-r--r--gs/src/unixansi.mak2
-rw-r--r--gs/src/watclib.mak2
-rw-r--r--gs/src/watcw32.mak2
15 files changed, 21 insertions, 21 deletions
diff --git a/gs/src/all-arch.mak b/gs/src/all-arch.mak
index 0e2641f92..bc93b3dda 100644
--- a/gs/src/all-arch.mak
+++ b/gs/src/all-arch.mak
@@ -184,7 +184,7 @@ COMMON_ARGS = DEVICE_DEVS_EXTRA='$(DEVICE_DEVS_EXTRA)' \
JSRCDIR='$(JSRCDIR)' \
PNGSRCDIR='$(PNGSRCDIR)' \
PSRCDIR='$(PNGSRCDIR)' \
- PVERSION=10207 \
+ PVERSION=10208 \
SHARE_LIBPNG='$(SHARE_LIBPNG)' \
SHARE_ZLIB='$(SHARE_ZLIB)' \
XCFLAGS='$(XCFLAGS)' \
diff --git a/gs/src/bcwin32.mak b/gs/src/bcwin32.mak
index 38622ceaa..a6f9b8f63 100644
--- a/gs/src/bcwin32.mak
+++ b/gs/src/bcwin32.mak
@@ -151,7 +151,7 @@ JVERSION=6
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
!endif
# Define the directory where the zlib sources are stored.
diff --git a/gs/src/dvx-gcc.mak b/gs/src/dvx-gcc.mak
index 2081d8272..7a09e72e0 100644
--- a/gs/src/dvx-gcc.mak
+++ b/gs/src/dvx-gcc.mak
@@ -126,7 +126,7 @@ JPEG_NAME=jpeg
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Choose whether to use a shared version of the PNG library (-lpng).
# See gs.mak and Make.htm for more information.
diff --git a/gs/src/macos-mcp.mak b/gs/src/macos-mcp.mak
index a57b9d598..e3a506423 100644
--- a/gs/src/macos-mcp.mak
+++ b/gs/src/macos-mcp.mak
@@ -112,7 +112,7 @@ JVERSION=6
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
diff --git a/gs/src/macosx.mak b/gs/src/macosx.mak
index 19cc0f181..a2a0a2fb7 100644
--- a/gs/src/macosx.mak
+++ b/gs/src/macosx.mak
@@ -154,7 +154,7 @@ JPEG_NAME=jpeg
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
diff --git a/gs/src/msvc32.mak b/gs/src/msvc32.mak
index bd4314415..e3ae87e6d 100644
--- a/gs/src/msvc32.mak
+++ b/gs/src/msvc32.mak
@@ -200,7 +200,7 @@ JVERSION=6
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
!endif
# Define the directory where the zlib sources are stored.
diff --git a/gs/src/msvclib.mak b/gs/src/msvclib.mak
index 24cbc9a32..4bd6b01ff 100644
--- a/gs/src/msvclib.mak
+++ b/gs/src/msvclib.mak
@@ -139,7 +139,7 @@ JVERSION=6
!ifndef PSRCDIR
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
!endif
# Define the directory where the zlib sources are stored.
diff --git a/gs/src/openvms.mak b/gs/src/openvms.mak
index a5aa83e29..8ef4ac17f 100644
--- a/gs/src/openvms.mak
+++ b/gs/src/openvms.mak
@@ -126,18 +126,18 @@ JVERSION=6
# You may need to change this if the libpng version changes.
# See libpng.mak for more information.
-PSRCDIR=[.libpng-1_2_7]
-PVERSION=10207
+PSRCDIR=[.libpng-1_2_8]
+PVERSION=10208
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
-ZSRCDIR=[.zlib-1_1_4]
+ZSRCDIR=[.zlib-1_2_1]
# Define the jbig2dec library source location.
# See jbig2.mak for more information.
-JBIG2SRCDIR=[.jbig2dec-0_2]
+JBIG2SRCDIR=[.jbig2dec-0_7]
# Define the directory where the icclib source are stored.
# See icclib.mak for more information
diff --git a/gs/src/openvms.mmk b/gs/src/openvms.mmk
index 01c24c7dc..f7eca7b4d 100644
--- a/gs/src/openvms.mmk
+++ b/gs/src/openvms.mmk
@@ -138,9 +138,9 @@ JVERSION=6
.ifdef SYSLIB
PSRCDIR=sys$library:
.else
-PSRCDIR=[--.libpng-1_2_7]
+PSRCDIR=[--.libpng-1_2_8]
.endif
-PVERSION=10207
+PVERSION=10208
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
@@ -148,7 +148,7 @@ PVERSION=10207
.ifdef SYSLIB
ZSRCDIR=sys$library:
.else
-ZSRCDIR=[--.zlib-1_1_4]
+ZSRCDIR=[--.zlib-1_2_1]
.endif
# Define the directory where the jbig2dec library sources are stored.
@@ -156,7 +156,7 @@ ZSRCDIR=[--.zlib-1_1_4]
.ifdef SYSLIB
JBIG2SRCDIR=sys$library:
.else
-JBIG2SRCDIR=[--.jbig2dec-0_2]
+JBIG2SRCDIR=[--.jbig2dec-0_7]
.endif
# Define the directory where the icclib source are stored.
diff --git a/gs/src/os2.mak b/gs/src/os2.mak
index 77025dd7d..71dbcef17 100644
--- a/gs/src/os2.mak
+++ b/gs/src/os2.mak
@@ -132,7 +132,7 @@ JVERSION=6
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
diff --git a/gs/src/ugcclib.mak b/gs/src/ugcclib.mak
index f9e114eb9..74fa7325c 100644
--- a/gs/src/ugcclib.mak
+++ b/gs/src/ugcclib.mak
@@ -50,7 +50,7 @@ SHARE_JPEG=0
JPEG_NAME=jpeg
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
SHARE_LIBPNG=1
LIBPNG_NAME=png
diff --git a/gs/src/unix-gcc.mak b/gs/src/unix-gcc.mak
index 85a4fd68c..84dccf871 100644
--- a/gs/src/unix-gcc.mak
+++ b/gs/src/unix-gcc.mak
@@ -152,7 +152,7 @@ JPEG_NAME=jpeg
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
diff --git a/gs/src/unixansi.mak b/gs/src/unixansi.mak
index 31e25ce9a..e0eda57a5 100644
--- a/gs/src/unixansi.mak
+++ b/gs/src/unixansi.mak
@@ -142,7 +142,7 @@ JPEG_NAME=jpeg
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.
diff --git a/gs/src/watclib.mak b/gs/src/watclib.mak
index 62659caf8..3b3603174 100644
--- a/gs/src/watclib.mak
+++ b/gs/src/watclib.mak
@@ -67,7 +67,7 @@ JVERSION=6
PSRCDIR=libpng
!endif
!ifndef PVERSION
-PVERSION=10207
+PVERSION=10208
!endif
!ifndef ZSRCDIR
diff --git a/gs/src/watcw32.mak b/gs/src/watcw32.mak
index eee900a44..3a34fd4ab 100644
--- a/gs/src/watcw32.mak
+++ b/gs/src/watcw32.mak
@@ -124,7 +124,7 @@ JVERSION=6
# See libpng.mak for more information.
PSRCDIR=libpng
-PVERSION=10207
+PVERSION=10208
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.