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

Felix Yan felixonmars at archlinux.org
Wed Apr 14 20:36:28 UTC 2021


    Date: Wednesday, April 14, 2021 @ 20:36:28
  Author: felixonmars
Revision: 918825

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 20:36:12 UTC (rev 918824)
+++ PKGBUILD	2021-04-14 20:36:28 UTC (rev 918825)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.10.3
-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' '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=('f337717e30dcd5bf8efe089ab5579af0938e0172c9aa87ab03120ea838378e3cf5ca6477d4f32f5eeeed56fe8e6e0ab8091c7bb5fe2be07a8bfa545aa15271c7')
-
-build() {
-  cd vips-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd vips-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 918824, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-14 20:36:28 UTC (rev 918825)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.10.6
+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' '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=('e3e623ad7b44dfb65078c49d2694d94bb11294300630d9e3c53ff1f9e9aaf58d196881d52c191b4604d9f63453199b7da3601425ffc9554f1c25cf08d630ef8b')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list