mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libpng: bump to 1.5.28, drop libtool files.
This commit is contained in:
@@ -7,16 +7,19 @@ COPYRIGHT="1998-2016 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42 Inc."
|
||||
LICENSE="LibPNG"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fa934f6ef7474889d408c66e26260b8dd34a048a239bff72372350425767d44b"
|
||||
CHECKSUM_SHA256="7dd9931dbdd43865055eeba52778ace6df5712b7f6f80f73c2b16b912c124a87"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
# define libVersion as xy.z.0 when portVersion is x.y.z.
|
||||
libVersion="${portVersion/\./}.0"
|
||||
|
||||
PROVIDES="
|
||||
libpng$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
lib:libpng15$secondaryArchSuffix = 15.27.0 compat >= 15
|
||||
lib:libpng15$secondaryArchSuffix = $libVersion compat >= 15
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -27,8 +30,8 @@ PROVIDES_devel="
|
||||
libpng${secondaryArchSuffix}_devel = $portVersion compat >= 1.5
|
||||
cmd:libpng_config$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
cmd:libpng15_config$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
devel:libpng$secondaryArchSuffix = 15.27.0 compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = 15.27.0 compat >= 15
|
||||
devel:libpng$secondaryArchSuffix = $libVersion compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = $libVersion compat >= 15
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpng$secondaryArchSuffix == $portVersion base
|
||||
@@ -61,6 +64,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libpng*.la
|
||||
|
||||
rm -Rf $manDir/man5
|
||||
|
||||
prepareInstalledDevelLibs libpng libpng15
|
||||
Reference in New Issue
Block a user