This commit was generated by cvs2svn to compensate for changes in r29107,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Modeled after libxml-config.
|
# Modeled after libxml-config.
|
||||||
|
|
||||||
version=1.2.6
|
version=1.2.7
|
||||||
prefix=""
|
prefix=""
|
||||||
libdir=""
|
libdir=""
|
||||||
libs=""
|
libs=""
|
||||||
|
@@ -6,6 +6,6 @@ includedir=${exec_prefix}/include
|
|||||||
|
|
||||||
Name: libpng12
|
Name: libpng12
|
||||||
Description: Loads and saves PNG files
|
Description: Loads and saves PNG files
|
||||||
Version: 1.2.6
|
Version: 1.2.7
|
||||||
Libs: -L${libdir} -lpng12 -lz -lm
|
Libs: -L${libdir} -lpng12 -lz -lm
|
||||||
Cflags: -I${includedir}/libpng12
|
Cflags: -I${includedir}/libpng12
|
||||||
|
@@ -33,7 +33,7 @@ RANLIB=echo
|
|||||||
|
|
||||||
LIBNAME=libpng12
|
LIBNAME=libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
INCPATH=$(prefix)/include
|
INCPATH=$(prefix)/include
|
||||||
@@ -183,7 +183,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) $(SUN_CC_FLAGS) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-o pngtestd -L$(DL) -R$(DL) `$(BINPATH)/libpng12-config --ldflags` \
|
||||||
|
$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB)
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -33,7 +33,7 @@ RANLIB=echo
|
|||||||
|
|
||||||
LIBNAME=libpng12
|
LIBNAME=libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
INCPATH=$(prefix)/include
|
INCPATH=$(prefix)/include
|
||||||
@@ -184,7 +184,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) $(SUN_CC_FLAGS) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-o pngtestd -L$(DL) -R$(DL) `$(BINPATH)/libpng12-config --ldflags` \
|
||||||
|
$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB)
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -18,7 +18,7 @@ RM = rm -f
|
|||||||
|
|
||||||
LIBNAME=libpng12
|
LIBNAME=libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
|
@@ -12,7 +12,7 @@ ZLIBLIB=/usr/local/lib
|
|||||||
ZLIBINC=/usr/local/include
|
ZLIBINC=/usr/local/include
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
ALIGN=
|
ALIGN=
|
||||||
@@ -165,7 +165,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) $(CFLAGS) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -W1,-rpath $(ZLIBLIB):$(DL) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
|
@@ -79,7 +79,7 @@ CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \
|
|||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
CYGDLL = 12
|
CYGDLL = 12
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
SHAREDLIB=cygpng$(CYGDLL).dll
|
SHAREDLIB=cygpng$(CYGDLL).dll
|
||||||
@@ -176,7 +176,7 @@ $(STATLIB): $(OBJS)
|
|||||||
ar rc $@ $(OBJS)
|
ar rc $@ $(OBJS)
|
||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
$(SHAREDDEF): projects/msvc/png32ms.def
|
$(SHAREDDEF): scripts/png32ms.def
|
||||||
cat $< | sed -e '1{G;s/^\(.*\)\(\n\)/EXPORTS/;};2,/^EXPORTS/d' | \
|
cat $< | sed -e '1{G;s/^\(.*\)\(\n\)/EXPORTS/;};2,/^EXPORTS/d' | \
|
||||||
sed -e 's/\([^;]*\);/;/' > $@
|
sed -e 's/\([^;]*\);/;/' > $@
|
||||||
|
|
||||||
@@ -260,7 +260,17 @@ test-config-install: $(DB)/libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) $(CFLAGS) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
|
@@ -23,7 +23,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz
|
|||||||
RANLIB=ranlib
|
RANLIB=ranlib
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -167,7 +167,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
|
@@ -32,7 +32,7 @@ ZLIBLIB=../zlib
|
|||||||
ZLIBINC=../zlib
|
ZLIBINC=../zlib
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -148,7 +148,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -w1 -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -R$(ZLIBLIB) -R$(DL) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
@@ -212,7 +212,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -W1, -rpath,$(DL) -Wl,-rpath,$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) -I$(ZLIBINC) \
|
$(CC) -I$(ZLIBINC) \
|
||||||
|
@@ -41,7 +41,7 @@ RANLIB=ranlib
|
|||||||
#RANLIB=echo
|
#RANLIB=echo
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -176,7 +176,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -W1,-rpath,$(DL) -Wl,-rpath,$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -24,7 +24,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
|
|||||||
RANLIB=ranlib
|
RANLIB=ranlib
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -162,7 +162,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) $(CCFLAGS) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
@@ -184,7 +184,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -W1, -rpath,$(DL) -Wl,-rpath,$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) -I$(ZLIBINC) \
|
$(CC) -I$(ZLIBINC) \
|
||||||
|
@@ -13,7 +13,7 @@ INCSDIR=${LOCALBASE}/include/libpng12
|
|||||||
|
|
||||||
LIB= png12
|
LIB= png12
|
||||||
SHLIB_MAJOR= 0
|
SHLIB_MAJOR= 0
|
||||||
SHLIB_MINOR= 1.2.6
|
SHLIB_MINOR= 1.2.7
|
||||||
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
|
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
|
||||||
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
|
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
|
||||||
pngwtran.c pngmem.c pngerror.c pngpread.c
|
pngwtran.c pngmem.c pngerror.c pngpread.c
|
||||||
|
@@ -13,7 +13,7 @@ INCSDIR=${LOCALBASE}/include/libpng
|
|||||||
|
|
||||||
LIB= png
|
LIB= png
|
||||||
SHLIB_MAJOR= 3
|
SHLIB_MAJOR= 3
|
||||||
SHLIB_MINOR= 1.2.6
|
SHLIB_MINOR= 1.2.7
|
||||||
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
|
SRCS= pnggccrd.c png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
|
||||||
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
|
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
|
||||||
pngwtran.c pngmem.c pngerror.c pngpread.c
|
pngwtran.c pngmem.c pngerror.c pngpread.c
|
||||||
|
@@ -7,7 +7,7 @@ LIBDIR= ${PREFIX}/lib
|
|||||||
MANDIR= ${PREFIX}/man/cat
|
MANDIR= ${PREFIX}/man/cat
|
||||||
|
|
||||||
SHLIB_MAJOR= 0
|
SHLIB_MAJOR= 0
|
||||||
SHLIB_MINOR= 1.2.6
|
SHLIB_MINOR= 1.2.7
|
||||||
|
|
||||||
LIB= png
|
LIB= png
|
||||||
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \
|
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \
|
||||||
|
@@ -24,7 +24,7 @@ LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz -lm
|
|||||||
RANLIB=echo
|
RANLIB=echo
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -162,7 +162,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) $(CFLAGS) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
|
@@ -18,7 +18,7 @@ ZLIBINC=../zlib
|
|||||||
|
|
||||||
LIBNAME=libpng12
|
LIBNAME=libpng12
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
CC=gcc
|
CC=gcc
|
||||||
|
|
||||||
@@ -169,14 +169,26 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) \
|
||||||
|
-rpath $(ZLIBLIB):$(DL)\
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags`
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
echo Testing installed dynamic shared library.
|
echo Testing installed dynamic shared library.
|
||||||
$(CC) -I$(ZLIBINC) \
|
$(CC) -I$(ZLIBINC) \
|
||||||
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
-L$(ZLIBLIB) -rpath $(ZLIBLIB):`$(BINPATH)/libpng12-config --libdir` \
|
-L$(ZLIBLIB) \
|
||||||
|
-rpath $(ZLIBLIB):`$(BINPATH)/libpng12-config --libdir` \
|
||||||
-o pngtesti `$(BINPATH)/libpng12-config --ldflags`
|
-o pngtesti `$(BINPATH)/libpng12-config --ldflags`
|
||||||
./pngtesti pngtest.png
|
./pngtesti pngtest.png
|
||||||
|
|
||||||
|
@@ -34,7 +34,7 @@ LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
|
|||||||
RANLIB=echo
|
RANLIB=echo
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -182,7 +182,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags` \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -R$(ZLIBLIB) -R$(DL)
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -30,7 +30,7 @@ LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm
|
|||||||
RANLIB=echo
|
RANLIB=echo
|
||||||
|
|
||||||
PNGMAJ = 0
|
PNGMAJ = 0
|
||||||
PNGMIN = 1.2.6
|
PNGMIN = 1.2.7
|
||||||
PNGVER = $(PNGMAJ).$(PNGMIN)
|
PNGVER = $(PNGMAJ).$(PNGMIN)
|
||||||
LIBNAME = libpng12
|
LIBNAME = libpng12
|
||||||
|
|
||||||
@@ -179,7 +179,17 @@ install-config: libpng-config
|
|||||||
install: install-static install-shared install-man install-config
|
install: install-static install-shared install-man install-config
|
||||||
|
|
||||||
# If you installed in $(DESTDIR), test-installed won't work until you
|
# If you installed in $(DESTDIR), test-installed won't work until you
|
||||||
# move the library to its final location.
|
# move the library to its final location. Use test-dd to test it
|
||||||
|
# before then.
|
||||||
|
|
||||||
|
test-dd:
|
||||||
|
echo
|
||||||
|
echo Testing installed dynamic shared library in $(DL).
|
||||||
|
$(CC) -I$(DI) -I$(ZLIBINC) \
|
||||||
|
`$(BINPATH)/libpng12-config --cflags` pngtest.c \
|
||||||
|
-o pngtestd `$(BINPATH)/libpng12-config --ldflags` \
|
||||||
|
-L$(DL) -L$(ZLIBLIB) -R$(ZLIBLIB) -R$(DL)
|
||||||
|
./pngtestd pngtest.png
|
||||||
|
|
||||||
test-installed:
|
test-installed:
|
||||||
echo
|
echo
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
; PNG.LIB module definition file for OS/2
|
; PNG.LIB module definition file for OS/2
|
||||||
;----------------------------------------
|
;----------------------------------------
|
||||||
|
|
||||||
; Version 1.2.6
|
; Version 1.2.7
|
||||||
|
|
||||||
LIBRARY PNG
|
LIBRARY PNG
|
||||||
DESCRIPTION "PNG image compression library for OS/2"
|
DESCRIPTION "PNG image compression library for OS/2"
|
||||||
@@ -184,6 +184,34 @@ EXPORTS
|
|||||||
png_convert_to_rfc1123
|
png_convert_to_rfc1123
|
||||||
png_set_invalid
|
png_set_invalid
|
||||||
|
|
||||||
|
; Added at version 1.2.0:
|
||||||
|
png_mmx_support
|
||||||
|
png_permit_empty_plte
|
||||||
|
png_permit_mng_features
|
||||||
|
png_get_mmx_flagmask
|
||||||
|
png_get_asm_flagmask
|
||||||
|
png_get_asm_flags
|
||||||
|
png_get_mmx_bitdepth_threshold
|
||||||
|
png_get_mmx_rowbytes_threshold
|
||||||
|
png_set_asm_flags
|
||||||
|
png_init_mmx_flags
|
||||||
|
|
||||||
|
; Added at version 1.2.2:
|
||||||
|
png_handle_as_unknown
|
||||||
|
|
||||||
|
; Added at version 1.2.2 and deleted from 1.2.3:
|
||||||
|
; png_zalloc
|
||||||
|
; png_zfree
|
||||||
|
|
||||||
|
; Added at version 1.2.4
|
||||||
|
png_malloc_warn
|
||||||
|
|
||||||
|
; Added at version 1.2.6
|
||||||
|
png_set_user_limits
|
||||||
|
png_get_user_height_max
|
||||||
|
png_get_user_width_max
|
||||||
|
; Added at version 1.2.7
|
||||||
|
png_set_add_alpha
|
||||||
|
|
||||||
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
|
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
|
||||||
png_libpng_ver
|
png_libpng_ver
|
||||||
|
@@ -6,7 +6,7 @@ LIBRARY
|
|||||||
DESCRIPTION "PNG image compression library for Windows"
|
DESCRIPTION "PNG image compression library for Windows"
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
;Version 1.2.6
|
;Version 1.2.7
|
||||||
png_build_grayscale_palette @1
|
png_build_grayscale_palette @1
|
||||||
png_check_sig @2
|
png_check_sig @2
|
||||||
png_chunk_error @3
|
png_chunk_error @3
|
||||||
@@ -191,3 +191,37 @@ EXPORTS
|
|||||||
png_write_init_3 @176
|
png_write_init_3 @176
|
||||||
png_info_init_3 @177
|
png_info_init_3 @177
|
||||||
png_destroy_struct @178
|
png_destroy_struct @178
|
||||||
|
; Added at version 1.2.0
|
||||||
|
; For use with PNG_USER_MEM_SUPPORTED
|
||||||
|
png_destroy_struct_2 @179
|
||||||
|
png_create_read_struct_2 @180
|
||||||
|
png_create_write_struct_2 @181
|
||||||
|
png_malloc_default @182
|
||||||
|
png_free_default @183
|
||||||
|
; MNG features
|
||||||
|
png_permit_mng_features @184
|
||||||
|
; MMX support
|
||||||
|
png_mmx_support @185
|
||||||
|
png_get_mmx_flagmask @186
|
||||||
|
png_get_asm_flagmask @187
|
||||||
|
png_get_asm_flags @188
|
||||||
|
png_get_mmx_bitdepth_threshold @189
|
||||||
|
png_get_mmx_rowbytes_threshold @190
|
||||||
|
png_set_asm_flags @191
|
||||||
|
png_init_mmx_flags @192
|
||||||
|
; Strip error numbers
|
||||||
|
png_set_strip_error_numbers @193
|
||||||
|
; Added at version 1.2.2
|
||||||
|
png_handle_as_unknown @194
|
||||||
|
; Added at version 1.2.2 and deleted from 1.2.3
|
||||||
|
; png_zalloc @195
|
||||||
|
; png_zfree @196
|
||||||
|
; Added at version 1.2.4
|
||||||
|
png_malloc_warn @195
|
||||||
|
; Added at version 1.2.6
|
||||||
|
png_malloc_warn @195
|
||||||
|
png_get_user_height_max @196
|
||||||
|
png_get_user_width_max @197
|
||||||
|
png_set_user_limits @198
|
||||||
|
; Added at version 1.2.7
|
||||||
|
png_set_add_alpha @199
|
||||||
|
Reference in New Issue
Block a user