[libpng16] Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).

This commit is contained in:
Glenn Randers-Pehrson 2017-07-03 10:08:31 -05:00
parent 54126d5c59
commit 89b8c133e7
3 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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}