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

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


    Date: Saturday, July 23, 2022 @ 02:15:34
  Author: felixonmars
Revision: 1255356

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 34 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 02:15:22 UTC (rev 1255355)
+++ PKGBUILD	2022-07-23 02:15:34 UTC (rev 1255356)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.12.2
-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=('9df337b01234199c00e5007db9d4711dac81377a521a3fd65246778be6907f54c2fd7c1f23bde1c37644d08e5e5034d65f6095adc072e29fc9185a607a97fe61')
-
-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
-}

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 1255355, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-23 02:15:34 UTC (rev 1255356)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+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' '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=('9ef10edd44e726997e9d5da304560a90102b629134423853f6f0f6af4181dd946ef1b79207eb17d8e8fae0a03c223ecaca9faa8fee95516f03d459e4895e58e4')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr --disable-static
+# 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