mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tiff, bump version (#11583)
This commit is contained in:
@@ -9,12 +9,12 @@ COPYRIGHT="1988-1997 Sam Leffler
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.osgeo.org/libtiff/tiff-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a"
|
||||
CHECKSUM_SHA256="67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
libVersion="6.0.2"
|
||||
libVersion="6.1.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
|
||||
|
||||
@@ -37,17 +37,27 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
tiff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
CONFLICTS_devel="
|
||||
tiff4${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
SUMMARY_tools="The TIFF tools"
|
||||
PROVIDES_tools="
|
||||
tiff_tools = $portVersion
|
||||
cmd:fax2ps
|
||||
cmd:fax2tiff
|
||||
cmd:pal2rgb
|
||||
cmd:ppm2tiff
|
||||
cmd:raw2tiff
|
||||
cmd:tiff2bw
|
||||
cmd:tiff2pdf
|
||||
cmd:tiff2ps
|
||||
cmd:tiff2rgba
|
||||
cmd:tiffcmp
|
||||
cmd:tiffcp
|
||||
cmd:tiffcrop
|
||||
cmd:tiffdither
|
||||
cmd:tiffdump
|
||||
cmd:tiffinfo
|
||||
cmd:tiffmedian
|
||||
cmd:tiffset
|
||||
cmd:tiffsplit
|
||||
"
|
||||
@@ -91,7 +101,9 @@ defineDebugInfoPackage $portName "${debugList[@]}"
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --with-docdir=$developDocDir
|
||||
runConfigure ./configure \
|
||||
--with-docdir=$developDocDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -99,10 +111,9 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove static library
|
||||
rm -f $libDir/libtiff*.*a
|
||||
|
||||
prepareInstalledDevelLibs libtiff libtiffxx
|
||||
prepareInstalledDevelLibs \
|
||||
libtiff \
|
||||
libtiffxx
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
Reference in New Issue
Block a user