mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gdal: bump version.
SONAME change.
This commit is contained in:
@@ -118,9 +118,9 @@ COPYRIGHT="2007-2017 Even Rouault
|
||||
PCRaster owners"
|
||||
LICENSE="MIT
|
||||
GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.osgeo.org/gdal/$portVersion/gdal-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="c3791dcc6d37e59f6efa86e2df2a55a4485237b0a48e330ae08949f0cdf00f27"
|
||||
CHECKSUM_SHA256="45b4ae25dbd87282d589eca76481c426f72132d7a599556470d5c38263b09266"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -129,12 +129,11 @@ if [ $targetArchitecture != x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
portVersionCompat="$portVersion compat >= 1.11"
|
||||
libVersion=20.5.0
|
||||
libVersion=26.0.1
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
gdal$secondaryArchSuffix = $portVersionCompat
|
||||
gdal$secondaryArchSuffix = $portVersion
|
||||
lib:libgdal$secondaryArchSuffix = $libVersionCompat
|
||||
cmd:gdal_contour
|
||||
cmd:gdal_grid
|
||||
@@ -182,7 +181,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gdal${secondaryArchSuffix}_devel = $portVersionCompat
|
||||
gdal${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:gdal_config$secondaryArchSuffix
|
||||
devel:libgdal$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
@@ -194,17 +193,17 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libarmadillo$secondaryArchSuffix
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:libgeotiff$secondaryArchSuffix
|
||||
devel:libgeotiff$secondaryArchSuffix >= 5
|
||||
devel:libgif$secondaryArchSuffix >= 7.0.0
|
||||
devel:libhdf5$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix >= 9
|
||||
devel:libnetcdf$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libproj$secondaryArchSuffix
|
||||
devel:libproj$secondaryArchSuffix >= 15
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libwebp$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix >= 5
|
||||
devel:libwebp$secondaryArchSuffix >= 7
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libzstd$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user