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

Maxime Gauduin alucryd at archlinux.org
Wed Jan 10 16:26:07 UTC 2018


    Date: Wednesday, January 10, 2018 @ 16:26:06
  Author: alucryd
Revision: 281049

archrelease: copy trunk to community-x86_64

Added:
  zimg/repos/community-x86_64/PKGBUILD
    (from rev 281048, zimg/trunk/PKGBUILD)
Deleted:
  zimg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 16:25:52 UTC (rev 281048)
+++ PKGBUILD	2018-01-10 16:26:06 UTC (rev 281049)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.6.3
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('x86_64')
-url='https://github.com/sekrit-twc/zimg'
-license=('custom:WTFPL')
-depends=('gcc-libs' 'glibc')
-provides=('libzimg.so')
-options=('!emptydirs')
-source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
-sha256sums=('a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb')
-
-build() {
-  cd zimg-release-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --enable-x86simd \
-    --disable-static
-  make
-}
-
-package(){
-  cd zimg-release-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
-  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 281048, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-10 16:26:06 UTC (rev 281049)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.7
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('x86_64')
+url='https://github.com/sekrit-twc/zimg'
+license=('custom:WTFPL')
+depends=('gcc-libs' 'glibc')
+provides=('libzimg.so')
+options=('!emptydirs')
+source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
+sha256sums=('afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d')
+
+build() {
+  cd zimg-release-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --enable-x86simd \
+    --disable-static
+  make
+}
+
+package(){
+  cd zimg-release-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list