Update to png-1.2.14.

'fine with me' steven@
This commit is contained in:
bernd 2006-11-30 11:25:32 +00:00
parent d621c81425
commit 6fa372d430
4 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.58 2006/11/18 16:06:26 bernd Exp $
# $OpenBSD: Makefile,v 1.59 2006/11/30 11:25:32 bernd Exp $
COMMENT= "library for manipulating PNG images"
VERSION= 1.2.13
VERSION= 1.2.14
DISTNAME= libpng-${VERSION}
PKGNAME= ${DISTNAME:S/lib//}
SHARED_LIBS= png 5.1

View File

@ -1,4 +1,4 @@
MD5 (libpng-1.2.13.tar.gz) = 07e62586ce394dcf2f93a4fc3e108301
RMD160 (libpng-1.2.13.tar.gz) = 7f94e2e8126756cb20ba5e143835e2affa5b213b
SHA1 (libpng-1.2.13.tar.gz) = c66b9cb0fb19c226033cfd05c3c7b90055b42625
SIZE (libpng-1.2.13.tar.gz) = 823570
MD5 (libpng-1.2.14.tar.gz) = c17d965acf9b68f8a75c153d5ea58800
RMD160 (libpng-1.2.14.tar.gz) = 5b584d0e31707d5df9d95807900ca3367716514d
SHA1 (libpng-1.2.14.tar.gz) = cfa13bf5d780097353fedbde914085bee7ea3edd
SIZE (libpng-1.2.14.tar.gz) = 828344

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_libpng_pc_in,v 1.5 2006/11/18 16:06:26 bernd Exp $
$OpenBSD: patch-scripts_libpng_pc_in,v 1.6 2006/11/30 11:25:32 bernd Exp $
--- scripts/libpng.pc.in.orig Fri Nov 17 10:33:10 2006
+++ scripts/libpng.pc.in Fri Nov 17 10:33:33 2006
@@ -1,10 +1,10 @@
@ -10,7 +10,7 @@ $OpenBSD: patch-scripts_libpng_pc_in,v 1.5 2006/11/18 16:06:26 bernd Exp $
Name: libpng
Description: Loads and saves PNG files
Version: 1.2.13
Version: 1.2.14
-Libs: -L${libdir} -lpng12
+Libs: -L${libdir} -lpng -lz -lm
Cflags: -I${includedir}

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-scripts_makefile_openbsd,v 1.17 2006/11/18 16:06:26 bernd Exp $
$OpenBSD: patch-scripts_makefile_openbsd,v 1.18 2006/11/30 11:25:32 bernd Exp $
--- scripts/makefile.openbsd.orig Wed Nov 15 13:51:31 2006
+++ scripts/makefile.openbsd Fri Nov 17 10:37:08 2006
@@ -3,11 +3,12 @@
@ -12,7 +12,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.17 2006/11/18 16:06:26 bernd Exp $
+DOCDIR= ${PREFIX}/share/doc/png
-SHLIB_MAJOR= 0
-SHLIB_MINOR= 1.2.13
-SHLIB_MINOR= 1.2.14
LIB= png
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \