[libpng15] Imported from libpng-1.5.14beta06.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-01-01 07:22:30 -06:00
parent c11abedafe
commit e86c64a512
9 changed files with 13 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ this sentence.
This code is released under the libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.5.14beta06, December 23, 2012, are
libpng versions 1.2.6, August 15, 2004, through 1.5.14beta06, January 1, 2013, are
Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
@@ -108,4 +108,4 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
December 23, 2012
January 1, 2013

View File

@@ -1542,6 +1542,10 @@ uninstall-hook:
rm -f '$(DESTDIR)$(bindir)/libpng-config'
rm -f '$(DESTDIR)$(libdir)/libpng.a'
rm -f '$(DESTDIR)$(libdir)/libpng.la'
rm -f '$(DESTDIR)$(libdir)/libpng.so'
rm -f '$(DESTDIR)$(libdir)/libpng.so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@'
rm -f '$(DESTDIR)$(libdir)/libpng.sl'
rm -f '$(DESTDIR)$(libdir)/libpng.dylib'
rm -f '$(DESTDIR)$(libdir)/libpng.dll.a'
# Tell versions [3.59,3.63) of GNU make to not export all variables.

2
README
View File

@@ -1,4 +1,4 @@
README for libpng version 1.5.14beta06 - December 23, 2012 (shared library 15.0)
README for libpng version 1.5.14beta06 - January 1, 2013 (shared library 15.0)
See the note about version numbers near the top of png.h
See INSTALL for instructions on how to install libpng.

View File

@@ -1,4 +1,4 @@
.TH LIBPNGPF 3 "December 23, 2012"
.TH LIBPNGPF 3 "January 1, 2013"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.5.14beta06
(private functions)

2
png.5
View File

@@ -1,4 +1,4 @@
.TH PNG 5 "December 23, 2012"
.TH PNG 5 "January 1, 2013"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION

View File

@@ -1,7 +1,7 @@
VisualStudio instructions
libpng version 1.5.14beta06 - December 23, 2012
libpng version 1.5.14beta06 - January 1, 2013
Copyright (c) 1998-2010 Glenn Randers-Pehrson

View File

@@ -2,7 +2,7 @@
<!--
* zlib.props - location of zlib source
*
* libpng version 1.5.14beta06 - December 23, 2012
* libpng version 1.5.14beta06 - January 1, 2013
*
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
*

View File

@@ -1,5 +1,5 @@
Makefiles for libpng version 1.5.14beta06 - December 23, 2012
Makefiles for libpng version 1.5.14beta06 - January 1, 2013
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile

View File

@@ -3,7 +3,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng 1.5.14beta06 - December 23, 2012 */
/* Libpng 1.5.14beta06 - January 1, 2013 */
/* Copyright (c) 1998-2012 Glenn Randers-Pehrson */