mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libpng: fix declaration of shared libs version numbers
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="1998-2015 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc."
|
||||
LICENSE="LibPNG"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5bfc3c29c9c5551f6fa39e352121e8d9e3d6eb5093b72a7a9cff0a232962ae51"
|
||||
|
||||
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libpng$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
lib:libpng15$secondaryArchSuffix = 15.25.0 compat >= 15
|
||||
lib:libpng15$secondaryArchSuffix = 15.26.0 compat >= 15
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -27,8 +27,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.25.0 compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = 15.25.0 compat >= 15
|
||||
devel:libpng$secondaryArchSuffix = 15.26.0 compat >= 15
|
||||
devel:libpng15$secondaryArchSuffix = 15.26.0 compat >= 15
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpng$secondaryArchSuffix == $portVersion base
|
||||
|
||||
@@ -11,7 +11,7 @@ COPYRIGHT="1998-2015 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc."
|
||||
LICENSE="LibPNG"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0366f932883084a6972efa8eadfaa5584e94a7c9c8682a49590759951518801f"
|
||||
SOURCE_DIR="libpng-$portVersion"
|
||||
@@ -21,8 +21,8 @@ SECONDARY_ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libpng12$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
lib:libpng$secondaryArchSuffix = 3.54.0 compat >= 3
|
||||
lib:libpng12$secondaryArchSuffix = 3.54.0 compat >= 3
|
||||
lib:libpng$secondaryArchSuffix = 3.56.0 compat >= 3
|
||||
lib:libpng12$secondaryArchSuffix = 3.56.0 compat >= 3
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -33,8 +33,8 @@ PROVIDES_devel="
|
||||
libpng12${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
|
||||
cmd:libpng_config$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
cmd:libpng12_config$secondaryArchSuffix = $portVersion compat >= 1.2
|
||||
devel:libpng$secondaryArchSuffix = 3.54.0 compat >= 3
|
||||
devel:libpng12$secondaryArchSuffix = 3.54.0 compat >= 3
|
||||
devel:libpng$secondaryArchSuffix = 3.56.0 compat >= 3
|
||||
devel:libpng12$secondaryArchSuffix = 3.56.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpng12$secondaryArchSuffix == $portVersion base
|
||||
|
||||
@@ -7,7 +7,7 @@ COPYRIGHT="1998-2016 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc."
|
||||
LICENSE="LibPNG"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sf.net/libpng/libpng-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b36a3c124622c8e1647f360424371394284f4c6c4b384593e478666c59ff42d3"
|
||||
SOURCE_DIR="libpng-$portVersion"
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libpng16$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
lib:libpng16$secondaryArchSuffix = 16.20.0 compat >= 16
|
||||
lib:libpng16$secondaryArchSuffix = 16.21.0 compat >= 16
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -30,8 +30,8 @@ PROVIDES_devel="
|
||||
cmd:libpng16_config$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:pngfix$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
cmd:png_fix_itxt$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
devel:libpng$secondaryArchSuffix = 16.20.0 compat >= 16
|
||||
devel:libpng16$secondaryArchSuffix = 16.20.0 compat >= 16
|
||||
devel:libpng$secondaryArchSuffix = 16.21.0 compat >= 16
|
||||
devel:libpng16$secondaryArchSuffix = 16.21.0 compat >= 16
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpng16$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user