tiff4: bump to 4.0.7, add TEST. (#878)

This commit is contained in:
fbrosson
2016-11-22 13:04:01 +00:00
committed by Jérôme Duval
parent 58842588eb
commit 8aa799dc4f
2 changed files with 14 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ Subject: applying patch tiff-4.0.3.patch
diff --git a/libtiff/tiff.h b/libtiff/tiff.h
index bc46acd..4500e6a 100644
index fb39634..339492d 100644
--- a/libtiff/tiff.h
+++ b/libtiff/tiff.h
@@ -65,6 +65,12 @@

View File

@@ -3,13 +3,13 @@ DESCRIPTION="TIFF the Tag Image File Format, is a widely used format for \
storing image data. Included in this software is a library, libtiff, for \
reading and writing TIFF and a small collection of tools for doing simple \
manipulations of TIFF images."
HOMEPAGE="http://www.libtiff.org"
HOMEPAGE="http://www.libtiff.org/"
COPYRIGHT="1988-1997 Sam Leffler
1991-1997 Silicon Graphics, Inc."
LICENSE="MIT"
REVISION="3"
REVISION="1"
SOURCE_URI="http://download.osgeo.org/libtiff/tiff-$portVersion.tar.gz"
CHECKSUM_SHA256="4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c"
CHECKSUM_SHA256="9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019"
SOURCE_DIR="tiff-$portVersion"
PATCHES="tiff4-$portVersion.patchset"
@@ -18,8 +18,8 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
tiff4$secondaryArchSuffix = $portVersion compat >= 4
lib:libtiff$secondaryArchSuffix = 5.2.4 compat >= 5
lib:libtiffxx$secondaryArchSuffix = 5.2.4 compat >= 5
lib:libtiff$secondaryArchSuffix = 5.2.5 compat >= 5
lib:libtiffxx$secondaryArchSuffix = 5.2.5 compat >= 5
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -30,8 +30,8 @@ REQUIRES="
PROVIDES_devel="
tiff4${secondaryArchSuffix}_devel = $portVersion compat >= 4
devel:libtiff$secondaryArchSuffix = 5.2.4 compat >= 5
devel:libtiffxx$secondaryArchSuffix = 5.2.4 compat >= 5
devel:libtiff$secondaryArchSuffix = 5.2.5 compat >= 5
devel:libtiffxx$secondaryArchSuffix = 5.2.5 compat >= 5
"
REQUIRES_devel="
tiff4$secondaryArchSuffix == $portVersion base
@@ -111,9 +111,9 @@ INSTALL()
{
make install
rm -f $libDir/libtiff*.la
prepareInstalledDevelLibs libtiff libtiffxx
fixPkgconfig
rm -f $developLibDir/*.la
# devel package
packageEntries devel \
@@ -132,3 +132,8 @@ INSTALL()
rm -rf $documentationDir
fi
}
TEST()
{
make check
}