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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 2 20:41:37 UTC 2021


    Date: Monday, August 2, 2021 @ 20:41:37
  Author: arojas
Revision: 993092

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libvips/repos/community-staging-x86_64/PKGBUILD (from rev 993091, libvips/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-08-02 20:41:37 UTC (rev 993092)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.11.2
+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')
+makedepends=('gobject-introspection')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('2212074a1e2fc9b18af977c32460b8f35fb3476ff302c7b05fa696c2e77d80c5beba5a3d9006a4dd27bbe00ce253518dff0e50b28098e72b516f754fffb4eae9')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list