mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
tiff4: bump version.
This commit is contained in:
@@ -7,9 +7,9 @@ HOMEPAGE="http://www.libtiff.org/"
|
||||
COPYRIGHT="1988-1997 Sam Leffler
|
||||
1991-1997 Silicon Graphics, Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.osgeo.org/libtiff/tiff-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910"
|
||||
CHECKSUM_SHA256="6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd"
|
||||
SOURCE_DIR="tiff-$portVersion"
|
||||
PATCHES="tiff4-$portVersion.patchset"
|
||||
|
||||
@@ -18,20 +18,19 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
tiff4$secondaryArchSuffix = $portVersion compat >= 4
|
||||
lib:libtiff$secondaryArchSuffix = 5.2.6 compat >= 5
|
||||
lib:libtiffxx$secondaryArchSuffix = 5.2.6 compat >= 5
|
||||
lib:libtiff$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
lib:libtiffxx$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
tiff4${secondaryArchSuffix}_devel = $portVersion compat >= 4
|
||||
devel:libtiff$secondaryArchSuffix = 5.2.6 compat >= 5
|
||||
devel:libtiffxx$secondaryArchSuffix = 5.2.6 compat >= 5
|
||||
devel:libtiff$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
devel:libtiffxx$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
tiff4$secondaryArchSuffix == $portVersion base
|
||||
@@ -78,7 +77,6 @@ fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
Reference in New Issue
Block a user