[arch-commits] Commit in libvips/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 7 22:53:05 UTC 2020
Date: Saturday, November 7, 2020 @ 22:53:04
Author: arojas
Revision: 746144
archrelease: copy trunk to community-staging-x86_64
Added:
libvips/repos/community-staging-x86_64/
libvips/repos/community-staging-x86_64/PKGBUILD
(from rev 746143, libvips/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: libvips/repos/community-staging-x86_64/PKGBUILD (from rev 746143, libvips/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-07 22:53:04 UTC (rev 746144)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.10.1
+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=('203d5d85fd22fd39166b03473a716faf9fce3833cf5deca74a21048b3b6eee7ac6577b5fc8a0ffee394f25d913308be324b93e8678d3541ffeee5df5797bf250')
+
+build() {
+ cd vips-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd vips-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list