libpng, remove static libraries (#7564)

* libpng, remove static libraries

* Update libpng-1.5.30.recipe

* Update libpng12-1.2.59.recipe

* Update libpng16-1.6.38.recipe

Co-authored-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Schrijvers Luc
2022-12-14 19:41:33 +01:00
committed by GitHub
parent 95078608af
commit 65c24fb90c
3 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ COPYRIGHT="1998-2017 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42 Inc."
LICENSE="LibPNG"
REVISION="2"
REVISION="3"
SOURCE_URI="https://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.xz"
CHECKSUM_SHA256="7d76275fad2ede4b7d87c5fd46e6f488d2a16b5a69dc968ffa840ab39ba756ed"
@@ -55,7 +55,8 @@ INSTALL()
{
make install
rm $libDir/libpng*.la
# remove libtool files & static libraries
rm $libDir/libpng*.la $libDir/libpng*.a
rm -Rf $manDir/man5

View File

@@ -11,7 +11,7 @@ COPYRIGHT="1998-2017 Glenn Randers-Pehrson
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42 Inc."
LICENSE="LibPNG"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
CHECKSUM_SHA256="4bd4b5ce04ce634c281ae76174714fa02b053b573ac2181c985db06aa57e1e9e"
SOURCE_DIR="libpng-$portVersion"
@@ -85,7 +85,8 @@ INSTALL()
{
make install
rm $libDir/libpng*.la
# remove libtool file & static libraries
rm $libDir/libpng*.la $libDir/libpng*.a
prepareInstalledDevelLibs libpng libpng12
fixPkgconfig

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1995-2022 The PNG Reference Library Authors
1996-1997 Andreas Dilger
1995-1996 Guy Eric Schalnat, Group 42, Inc."
LICENSE="LibPNG"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
CHECKSUM_SHA256="e2b5e1b4329650992c041996cf1269681b341191dc07ffed816c555769cceb77"
SOURCE_DIR="libpng-$portVersion"
@@ -77,7 +77,8 @@ INSTALL()
{
make install
rm $libDir/libpng*.la
# remove libtool file & static libraries
rm $libDir/libpng*.la $libDir/libpng*.a
prepareInstalledDevelLibs libpng libpng16
fixPkgconfig