[arch-commits] Commit in libvips/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sat May 9 17:15:28 UTC 2020


    Date: Saturday, May 9, 2020 @ 17:15:28
  Author: arojas
Revision: 626026

archrelease: copy trunk to community-staging-x86_64

Added:
  libvips/repos/community-staging-x86_64/
  libvips/repos/community-staging-x86_64/PKGBUILD
    (from rev 626025, libvips/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libvips/repos/community-staging-x86_64/PKGBUILD (from rev 626025, libvips/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-05-09 17:15:28 UTC (rev 626026)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.9.2
+pkgrel=2
+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')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('897279b55e7161edf1196bfbf8e3fe8ff28925f5c62551b33582ce383cbb913e3715ca6ae7bffef3a384b787303a41b7f2612936535cdf37f2c6912d4bda8614')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list