From 8aa799dc4f3af1582a05492dde98fed8020dc5bb Mon Sep 17 00:00:00 2001 From: fbrosson Date: Tue, 22 Nov 2016 13:04:01 +0000 Subject: [PATCH] tiff4: bump to 4.0.7, add TEST. (#878) --- ...f4-4.0.6.patchset => tiff4-4.0.7.patchset} | 2 +- ...{tiff4-4.0.6.recipe => tiff4-4.0.7.recipe} | 21 ++++++++++++------- 2 files changed, 14 insertions(+), 9 deletions(-) rename media-libs/tiff/patches/{tiff4-4.0.6.patchset => tiff4-4.0.7.patchset} (98%) rename media-libs/tiff/{tiff4-4.0.6.recipe => tiff4-4.0.7.recipe} (86%) diff --git a/media-libs/tiff/patches/tiff4-4.0.6.patchset b/media-libs/tiff/patches/tiff4-4.0.7.patchset similarity index 98% rename from media-libs/tiff/patches/tiff4-4.0.6.patchset rename to media-libs/tiff/patches/tiff4-4.0.7.patchset index 087b4fd07..be7ad1f74 100644 --- a/media-libs/tiff/patches/tiff4-4.0.6.patchset +++ b/media-libs/tiff/patches/tiff4-4.0.7.patchset @@ -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 @@ diff --git a/media-libs/tiff/tiff4-4.0.6.recipe b/media-libs/tiff/tiff4-4.0.7.recipe similarity index 86% rename from media-libs/tiff/tiff4-4.0.6.recipe rename to media-libs/tiff/tiff4-4.0.7.recipe index 8b465fca9..b7e5e248c 100644 --- a/media-libs/tiff/tiff4-4.0.6.recipe +++ b/media-libs/tiff/tiff4-4.0.7.recipe @@ -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 +}