Release libpng version 1.6.38

This commit is contained in:
Cosmin Truta
2022-09-14 22:42:00 +03:00
parent 50d7a85154
commit 0a158f3506
22 changed files with 67 additions and 78 deletions

View File

@@ -11,7 +11,7 @@
# Modeled after libxml-config.
version=1.6.38.git
version=1.6.38
prefix=""
libdir=""
libs=""

View File

@@ -5,6 +5,6 @@ includedir=@includedir@/libpng16
Name: libpng
Description: Loads and saves PNG files
Version: 1.6.38.git
Version: 1.6.38
Libs: -L${libdir} -lpng16
Cflags: -I${includedir}

View File

@@ -23,7 +23,7 @@ ZLIBINC=/usr/include
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 37
RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).dylib

View File

@@ -11,7 +11,7 @@
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 37
RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).so

View File

@@ -19,7 +19,7 @@ exec_prefix=$(prefix)
# Library name:
LIBNAME = libpng16
PNGMAJ = 16
RELEASE = 37
RELEASE = 38
# Shared library names:
LIBSO=$(LIBNAME).dll

View File

@@ -14,7 +14,7 @@ MANDIR= ${LOCALBASE}/man
INCSDIR=${LOCALBASE}/include
SHLIB_MAJOR= 16
SHLIB_MINOR= 1.6.38.git
SHLIB_MINOR= 1.6.38
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \

View File

@@ -12,7 +12,7 @@ LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/cat
SHLIB_MAJOR= 16
SHLIB_MINOR= 1.6.38.git
SHLIB_MINOR= 1.6.38
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \

View File

@@ -1,6 +1,6 @@
/* pnglibconf.h - library build configuration */
/* libpng version 1.6.38.git */
/* libpng version 1.6.38 */
/* Copyright (c) 2018-2022 Cosmin Truta */
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */