[arch-commits] Commit in libvips/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 10 15:05:34 UTC 2021
Date: Thursday, June 10, 2021 @ 15:05:34
Author: felixonmars
Revision: 961355
archrelease: copy trunk to community-x86_64
Added:
libvips/repos/community-x86_64/PKGBUILD
(from rev 961354, libvips/trunk/PKGBUILD)
Deleted:
libvips/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-10 15:05:22 UTC (rev 961354)
+++ PKGBUILD 2021-06-10 15:05:34 UTC (rev 961355)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libvips
-pkgver=8.10.6
-pkgrel=5
-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=('e3e623ad7b44dfb65078c49d2694d94bb11294300630d9e3c53ff1f9e9aaf58d196881d52c191b4604d9f63453199b7da3601425ffc9554f1c25cf08d630ef8b')
-
-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 961354, libvips/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-10 15:05:34 UTC (rev 961355)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libvips
+pkgver=8.11.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')
+makedepends=('gobject-introspection')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz")
+sha512sums=('b85ee812ae6c6b249549959a7afc76ad2a4f52bd1632c1924a0249d8a97b1441944ff45a8e665b9c7be74d546a299175b2c1668a7737a353cc180ec2fe49786c')
+
+build() {
+ cd vips-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd vips-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list