summaryrefslogtreecommitdiff
path: root/libtiff4
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-12-22 12:28:35 +0000
committerTim Biermann <tbier@posteo.de>2022-12-22 12:28:35 +0000
commit37b2329abfecc79519a945eb8b0d774d54dc7aee (patch)
tree2d541662e1771cf8842f4a2a78aa759e42370f15 /libtiff4
parentba9d94dfea3c031630d9501ee4c4ed3aacbc6fde (diff)
downloadcontrib-37b2329abfecc79519a945eb8b0d774d54dc7aee.tar.gz
contrib-37b2329abfecc79519a945eb8b0d774d54dc7aee.tar.xz
libtiff4: initial commit, version 3.9.7
Diffstat (limited to 'libtiff4')
-rw-r--r--libtiff4/.footprint6
-rw-r--r--libtiff4/.signature6
-rw-r--r--libtiff4/Pkgfile20
-rw-r--r--libtiff4/libtiff4-soname.patch15
4 files changed, 47 insertions, 0 deletions
diff --git a/libtiff4/.footprint b/libtiff4/.footprint
new file mode 100644
index 000000000..965702d0e
--- /dev/null
+++ b/libtiff4/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libtiff.so.4 -> libtiff.so.4.3.7
+-rwxr-xr-x root/root usr/lib/libtiff.so.4.3.7
+lrwxrwxrwx root/root usr/lib/libtiffxx.so.4 -> libtiffxx.so.4.3.7
+-rwxr-xr-x root/root usr/lib/libtiffxx.so.4.3.7
diff --git a/libtiff4/.signature b/libtiff4/.signature
new file mode 100644
index 000000000..eb24506af
--- /dev/null
+++ b/libtiff4/.signature
@@ -0,0 +1,6 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33rh1h21PbhAEyayNxkgE32pHwIFh628MU6fEN9wTpLkUGLhIp5fzo4qOd2UH0gpoRCxHtw3E/pussv3Ox7Kigw=
+SHA256 (Pkgfile) = b48fb4a6eda11d837de60cac0d130129c605c35ea2ff04fce9bda7dfbc446583
+SHA256 (.footprint) = 8bea3502b3830162df48e6920a78a08b723385b65ca3ab0f27b5dfa8dacc8458
+SHA256 (tiff-3.9.7.tar.gz) = f5d64dd4ce61c55f5e9f6dc3920fbe5a41e02c2e607da7117a35eb5c320cef6a
+SHA256 (libtiff4-soname.patch) = e6246631f6d943715b612b4ddd2279c946ff90c9e8d755fa639e8051a6eb3488
diff --git a/libtiff4/Pkgfile b/libtiff4/Pkgfile
new file mode 100644
index 000000000..3c449c2f3
--- /dev/null
+++ b/libtiff4/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Library for manipulation of TIFF (Tag Image File Format) images
+# URL: http://www.simplesystems.org/libtiff/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libjpeg-turbo zlib
+
+name=libtiff4
+version=3.9.7
+release=1
+source=(http://download.osgeo.org/libtiff/tiff-$version.tar.gz
+ libtiff4-soname.patch)
+
+build() {
+ cd tiff-$version
+ patch -Np1 -i $SRC/libtiff4-soname.patch
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG -C libtiff install
+ rm -rf $PKG/usr/{bin,include,lib/libtiff{,xx}.{la,a,so},share}
+}
diff --git a/libtiff4/libtiff4-soname.patch b/libtiff4/libtiff4-soname.patch
new file mode 100644
index 000000000..61c5ff2f2
--- /dev/null
+++ b/libtiff4/libtiff4-soname.patch
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index e7cf8041..fb869708 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -39,8 +39,8 @@ AM_MAINTAINER_MODE
+
+ dnl Versioning.
+ dnl Don't fill the ALPHA_VERSION field, if not applicable.
+-LIBTIFF_MAJOR_VERSION=3
+-LIBTIFF_MINOR_VERSION=9
++LIBTIFF_MAJOR_VERSION=4
++LIBTIFF_MINOR_VERSION=3
+ LIBTIFF_MICRO_VERSION=7
+ LIBTIFF_ALPHA_VERSION=
+ LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION

Generated by cgit