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

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


    Date: Monday, December 23, 2019 @ 21:10:10
  Author: felixonmars
Revision: 539566

archrelease: copy trunk to community-x86_64

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

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

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 539565, libvips/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-12-23 21:10:10 UTC (rev 539566)
@@ -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