Date: Monday, December 7, 2015 @ 14:27:35
  Author: bpiotrowski
Revision: 149894

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

Added:
  vapoursynth-plugin-deblock/repos/community-staging-i686/
  vapoursynth-plugin-deblock/repos/community-staging-i686/PKGBUILD
    (from rev 149893, vapoursynth-plugin-deblock/trunk/PKGBUILD)
  vapoursynth-plugin-deblock/repos/community-staging-x86_64/
  vapoursynth-plugin-deblock/repos/community-staging-x86_64/PKGBUILD
    (from rev 149893, vapoursynth-plugin-deblock/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: vapoursynth-plugin-deblock/repos/community-staging-i686/PKGBUILD (from 
rev 149893, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-07 13:27:35 UTC (rev 149894)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=4
+pkgrel=2
+pkgdesc='Deblock plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz";)
+sha256sums=('06f03f20209183275f700fe1d952c934ddc946ef8897a3219f1e75de2aafedf0')
+
+build() {
+  cd VapourSynth-Deblock-r${pkgver}
+
+  ./configure \
+    --install="${pkgdir}/usr/lib/vapoursynth" \
+    --extra-cxxflags="$CXXFLAGS" \
+    --extra-ldflags="$LDFLAGS"
+  make
+}
+
+package(){
+  cd VapourSynth-Deblock-r${pkgver}
+
+  make install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-deblock/repos/community-staging-x86_64/PKGBUILD 
(from rev 149893, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 13:27:35 UTC (rev 149894)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=4
+pkgrel=2
+pkgdesc='Deblock plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz";)
+sha256sums=('06f03f20209183275f700fe1d952c934ddc946ef8897a3219f1e75de2aafedf0')
+
+build() {
+  cd VapourSynth-Deblock-r${pkgver}
+
+  ./configure \
+    --install="${pkgdir}/usr/lib/vapoursynth" \
+    --extra-cxxflags="$CXXFLAGS" \
+    --extra-ldflags="$LDFLAGS"
+  make
+}
+
+package(){
+  cd VapourSynth-Deblock-r${pkgver}
+
+  make install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to