[devel] Imported from libpng-1.5.0beta28.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-06-19 19:25:17 -05:00
parent 78d55454aa
commit 57d9617964
52 changed files with 203 additions and 157 deletions

View File

@@ -1,9 +1,9 @@
Makefiles for libpng version 1.5.0beta27 - June 19, 2010
Makefiles for libpng version 1.5.0beta28 - June 20, 2010
pnglibconf.h => Stores configuration settings
makefile.linux => Linux/ELF makefile
(gcc, creates libpng15.so.15.1.5.0beta27)
(gcc, creates libpng15.so.15.1.5.0beta28)
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 @@ pnglibconf.h => Stores configuration settings
makefile.dec => DEC Alpha UNIX makefile
makefile.dj2 => DJGPP 2 makefile
makefile.elf => Linux/ELF makefile symbol versioning,
gcc, creates libpng15.so.15.1.5.0beta27)
gcc, creates libpng15.so.15.1.5.0beta28)
makefile.freebsd => FreeBSD makefile
makefile.gcc => Generic gcc makefile
makefile.hpgcc => HPUX makefile using gcc
@@ -35,12 +35,12 @@ pnglibconf.h => Stores configuration settings
makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def)
makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
makefile.sggcc => Silicon Graphics (gcc,
creates libpng15.so.15.1.5.0beta27)
creates libpng15.so.15.1.5.0beta28)
makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
makefile.solaris => Solaris 2.X makefile (gcc,
creates libpng15.so.15.1.5.0beta27)
creates libpng15.so.15.1.5.0beta28)
makefile.so9 => Solaris 9 makefile (gcc,
creates libpng15.so.15.1.5.0beta27)
creates libpng15.so.15.1.5.0beta28)
makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
makefile.sunos => Sun makefile
makefile.32sunu => Sun Ultra 32-bit makefile

View File

@@ -11,7 +11,7 @@
# Modeled after libxml-config.
version=1.5.0beta27
version=1.5.0beta28
prefix=""
libdir=""
libs=""

View File

@@ -5,6 +5,6 @@ includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
Version: 1.5.0beta27
Version: 1.5.0beta28
Libs: -L${libdir} -lpng15
Cflags: -I${includedir}

View File

@@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include/libpng15
LIB= png15
SHLIB_MAJOR= 0
SHLIB_MINOR= 1.5.0beta27
SHLIB_MINOR= 1.5.0beta28
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

View File

@@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include
LIB= png
SHLIB_MAJOR= 3
SHLIB_MINOR= 1.5.0beta27
SHLIB_MINOR= 1.5.0beta28
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

View File

@@ -11,7 +11,7 @@ LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 0
SHLIB_MINOR= 1.5.0beta27
SHLIB_MINOR= 1.5.0beta28
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \

View File

@@ -1,7 +1,7 @@
#!/bin/awk -f
# scripts/options.awk - library build configuration control
#
# last changed in libpng version 1.5.0 - June 19, 2010
# last changed in libpng version 1.5.0 - June 20, 2010
#
# Copyright (c) 1998-2010 Glenn Randers-Pehrson
#

View File

@@ -6,7 +6,7 @@
#
com pnglibconf.h - library build configuration
com
com libpng version PNGLIB_VERSION - last changed on June 19, 2010
com libpng version PNGLIB_VERSION - last changed on June 20, 2010
com
com Copyright (c) 1998-2010 Glenn Randers-Pehrson
com

View File

@@ -1,7 +1,7 @@
/* libpng-1.5.0beta27 STANDARD API DEFINITION */
/* libpng-1.5.0beta28 STANDARD API DEFINITION */
/* pnglibconf.h - library build configuration */
/* last changed in libpng version 1.5.0 - June 19, 2010 */
/* last changed in libpng version 1.5.0 - June 20, 2010 */
/* Copyright (c) 1998-2010 Glenn Randers-Pehrson */

View File

@@ -11,7 +11,7 @@ LIBRARY
;OS2 CODE PRELOAD MOVEABLE DISCARDABLE
EXPORTS
;Version 1.5.0beta27
;Version 1.5.0beta28
png_access_version_number @1
png_set_sig_bytes @2
png_sig_cmp @3

View File

@@ -1,7 +1,7 @@
/* pngwin.dfn - define format of pngwin.def
*
* Last changed in libpng version 1.5.0 [June 19, 2010]
* Last changed in libpng version 1.5.0 [June 20, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.

View File

@@ -1,7 +1,7 @@
/* sym.dfn - define format of libpng.sym
*
* Last changed in libpng version 1.5.0 [June 19, 2010]
* Last changed in libpng version 1.5.0 [June 20, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.

View File

@@ -5,7 +5,7 @@
LIBRARY
EXPORTS
;Version 1.5.0beta27
;Version 1.5.0beta28
png_access_version_number @1
png_set_sig_bytes @2
png_sig_cmp @3

View File

@@ -1,7 +1,7 @@
/* symbols.dfn - find all exported symbols
*
* Last changed in libpng version 1.5.0 [June 19, 2010]
* Last changed in libpng version 1.5.0 [June 20, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.

View File

@@ -1,7 +1,7 @@
/* vers.dfn - define format of libpng.vers
*
* Last changed in libpng version 1.5.0 [June 19, 2010]
* Last changed in libpng version 1.5.0 [June 20, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.