[arch-commits] Commit in (3 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Sep 16 14:07:10 UTC 2015
Date: Wednesday, September 16, 2015 @ 16:07:10
Author: alucryd
Revision: 140374
Add vapoursynth-plugin-deblock
Added:
vapoursynth-plugin-deblock/
vapoursynth-plugin-deblock/trunk/
vapoursynth-plugin-deblock/trunk/PKGBUILD
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Added: vapoursynth-plugin-deblock/trunk/PKGBUILD
===================================================================
--- vapoursynth-plugin-deblock/trunk/PKGBUILD (rev 0)
+++ vapoursynth-plugin-deblock/trunk/PKGBUILD 2015-09-16 14:07:10 UTC (rev 140374)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=4
+pkgrel=1
+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:
Property changes on: vapoursynth-plugin-deblock/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list