[arch-commits] Commit in zimg/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Jan 24 09:04:28 UTC 2016


    Date: Sunday, January 24, 2016 @ 10:04:28
  Author: alucryd
Revision: 158725

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ----------------------
 community-x86_64/PKGBUILD |   42 ----------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-24 09:04:18 UTC (rev 158724)
+++ community-i686/PKGBUILD	2016-01-24 09:04:28 UTC (rev 158725)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('i686' '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")
-
-
-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/lib/vapoursynth
-  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
-  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:
-sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')

Copied: zimg/repos/community-i686/PKGBUILD (from rev 158724, zimg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-24 09:04:28 UTC (rev 158725)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('i686' '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")
+
+
+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/lib/vapoursynth
+  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-24 09:04:18 UTC (rev 158724)
+++ community-x86_64/PKGBUILD	2016-01-24 09:04:28 UTC (rev 158725)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=zimg
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Scaling, colorspace conversion, and dithering library'
-arch=('i686' '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")
-
-
-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/lib/vapoursynth
-  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
-  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
-}
-
-# vim: ts=2 sw=2 et:
-sha256sums=('b9c7bac9e6ad53dfa94215c28440167d72d41109df10278673789f8e531f2142')

Copied: zimg/repos/community-x86_64/PKGBUILD (from rev 158724, zimg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-24 09:04:28 UTC (rev 158725)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=zimg
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Scaling, colorspace conversion, and dithering library'
+arch=('i686' '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")
+
+
+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/lib/vapoursynth
+  mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')



More information about the arch-commits mailing list