[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2017-03-22 Thread Maxime Gauduin
Date: Wednesday, March 22, 2017 @ 20:50:10
  Author: alucryd
Revision: 218412

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-22 20:49:59 UTC (rev 218411)
+++ community-i686/PKGBUILD 2017-03-22 20:50:10 UTC (rev 218412)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=921
-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=('glibc' 'vapoursynth'
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
- 'libswscale.so')
-makedepends=('git')
-_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  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-i686/PKGBUILD (from rev 
218411, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-22 20:50:10 UTC (rev 218412)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=929
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='fba174b2606236f526a6863b6baf5983efa08250'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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   2017-03-22 20:49:59 UTC (rev 218411)
+++ community-x86_64/PKGBUILD   2017-03-22 20:50:10 UTC (rev 218412)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=921
-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=('glibc' 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2017-01-29 Thread Maxime Gauduin
Date: Sunday, January 29, 2017 @ 12:57:27
  Author: alucryd
Revision: 209362

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-29 12:56:54 UTC (rev 209361)
+++ community-i686/PKGBUILD 2017-01-29 12:57:27 UTC (rev 209362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=911
-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=('glibc' 'vapoursynth'
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
- 'libswscale.so')
-makedepends=('git')
-_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  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-i686/PKGBUILD (from rev 
209361, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-29 12:57:27 UTC (rev 209362)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=921
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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   2017-01-29 12:56:54 UTC (rev 209361)
+++ community-x86_64/PKGBUILD   2017-01-29 12:57:27 UTC (rev 209362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=911
-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=('glibc' 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-10-12 Thread Maxime Gauduin
Date: Wednesday, October 12, 2016 @ 15:59:41
  Author: alucryd
Revision: 192068

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-12 15:59:31 UTC (rev 192067)
+++ community-i686/PKGBUILD 2016-10-12 15:59:41 UTC (rev 192068)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=904
-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=('glibc' 'vapoursynth'
- 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
- 'libswscale.so')
-makedepends=('git')
-_commit='ee572ba91d5721a0ab34621fe23e7dd43c7d7f30'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  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-i686/PKGBUILD (from rev 
192067, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-12 15:59:41 UTC (rev 192068)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=911
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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   2016-10-12 15:59:31 UTC (rev 192067)
+++ community-x86_64/PKGBUILD   2016-10-12 15:59:41 UTC (rev 192068)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=904
-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=('glibc' 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-08-20 Thread Maxime Gauduin
Date: Saturday, August 20, 2016 @ 10:46:15
  Author: alucryd
Revision: 187180

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   43 ---
 community-x86_64/PKGBUILD |   43 ---
 3 files changed, 98 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-20 10:46:02 UTC (rev 187179)
+++ community-i686/PKGBUILD 2016-08-20 10:46:15 UTC (rev 187180)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=875
-pkgrel=4
-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
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  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-i686/PKGBUILD (from rev 
187179, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-20 10:46:15 UTC (rev 187180)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=904
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='ee572ba91d5721a0ab34621fe23e7dd43c7d7f30'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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   2016-08-20 10:46:02 UTC (rev 187179)
+++ community-x86_64/PKGBUILD   2016-08-20 10:46:15 UTC (rev 187180)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=875
-pkgrel=4
-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'
- 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 19:50:19
  Author: alucryd
Revision: 181918

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 181917, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
  vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/
  vapoursynth-plugin-lsmashsource/repos/community-staging-x86_64/PKGBUILD
(from rev 181917, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)

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

Copied: vapoursynth-plugin-lsmashsource/repos/community-staging-i686/PKGBUILD 
(from rev 181917, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-03 19:50:19 UTC (rev 181918)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=879
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='a0193ccfc9d3c0f319b71d99c65e5fbb9f3cf140'
+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
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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 181917, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-03 19:50:19 UTC (rev 181918)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=879
+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=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
+makedepends=('git')
+_commit='a0193ccfc9d3c0f319b71d99c65e5fbb9f3cf140'
+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
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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:


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-02-16 Thread Evangelos Foutras
Date: Wednesday, February 17, 2016 @ 06:59:24
  Author: foutrelis
Revision: 161937

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

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 3 files changed, 86 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-17 05:59:13 UTC (rev 161936)
+++ community-i686/PKGBUILD 2016-02-17 05:59:24 UTC (rev 161937)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=875
-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=('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-i686/PKGBUILD (from rev 
161936, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-17 05:59:24 UTC (rev 161937)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+pkgrel=3
+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
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  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   2016-02-17 05:59:13 UTC (rev 161936)
+++ community-x86_64/PKGBUILD   2016-02-17 05:59:24 UTC (rev 161937)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=875
-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=('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')

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-02-15 Thread Maxime Gauduin
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 
+# Contributor: Gustavo Alvarez 
+
+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 
+# Contributor: Gustavo Alvarez 
+
+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:


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2016-02-13 Thread Maxime Gauduin
Date: Sunday, February 14, 2016 @ 00:50:24
  Author: alucryd
Revision: 161495

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-13 23:50:04 UTC (rev 161494)
+++ community-i686/PKGBUILD 2016-02-13 23:50:24 UTC (rev 161495)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-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:

Copied: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD (from rev 
161494, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-13 23:50:24 UTC (rev 161495)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Gustavo Alvarez 
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=875
+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=('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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-13 23:50:04 UTC (rev 161494)
+++ community-x86_64/PKGBUILD   2016-02-13 23:50:24 UTC (rev 161495)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Gustavo Alvarez 
-
-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 

[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

2015-08-20 Thread Maxime Gauduin
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)