[libpng16] Imported from libpng-1.6.31beta03.tar

This commit is contained in:
Glenn Randers-Pehrson
2017-07-09 16:25:13 -05:00
parent 0a9d2719c5
commit a947052ec2
14 changed files with 29 additions and 27 deletions

View File

@@ -1,9 +1,11 @@
Makefiles for libpng version 1.6.31beta03 - July 8, 2017
Makefiles for libpng version 1.6.31beta03 - July 9, 2017
pnglibconf.h.prebuilt => Stores configuration settings
makefile.linux => Linux/ELF makefile
(gcc, creates libpng16.so.16.1.6.31beta03)
makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
(gcc, creates libpng16.so.16.1.6.31beta03)
makefile.gcc => Generic makefile (gcc, creates static libpng.a)
makefile.knr => Archaic UNIX Makefile that converts files with
ansi2knr (Requires ansi2knr.c from

View File

@@ -23,7 +23,7 @@
VERMAJ = 1
VERMIN = 6
VERMIC = 30
VERMIC = 31
VER = $(VERMAJ).$(VERMIN).$(VERMIC)
NAME = libpng
PACKAGE = $(NAME)-$(VER)

View File

@@ -9,8 +9,8 @@
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 30
PNGMAJ = 1
RELEASE = 31
# Shared library names:
LIBSO=$(LIBNAME).so

View File

@@ -17,8 +17,8 @@ exec_prefix=$(prefix)
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 30
PNGMAJ = 1
RELEASE = 31
# Shared library names:
LIBSO=$(LIBNAME).dll

View File

@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.6.31beta03 - July 8, 2017 */
/* Libpng version 1.6.31beta03 - July 9, 2017 */
/* Copyright (c) 1998-2017 Glenn Randers-Pehrson */