[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Feb 13 23:58:51 UTC 2016


    Date: Sunday, February 14, 2016 @ 00:58:50
  Author: alucryd
Revision: 161498

Add vapoursynth-plugin-f3kdb

Added:
  vapoursynth-plugin-f3kdb/
  vapoursynth-plugin-f3kdb/trunk/
  vapoursynth-plugin-f3kdb/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: vapoursynth-plugin-f3kdb/trunk/PKGBUILD
===================================================================
--- vapoursynth-plugin-f3kdb/trunk/PKGBUILD	                        (rev 0)
+++ vapoursynth-plugin-f3kdb/trunk/PKGBUILD	2016-02-13 23:58:50 UTC (rev 161498)
@@ -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:


Property changes on: vapoursynth-plugin-f3kdb/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list