diff options
Diffstat (limited to 'gs/libpng/scripts')
31 files changed, 38 insertions, 42 deletions
diff --git a/gs/libpng/scripts/README.txt b/gs/libpng/scripts/README.txt index a6f33e9fa..70b28b967 100644 --- a/gs/libpng/scripts/README.txt +++ b/gs/libpng/scripts/README.txt @@ -1,8 +1,8 @@ -Makefiles for libpng version 1.2.44 - June 26, 2010 +Makefiles for libpng version 1.2.42 - January 3, 2010 makefile.linux => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.44) + (gcc, creates libpng12.so.0.1.2.42) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with ansi2knr (Requires ansi2knr.c from @@ -20,7 +20,7 @@ Makefiles for libpng version 1.2.44 - June 26, 2010 makefile.dec => DEC Alpha UNIX makefile makefile.dj2 => DJGPP 2 makefile makefile.elf => Linux/ELF makefile symbol versioning, - gcc, creates libpng12.so.0.1.2.44) + gcc, creates libpng12.so.0.1.2.42) makefile.freebsd => FreeBSD makefile makefile.gcc => Generic gcc makefile makefile.gccmmx => Generic gcc makefile previously using MMX code @@ -38,14 +38,14 @@ Makefiles for libpng version 1.2.44 - June 26, 2010 makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def) makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc makefile.sggcc => Silicon Graphics (gcc, - creates libpng12.so.0.1.2.44) + creates libpng12.so.0.1.2.42) makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib) makefile.solaris => Solaris 2.X makefile (gcc, - creates libpng12.so.0.1.2.44) + creates libpng12.so.0.1.2.42) makefile.solaris-x86 => Solaris 2.X makefile (gcc, no MMX code, - creates libpng12.so.0.1.2.44) + creates libpng12.so.0.1.2.42) makefile.so9 => Solaris 9 makefile (gcc, - creates libpng12.so.0.1.2.44) + creates libpng12.so.0.1.2.42) makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.sunos => Sun makefile makefile.32sunu => Sun Ultra 32-bit makefile diff --git a/gs/libpng/scripts/libpng-config-head.in b/gs/libpng/scripts/libpng-config-head.in index 82e0fdd50..ea11c0bd4 100755 --- a/gs/libpng/scripts/libpng-config-head.in +++ b/gs/libpng/scripts/libpng-config-head.in @@ -11,7 +11,7 @@ # Modeled after libxml-config. -version=1.2.44 +version=1.2.42 prefix="" libdir="" libs="" diff --git a/gs/libpng/scripts/libpng.pc.in b/gs/libpng/scripts/libpng.pc.in index 9a3053495..0ed4a2e8c 100644 --- a/gs/libpng/scripts/libpng.pc.in +++ b/gs/libpng/scripts/libpng.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@/libpng12 Name: libpng Description: Loads and saves PNG files -Version: 1.2.44 +Version: 1.2.42 Libs: -L${libdir} -lpng12 Cflags: -I${includedir} diff --git a/gs/libpng/scripts/makefile.32sunu b/gs/libpng/scripts/makefile.32sunu index db0f3e599..72220284b 100644 --- a/gs/libpng/scripts/makefile.32sunu +++ b/gs/libpng/scripts/makefile.32sunu @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.64sunu b/gs/libpng/scripts/makefile.64sunu index e7e531706..b045508a4 100644 --- a/gs/libpng/scripts/makefile.64sunu +++ b/gs/libpng/scripts/makefile.64sunu @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.aix b/gs/libpng/scripts/makefile.aix index 6be3f0c05..67517b05a 100644 --- a/gs/libpng/scripts/makefile.aix +++ b/gs/libpng/scripts/makefile.aix @@ -23,7 +23,7 @@ LN_SF = ln -f -s LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) prefix=/usr/local @@ -48,7 +48,7 @@ LDDEBUG = CRELEASE = -O2 LDRELEASE = -s WARNMORE=-W -Wall -CFLAGS = -D_ALL_SOURCE -I$(ZLIBINC) $(WARNMORE) $(CRELEASE) +CFLAGS = -I$(ZLIBINC) $(WARNMORE) $(CRELEASE) LDFLAGS = -L. -L$(ZLIBLIB) -lpng12 -lz -lm $(LDRELEASE) # File extensions diff --git a/gs/libpng/scripts/makefile.beos b/gs/libpng/scripts/makefile.beos index 9c0b28798..dc8e49862 100644 --- a/gs/libpng/scripts/makefile.beos +++ b/gs/libpng/scripts/makefile.beos @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.cegcc b/gs/libpng/scripts/makefile.cegcc index f18614a7c..34d7c867e 100644 --- a/gs/libpng/scripts/makefile.cegcc +++ b/gs/libpng/scripts/makefile.cegcc @@ -23,7 +23,7 @@ VERMAJ = 1 VERMIN = 2 -VERMIC = 44 +VERMIC = 42 VER = $(VERMAJ).$(VERMIN).$(VERMIC) NAME = libpng PACKAGE = $(NAME)-$(VER) diff --git a/gs/libpng/scripts/makefile.cygwin b/gs/libpng/scripts/makefile.cygwin index 11ec1e51c..408c61903 100644 --- a/gs/libpng/scripts/makefile.cygwin +++ b/gs/libpng/scripts/makefile.cygwin @@ -77,7 +77,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ LIBNAME = libpng12 PNGMAJ = 0 CYGDLL = 12 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=cygpng$(CYGDLL).dll diff --git a/gs/libpng/scripts/makefile.darwin b/gs/libpng/scripts/makefile.darwin index ed7a8e37c..9b99f3d58 100644 --- a/gs/libpng/scripts/makefile.darwin +++ b/gs/libpng/scripts/makefile.darwin @@ -22,7 +22,7 @@ ZLIBINC=../zlib # Library name: LIBNAME = libpng12 PNGMAJ = 12 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.dec b/gs/libpng/scripts/makefile.dec index c97c6e6dd..36e90bc28 100644 --- a/gs/libpng/scripts/makefile.dec +++ b/gs/libpng/scripts/makefile.dec @@ -8,7 +8,7 @@ # Library name: PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) LIBNAME = libpng12 diff --git a/gs/libpng/scripts/makefile.elf b/gs/libpng/scripts/makefile.elf index 2631247c1..f15dc084d 100644 --- a/gs/libpng/scripts/makefile.elf +++ b/gs/libpng/scripts/makefile.elf @@ -16,7 +16,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.gcmmx b/gs/libpng/scripts/makefile.gcmmx index 833d11456..e637d98cb 100644 --- a/gs/libpng/scripts/makefile.gcmmx +++ b/gs/libpng/scripts/makefile.gcmmx @@ -17,7 +17,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.hp64 b/gs/libpng/scripts/makefile.hp64 index 0f8b3402b..ffa1d7d52 100644 --- a/gs/libpng/scripts/makefile.hp64 +++ b/gs/libpng/scripts/makefile.hp64 @@ -21,7 +21,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.hpgcc b/gs/libpng/scripts/makefile.hpgcc index bd7d8758b..2559d6658 100644 --- a/gs/libpng/scripts/makefile.hpgcc +++ b/gs/libpng/scripts/makefile.hpgcc @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.hpux b/gs/libpng/scripts/makefile.hpux index c24b6674d..0bc60fee3 100644 --- a/gs/libpng/scripts/makefile.hpux +++ b/gs/libpng/scripts/makefile.hpux @@ -21,7 +21,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.linux b/gs/libpng/scripts/makefile.linux index faf697fdb..cc3a7c890 100644 --- a/gs/libpng/scripts/makefile.linux +++ b/gs/libpng/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.mingw b/gs/libpng/scripts/makefile.mingw index 1d7444e50..e48f54b68 100644 --- a/gs/libpng/scripts/makefile.mingw +++ b/gs/libpng/scripts/makefile.mingw @@ -14,10 +14,6 @@ # Built from makefile.cygwin -# This makefile expects to be run under the MSYS shell (part of -# the MINGW project) and not under CMD.EXE which does not provide -# "cat" or "sed". - # This makefile intends to support building outside the src directory # if desired. When invoking it, specify an argument to SRCDIR on the # command line that points to the top of the directory where your source @@ -81,7 +77,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ LIBNAME = libpng12 PNGMAJ = 0 MINGDLL = 12 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) SHAREDLIB=libpng$(MINGDLL).dll diff --git a/gs/libpng/scripts/makefile.ne12bsd b/gs/libpng/scripts/makefile.ne12bsd index fa0501f59..ce43b5818 100644 --- a/gs/libpng/scripts/makefile.ne12bsd +++ b/gs/libpng/scripts/makefile.ne12bsd @@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include/libpng12 LIB= png12 SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.2.44 +SHLIB_MINOR= 1.2.42 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c diff --git a/gs/libpng/scripts/makefile.netbsd b/gs/libpng/scripts/makefile.netbsd index 47cd7df55..71d1aec69 100644 --- a/gs/libpng/scripts/makefile.netbsd +++ b/gs/libpng/scripts/makefile.netbsd @@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include LIB= png SHLIB_MAJOR= 3 -SHLIB_MINOR= 1.2.44 +SHLIB_MINOR= 1.2.42 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c diff --git a/gs/libpng/scripts/makefile.nommx b/gs/libpng/scripts/makefile.nommx index b41443386..3625e767d 100644 --- a/gs/libpng/scripts/makefile.nommx +++ b/gs/libpng/scripts/makefile.nommx @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.openbsd b/gs/libpng/scripts/makefile.openbsd index d5cbe2396..9e0290258 100644 --- a/gs/libpng/scripts/makefile.openbsd +++ b/gs/libpng/scripts/makefile.openbsd @@ -11,7 +11,7 @@ LIBDIR= ${PREFIX}/lib MANDIR= ${PREFIX}/man/cat SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.2.44 +SHLIB_MINOR= 1.2.42 LIB= png SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \ diff --git a/gs/libpng/scripts/makefile.sco b/gs/libpng/scripts/makefile.sco index a3c9f0f28..41ad8ca1e 100644 --- a/gs/libpng/scripts/makefile.sco +++ b/gs/libpng/scripts/makefile.sco @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.sggcc b/gs/libpng/scripts/makefile.sggcc index 28b129ec8..83c847f26 100644 --- a/gs/libpng/scripts/makefile.sggcc +++ b/gs/libpng/scripts/makefile.sggcc @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.sgi b/gs/libpng/scripts/makefile.sgi index 0baa9d03f..25e8a2536 100644 --- a/gs/libpng/scripts/makefile.sgi +++ b/gs/libpng/scripts/makefile.sgi @@ -9,7 +9,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.so9 b/gs/libpng/scripts/makefile.so9 index 5350af496..ed9708833 100644 --- a/gs/libpng/scripts/makefile.so9 +++ b/gs/libpng/scripts/makefile.so9 @@ -11,7 +11,7 @@ # Library name: PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) LIBNAME = libpng12 diff --git a/gs/libpng/scripts/makefile.solaris b/gs/libpng/scripts/makefile.solaris index eb65495e0..fd0a491a7 100644 --- a/gs/libpng/scripts/makefile.solaris +++ b/gs/libpng/scripts/makefile.solaris @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/makefile.solaris-x86 b/gs/libpng/scripts/makefile.solaris-x86 index 940ff9302..d491c3358 100644 --- a/gs/libpng/scripts/makefile.solaris-x86 +++ b/gs/libpng/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44 +PNGMIN = 1.2.42 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: diff --git a/gs/libpng/scripts/png32ce.def b/gs/libpng/scripts/png32ce.def index 97bcdecea..69b0a02b9 100644 --- a/gs/libpng/scripts/png32ce.def +++ b/gs/libpng/scripts/png32ce.def @@ -5,7 +5,7 @@ LIBRARY lpngce EXPORTS -;Version 1.2.44 +;Version 1.2.42 png_build_grayscale_palette @1 png_check_sig @2 png_chunk_error @3 diff --git a/gs/libpng/scripts/pngos2.def b/gs/libpng/scripts/pngos2.def index 8f16fb15d..c65955862 100644 --- a/gs/libpng/scripts/pngos2.def +++ b/gs/libpng/scripts/pngos2.def @@ -2,7 +2,7 @@ ; PNG.LIB module definition file for OS/2 ;---------------------------------------- -; Version 1.2.44 +; Version 1.2.42 LIBRARY PNG DESCRIPTION "PNG image compression library for OS/2" diff --git a/gs/libpng/scripts/pngw32.def b/gs/libpng/scripts/pngw32.def index e09e70831..d569ec033 100644 --- a/gs/libpng/scripts/pngw32.def +++ b/gs/libpng/scripts/pngw32.def @@ -5,7 +5,7 @@ LIBRARY EXPORTS -;Version 1.2.44 +;Version 1.2.42 png_build_grayscale_palette @1 png_check_sig @2 png_chunk_error @3 |