[arch-commits] Commit in libvips/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Dec 25 18:53:42 UTC 2021
Date: Saturday, December 25, 2021 @ 18:53:41
Author: arojas
Revision: 1083752
Update to 8.12.1, fix overlinking
Modified:
libvips/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-25 18:47:54 UTC (rev 1083751)
+++ PKGBUILD 2021-12-25 18:53:41 UTC (rev 1083752)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=libvips
-pkgver=8.11.4
+pkgver=8.12.1
pkgrel=1
pkgdesc="A fast image processing library with low memory needs"
arch=('x86_64')
@@ -8,14 +8,16 @@
license=('LGPL')
url="https://libvips.github.io/libvips/"
depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg'
- 'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
+ 'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib' 'libcgif')
makedepends=('gobject-introspection')
source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
-sha512sums=('03a8bbe4504d460d46cba13fcb5d171b462fbfdd0dcec8cc32c3ab4acfb82adb40211e5f220566a72f33f954bca7d00bc43bfbdcf2810cd29167bca0ed4e28d9')
+sha512sums=('fc7ae2c9212a82bc693fea28f6719b3b2422bf777fc9a6be349075f099804015a2850fca2b6e370881689bf5a1a2ebbf6fc5a01b48dbc48ffb22a11a07169f7c')
build() {
cd vips-$pkgver
./configure --prefix=/usr
+# Fix overlinking
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list