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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 23 02:15:22 UTC 2022


    Date: Saturday, July 23, 2022 @ 02:15:22
  Author: felixonmars
Revision: 1255355

upgpkg: libvips 8.13.0-1

Modified:
  libvips/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 02:03:23 UTC (rev 1255354)
+++ PKGBUILD	2022-07-23 02:15:22 UTC (rev 1255355)
@@ -1,21 +1,28 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=libvips
-pkgver=8.12.2
+pkgver=8.13.0
 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')
+depends=('cfitsio' 'fftw' 'libexif' 'libgsf' 'libimagequant' 'librsvg' 'libwebp' 'libxml2' 'openexr'
+         'orc' 'pango' 'libcgif')
+# Adding 'highway' here temporarily for FS#73931
+makedepends=('gobject-introspection' 'libheif' 'libjxl' 'highway' 'imagemagick' 'openslide'
+             'poppler-glib')
+optdepends=('libheif: for heif module'
+            'imagemagick: for magick module'
+            'openslide: for openslide module'
+            'poppler-glib: for poppler module'
+            'libjxl: for jxl module')
 source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
-sha512sums=('9df337b01234199c00e5007db9d4711dac81377a521a3fd65246778be6907f54c2fd7c1f23bde1c37644d08e5e5034d65f6095adc072e29fc9185a607a97fe61')
+sha512sums=('9ef10edd44e726997e9d5da304560a90102b629134423853f6f0f6af4181dd946ef1b79207eb17d8e8fae0a03c223ecaca9faa8fee95516f03d459e4895e58e4')
 
 build() {
   cd vips-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
 # Fix overlinking
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list