[arch-commits] Commit in vapoursynth-plugin-f3kdb (5 files)

Maxime Gauduin alucryd at archlinux.org
Sat Feb 13 23:59:05 UTC 2016


    Date: Sunday, February 14, 2016 @ 00:59:05
  Author: alucryd
Revision: 161499

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

Added:
  vapoursynth-plugin-f3kdb/repos/
  vapoursynth-plugin-f3kdb/repos/community-i686/
  vapoursynth-plugin-f3kdb/repos/community-i686/PKGBUILD
    (from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
  vapoursynth-plugin-f3kdb/repos/community-x86_64/
  vapoursynth-plugin-f3kdb/repos/community-x86_64/PKGBUILD
    (from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)

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

Copied: vapoursynth-plugin-f3kdb/repos/community-i686/PKGBUILD (from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-02-13 23:59:05 UTC (rev 161499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=vapoursynth-plugin-f3kdb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='flash3kyuu deband plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/SAPikachu/flash3kyuu_deband'
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-f3kdb-${pkgver}.tar.gz::https://github.com/SAPikachu/flash3kyuu_deband/archive/${pkgver}-1.tar.gz")
+md5sums=('a18d2c87439fdf0aa21dd01ab5dfbb59')
+
+build() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
+  ./waf build
+}
+
+package() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf install \
+    --destdir="${pkgdir}" \
+    --no-ldconfig
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-f3kdb/repos/community-x86_64/PKGBUILD (from rev 161498, vapoursynth-plugin-f3kdb/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-02-13 23:59:05 UTC (rev 161499)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=vapoursynth-plugin-f3kdb
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='flash3kyuu deband plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/SAPikachu/flash3kyuu_deband'
+license=('GPL3')
+depends=('gcc-libs' 'glibc' 'vapoursynth')
+source=("vapoursynth-plugin-f3kdb-${pkgver}.tar.gz::https://github.com/SAPikachu/flash3kyuu_deband/archive/${pkgver}-1.tar.gz")
+md5sums=('a18d2c87439fdf0aa21dd01ab5dfbb59')
+
+build() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
+  ./waf build
+}
+
+package() {
+  cd flash3kyuu_deband-${pkgver}-1
+
+  ./waf install \
+    --destdir="${pkgdir}" \
+    --no-ldconfig
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list