[arch-commits] Commit in libvips/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 16 09:54:24 UTC 2021
Date: Tuesday, February 16, 2021 @ 09:54:24
Author: felixonmars
Revision: 862282
archrelease: copy trunk to community-x86_64
Added:
libvips/repos/community-x86_64/PKGBUILD
(from rev 862281, libvips/trunk/PKGBUILD)
Deleted:
libvips/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-16 09:54:14 UTC (rev 862281)
+++ PKGBUILD 2021-02-16 09:54:24 UTC (rev 862282)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.10.2
-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=('f766c9dc1364037eaead577a32e41c415a90402a1d96c0ef767f7e694182a7bd86f047df403f90037f896d6d9df512f0c5f361d4f6db9c67c0d4c375965f4c8b')
-
-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 862281, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-16 09:54:24 UTC (rev 862282)
@@ -0,0 +1,24 @@
+# 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
+}
More information about the arch-commits
mailing list