Date: Thursday, August 20, 2015 @ 23:18:30 Author: alucryd Revision: 138574
archrelease: copy trunk to community-i686, community-x86_64 Added: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD (from rev 138573, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD) vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD (from rev 138573, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD) Deleted: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 36 -------------------- community-x86_64/PKGBUILD | 36 -------------------- 3 files changed, 78 insertions(+), 72 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-08-20 21:18:17 UTC (rev 138573) +++ community-i686/PKGBUILD 2015-08-20 21:18:30 UTC (rev 138574) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Gustavo Alvarez <sl1pk...@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: Copied: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD (from rev 138573, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-20 21:18:30 UTC (rev 138574) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Gustavo Alvarez <sl1pk...@gmail.com> + +pkgname=vapoursynth-plugin-lsmashsource +pkgver=785 +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=('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/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: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-08-20 21:18:17 UTC (rev 138573) +++ community-x86_64/PKGBUILD 2015-08-20 21:18:30 UTC (rev 138574) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Gustavo Alvarez <sl1pk...@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: Copied: vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD (from rev 138573, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-08-20 21:18:30 UTC (rev 138574) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Gustavo Alvarez <sl1pk...@gmail.com> + +pkgname=vapoursynth-plugin-lsmashsource +pkgver=785 +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=('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/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: