[arch-commits] Commit in lib32-libtiff/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Mon Apr 6 15:56:21 UTC 2015
Date: Monday, April 6, 2015 @ 17:56:21
Author: bluewind
Revision: 130835
upgpkg: lib32-libtiff 4.0.3-3
ship tiffconf.h; FS#44474
Modified:
lib32-libtiff/trunk/PKGBUILD
----------+
PKGBUILD | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-06 15:21:17 UTC (rev 130834)
+++ PKGBUILD 2015-04-06 15:56:21 UTC (rev 130835)
@@ -5,7 +5,7 @@
_pkgbasename=libtiff
pkgname=lib32-$_pkgbasename
pkgver=4.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Library for manipulation of TIFF images (32-bit)"
arch=('x86_64')
url="http://www.remotesensing.org/libtiff/"
@@ -14,18 +14,18 @@
makedepends=('gcc-multilib')
options=('!libtool')
source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz
- tiff-3.9.7-CVE-2012-4447.patch
- tiff-3.9.7-CVE-2012-4564.patch
- tiff-4.0.3-CVE-2013-1960.patch
- tiff-4.0.3-CVE-2013-1961.patch
- tiff-4.0.3-libjpeg-turbo.patch
- tiff-4.0.3-tiff2pdf-colors.patch)
-sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0'
- '41be661638282dae0d07bd2788414cb6650f8981'
- '6cb3d480908132335c05c769b5a51f951413725d'
- '5903355afdd0bb27ea3746339e2196720f9fac9d'
- '29a91870cca5d4cd9ca1c464f8074088eddc3fb8'
- '02d57835df50d3f84587571ec52b36f5af838de2'
+ tiff-3.9.7-CVE-2012-4447.patch
+ tiff-3.9.7-CVE-2012-4564.patch
+ tiff-4.0.3-CVE-2013-1960.patch
+ tiff-4.0.3-CVE-2013-1961.patch
+ tiff-4.0.3-libjpeg-turbo.patch
+ tiff-4.0.3-tiff2pdf-colors.patch)
+sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0'
+ '41be661638282dae0d07bd2788414cb6650f8981'
+ '6cb3d480908132335c05c769b5a51f951413725d'
+ '5903355afdd0bb27ea3746339e2196720f9fac9d'
+ '29a91870cca5d4cd9ca1c464f8074088eddc3fb8'
+ '02d57835df50d3f84587571ec52b36f5af838de2'
'23443ad0bc130d70860b6cc6d19b69584ae7a6cc')
prepare() {
@@ -46,7 +46,7 @@
cd "${srcdir}/tiff-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib32
+ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --libdir=/usr/lib32 --includedir=/usr/include/libtiff32
make
}
@@ -59,7 +59,7 @@
cd "${srcdir}/tiff-${pkgver}"
make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{include,share,bin}
+ rm -rf "${pkgdir}"/usr/{share,bin}
mkdir -p "$pkgdir/usr/share/licenses"
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
}
More information about the arch-commits
mailing list