[libpng16] Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).
This commit is contained in:
parent
54126d5c59
commit
89b8c133e7
8
ANNOUNCE
8
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
|
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.
|
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]
|
Version 1.6.30 [June 28, 2017]
|
||||||
No changes.
|
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;
|
Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it;
|
||||||
bug report by Michael Felt).
|
bug report by Michael Felt).
|
||||||
Revised pngpriv.h to work around failure to compile arm/filter_neon.S
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
6
CHANGES
6
CHANGES
@ -5855,11 +5855,13 @@ Version 1.6.30rc02 [June 25, 2017]
|
|||||||
Version 1.6.30 [June 28, 2017]
|
Version 1.6.30 [June 28, 2017]
|
||||||
No changes.
|
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;
|
Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it;
|
||||||
bug report by Michael Felt).
|
bug report by Michael Felt).
|
||||||
Revised pngpriv.h to work around failure to compile arm/filter_neon.S
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -6,6 +6,7 @@ includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
|||||||
Name: libpng
|
Name: libpng
|
||||||
Description: Loads and saves PNG files
|
Description: Loads and saves PNG files
|
||||||
Version: @PNGLIB_VERSION@
|
Version: @PNGLIB_VERSION@
|
||||||
|
Requires: zlib
|
||||||
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
||||||
Libs.private: @LIBS@
|
Libs.private: @LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user