[arch-commits] Commit in zimg (5 files)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 12 12:17:57 UTC 2015


    Date: Saturday, December 12, 2015 @ 13:17:57
  Author: alucryd
Revision: 153126

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

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

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

Copied: zimg/repos/community-i686/PKGBUILD (from rev 153125, zimg/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-12-12 12:17:57 UTC (rev 153126)
@@ -0,0 +1,42 @@
+# $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 153125, zimg/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-12-12 12:17:57 UTC (rev 153126)
@@ -0,0 +1,42 @@
+# $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')



More information about the arch-commits mailing list