mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libgeotiff: bump version.
This commit is contained in:
@@ -4,10 +4,10 @@ cartographic projections."
|
||||
HOMEPAGE="http://trac.osgeo.org/geotiff/"
|
||||
COPYRIGHT="1999-2012 Frank Warmerdam"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329"
|
||||
PATCHES="libgeotiff-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e"
|
||||
#PATCHES="libgeotiff-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
@@ -22,7 +22,7 @@ fi
|
||||
|
||||
PROVIDES="
|
||||
libgeotiff$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libgeotiff$secondaryArchSuffix = 2.1.0 compat >= 2.1
|
||||
lib:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1
|
||||
cmd:applygeo$commandSuffix
|
||||
cmd:geotifcp$commandSuffix
|
||||
cmd:listgeo$commandSuffix
|
||||
@@ -38,7 +38,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libgeotiff${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libgeotiff$secondaryArchSuffix = 2.1.0 compat >= 2.1
|
||||
devel:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgeotiff$secondaryArchSuffix == $portVersion base
|
||||
@@ -52,10 +52,7 @@ BUILD_REQUIRES="
|
||||
devel:libproj$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:autoreconf
|
||||
cmd:aclocal
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:diff
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -67,7 +64,7 @@ BUILD()
|
||||
{
|
||||
jpegDir=$portPackageLinksDir/lib~libjpeg
|
||||
zlibDir=$portPackageLinksDir/lib~libz
|
||||
autoreconf -fi
|
||||
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \
|
||||
--with-zlib=$zlibDir \
|
||||
--with-jpeg=$jpegDir
|
||||
Reference in New Issue
Block a user