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

Felix Yan felixonmars at archlinux.org
Fri May 1 10:20:10 UTC 2020


    Date: Friday, May 1, 2020 @ 10:20:10
  Author: felixonmars
Revision: 623723

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libvips/repos/community-staging-x86_64/PKGBUILD (from rev 623722, libvips/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-05-01 10:20:10 UTC (rev 623723)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.9.0
+pkgrel=3
+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=('ea2b25b08a18364b89e4e142060f2b28fb0eae3fb9112678f029429aadf7b4e8cb6d9f601910c71c42f745c26ee91ddc16729ad899d1388d71c4778d89215704')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list