From 89b8c133e72b9a8f36d63a59b1bc347a305f8cd8 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 3 Jul 2017 10:08:31 -0500 Subject: [PATCH] [libpng16] Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx). --- ANNOUNCE | 8 +++++--- CHANGES | 6 ++++-- libpng.pc.in | 1 + 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 8ce75e580..0e3a902bb 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -Libpng 1.6.31beta01 - July 1, 2017 +Libpng 1.6.31beta01 - July 3, 2017 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -60,11 +60,13 @@ Version 1.6.30rc02 [June 25, 2017] Version 1.6.30 [June 28, 2017] No changes. -Version 1.6.31beta01 [July 1, 2017] +Version 1.6.31beta01 [July 3, 2017] Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it; bug report by Michael Felt). Revised pngpriv.h to work around failure to compile arm/filter_neon.S - ("typedef" directive is unrecognized by the assembler). + ("typedef" directive is unrecognized by the assembler). The problem + was introduced in libpng-1.6.30beta01. + Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 26302965d..7370895d3 100644 --- a/CHANGES +++ b/CHANGES @@ -5855,11 +5855,13 @@ Version 1.6.30rc02 [June 25, 2017] Version 1.6.30 [June 28, 2017] No changes. -Version 1.6.31beta01 [July 1, 2017] +Version 1.6.31beta01 [July 3, 2017] Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it; bug report by Michael Felt). Revised pngpriv.h to work around failure to compile arm/filter_neon.S - ("typedef" directive is unrecognized by the assembler). + ("typedef" directive is unrecognized by the assembler). The problem + was introduced in libpng-1.6.30beta01. + Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/libpng.pc.in b/libpng.pc.in index 3e7e2c58a..9708e9af2 100644 --- a/libpng.pc.in +++ b/libpng.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ Name: libpng Description: Loads and saves PNG files Version: @PNGLIB_VERSION@ +Requires: zlib Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ Libs.private: @LIBS@ Cflags: -I${includedir}