[arch-commits] Commit in lib32-libtiff/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sun Jul 31 16:41:58 UTC 2022


    Date: Sunday, July 31, 2022 @ 16:41:57
  Author: dvzrv
Revision: 1259345

upgpkg: lib32-libtiff 4.4.0-3: Rebuild to add symbol version to shared library.

Add configure option to build with symbol version added to shared library: https://bugs.archlinux.org/task/71330
Add soprovides for libtiff.so and libtiffxx.so.
Add debug package.

Modified:
  lib32-libtiff/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 16:19:14 UTC (rev 1259344)
+++ PKGBUILD	2022-07-31 16:41:57 UTC (rev 1259345)
@@ -5,12 +5,14 @@
 _pkgname=libtiff
 pkgname=lib32-${_pkgname}
 pkgver=4.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for manipulation of TIFF images (32-bit)'
 url='http://www.simplesystems.org/libtiff/'
 arch=('x86_64')
 license=('custom')
 depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-zlib' 'lib32-xz' 'lib32-zstd')
+provides=('libtiff.so' 'libtiffxx.so')
+options=(debug)
 source=(
   https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig}
   # fix CVE-2022-2056 / CVE-2022-2057 / CVE-2022-2058: https://bugs.archlinux.org/task/75360
@@ -49,6 +51,7 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
+    --enable-ld-version-script \
     --mandir=/usr/share/man \
     --with-docdir=/usr/share/doc/${pkgname} \
     --libdir=/usr/lib32 \



More information about the arch-commits mailing list