[arch-commits] Commit in zimg/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 6 22:42:14 UTC 2018
Date: Tuesday, March 6, 2018 @ 22:42:12
Author: alucryd
Revision: 303362
archrelease: copy trunk to community-x86_64
Added:
zimg/repos/community-x86_64/PKGBUILD
(from rev 303361, zimg/trunk/PKGBUILD)
Deleted:
zimg/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-06 22:42:00 UTC (rev 303361)
+++ PKGBUILD 2018-03-06 22:42:12 UTC (rev 303362)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.7.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=('c0b7d719338d86bf69c688fcea451a6d81d93551fa9e305504f7e13bdbf7046c')
-
-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:
Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 303361, zimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-06 22:42:12 UTC (rev 303362)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.7.4
+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=('5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97')
+
+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