[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 20 21:04:54 UTC 2015


    Date: Thursday, August 20, 2015 @ 23:04:54
  Author: alucryd
Revision: 138569

Add L-SMASH source plugin for VapourSynth

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

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

Added: vapoursynth-plugin-lsmashsource/trunk/PKGBUILD
===================================================================
--- vapoursynth-plugin-lsmashsource/trunk/PKGBUILD	                        (rev 0)
+++ vapoursynth-plugin-lsmashsource/trunk/PKGBUILD	2015-08-20 21:04:54 UTC (rev 138569)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=785
+pkgrel=1
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('vapoursynth'
+         'liblsmash.so')
+makedepends=('git')
+_commit='2a6cadfacc9597d008fb60d479a565236ddf5f8e'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:


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



More information about the arch-commits mailing list