mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libgeotiff: bump version.
SONAME change.
This commit is contained in:
@@ -4,9 +4,9 @@ cartographic projections."
|
||||
HOMEPAGE="https://trac.osgeo.org/geotiff/"
|
||||
COPYRIGHT="1999-2012 Frank Warmerdam"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e"
|
||||
CHECKSUM_SHA256="f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
@@ -21,11 +21,10 @@ fi
|
||||
|
||||
PROVIDES="
|
||||
libgeotiff$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1
|
||||
lib:libgeotiff$secondaryArchSuffix = 5.0.0 compat >= 5
|
||||
cmd:applygeo$commandSuffix
|
||||
cmd:geotifcp$commandSuffix
|
||||
cmd:listgeo$commandSuffix
|
||||
cmd:makegeo$commandSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -37,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libgeotiff${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1
|
||||
devel:libgeotiff$secondaryArchSuffix = 5.0.0 compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgeotiff$secondaryArchSuffix == $portVersion base
|
||||
@@ -45,9 +44,9 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libproj$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix >= 9
|
||||
devel:libproj$secondaryArchSuffix >= 15
|
||||
devel:libtiff$secondaryArchSuffix >= 5
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -74,7 +73,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm -f "$libDir"/*.la
|
||||
rm -f "$libDir"/*.la "$libDir"/libgeotiff.a
|
||||
|
||||
prepareInstalledDevelLibs libgeotiff
|
||||
fixPkgconfig
|
||||
Reference in New Issue
Block a user