[arch-commits] Commit in libvips/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 11 23:49:03 UTC 2020
Date: Friday, September 11, 2020 @ 23:49:03
Author: felixonmars
Revision: 702938
archrelease: copy trunk to community-x86_64
Added:
libvips/repos/community-x86_64/PKGBUILD
(from rev 702937, libvips/trunk/PKGBUILD)
Deleted:
libvips/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-11 23:48:54 UTC (rev 702937)
+++ PKGBUILD 2020-09-11 23:49:03 UTC (rev 702938)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.10.0
-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=('7ba2fdc4ea995b5a037246cd604c0eff493391875a521c1f03be43148361b27fa4b137ce2df430cd8499b307f61f96dde9c774b27dafec28b15d1f26ffbda15b')
-
-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 702937, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-11 23:49:03 UTC (rev 702938)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.10.1
+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=('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