[arch-commits] Commit in libvips/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 25 18:53:53 UTC 2021


    Date: Saturday, December 25, 2021 @ 18:53:53
  Author: arojas
Revision: 1083753

archrelease: copy trunk to community-x86_64

Added:
  libvips/repos/community-x86_64/PKGBUILD
    (from rev 1083752, libvips/trunk/PKGBUILD)
Deleted:
  libvips/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++++-------------------------
 1 file changed, 27 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 18:53:41 UTC (rev 1083752)
+++ PKGBUILD	2021-12-25 18:53:53 UTC (rev 1083753)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.11.4
-pkgrel=1
-pkgdesc="A fast image processing library with low memory needs"
-arch=('x86_64')
-license=('LGPL')
-url="https://libvips.github.io/libvips/"
-depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg'
-         'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
-makedepends=('gobject-introspection')
-source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
-sha512sums=('03a8bbe4504d460d46cba13fcb5d171b462fbfdd0dcec8cc32c3ab4acfb82adb40211e5f220566a72f33f954bca7d00bc43bfbdcf2810cd29167bca0ed4e28d9')
-
-build() {
-  cd vips-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd vips-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 1083752, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-25 18:53:53 UTC (rev 1083753)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.12.1
+pkgrel=1
+pkgdesc="A fast image processing library with low memory needs"
+arch=('x86_64')
+license=('LGPL')
+url="https://libvips.github.io/libvips/"
+depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 'libimagequant' 'librsvg'
+         '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=('fc7ae2c9212a82bc693fea28f6719b3b2422bf777fc9a6be349075f099804015a2850fca2b6e370881689bf5a1a2ebbf6fc5a01b48dbc48ffb22a11a07169f7c')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+# Fix overlinking
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list