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

Felix Yan felixonmars at archlinux.org
Mon Dec 23 21:07:54 UTC 2019


    Date: Monday, December 23, 2019 @ 21:07:54
  Author: felixonmars
Revision: 539562

addpkg: libvips 8.8.4-1

Added:
  libvips/
  libvips/repos/
  libvips/trunk/
  libvips/trunk/PKGBUILD

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

Added: libvips/trunk/PKGBUILD
===================================================================
--- libvips/trunk/PKGBUILD	                        (rev 0)
+++ libvips/trunk/PKGBUILD	2019-12-23 21:07:54 UTC (rev 539562)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.8.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' 'libimagequant' 'libwebp' 'libxml2' 'openexr'
+         'orc' 'pango')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('d65eb9ce009ee0d23e3cb958ed255414ca422c3db11362afb2cd88fe82062f2ed87ac1eb80993130c35fb8e70bb297faa9f12a37faa7f3628ea8df2a26112d11')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list