Date: Monday, February 15, 2016 @ 23:41:02
  Author: alucryd
Revision: 161717

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

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

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

Copied: vapoursynth-plugin-lsmashsource/repos/community-staging-i686/PKGBUILD 
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-15 22:41:02 UTC (rev 161717)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=2
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+         'libswscale.so')
+makedepends=('git')
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+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/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  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:

Copied: vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/PKGBUILD 
(from rev 161716, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 22:41:02 UTC (rev 161717)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=2
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+         'libswscale.so')
+makedepends=('git')
+_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+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/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  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:

Reply via email to