[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2020-06-01 Thread Maxime Gauduin via arch-commits
Date: Monday, June 1, 2020 @ 15:14:41
  Author: alucryd
Revision: 637825

upgpkg: vapoursynth-plugin-lsmashsource 20200531-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-01 14:09:03 UTC (rev 637824)
+++ PKGBUILD2020-06-01 15:14:41 UTC (rev 637825)
@@ -2,11 +2,11 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=20200207
+pkgver=20200531
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=(x86_64)
-url=https://github.com/hydra/L-SMASH-Works
+url=https://github.com/HolyWu/L-SMASH-Works
 license=(custom)
 depends=(
   glibc
@@ -21,7 +21,7 @@
   git
   meson
 )
-source=(vapoursynth-plugin-lsmashsource::git+https://github.com/hydra/L-SMASH-Works.git#tag=2b0e0ef14df6241413973bf01b1c921a15f6cb24)
+source=(vapoursynth-plugin-lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git#tag=b6aef0c352182faf996e1e45a3781d506f086e0b)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2020-05-29 Thread Maxime Gauduin via arch-commits
Date: Friday, May 29, 2020 @ 16:38:01
  Author: alucryd
Revision: 637171

upgpkg: vapoursynth-plugin-lsmashsource 20200207-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |   56 ++--
 1 file changed, 26 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 16:34:12 UTC (rev 637170)
+++ PKGBUILD2020-05-29 16:38:01 UTC (rev 637171)
@@ -2,47 +2,43 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=931
+pkgver=20200207
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=('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='4c10d790e664c526d57c4070061ade67b2dfdee0'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit};)
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/hydra/L-SMASH-Works
+license=(custom)
+depends=(
+  glibc
+  vapoursynth
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  liblsmash.so
+  libswscale.so
+)
+makedepends=(
+  git
+  meson
+)
+source=(vapoursynth-plugin-lsmashsource::git+https://github.com/hydra/L-SMASH-Works.git#tag=2b0e0ef14df6241413973bf01b1c921a15f6cb24)
+sha256sums=(SKIP)
 
 pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
+  cd vapoursynth-plugin-lsmashsource
 
-  git rev-list --count HEAD
+  git describe --tags
 }
 
 build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
---prefix='/usr'
-  make
+  arch-meson vapoursynth-plugin-lsmashsource/VapourSynth build
+  ninja -C build
 }
 
 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/
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 vapoursynth-plugin-lsmashsource/VapourSynth/README -t 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+  install -Dm 644 vapoursynth-plugin-lsmashsource/VapourSynth/LICENSE -t 
"${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 18:18:27
  Author: alucryd
Revision: 317420

upgpkg: vapoursynth-plugin-lsmashsource 931-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 18:12:56 UTC (rev 317419)
+++ PKGBUILD2018-04-23 18:18:27 UTC (rev 317420)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=929
+pkgver=931
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='fba174b2606236f526a6863b6baf5983efa08250'
+_commit='4c10d790e664c526d57c4070061ade67b2dfdee0'
 
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/trunk (PKGBUILD)

2017-03-22 Thread Maxime Gauduin
Date: Wednesday, March 22, 2017 @ 20:49:59
  Author: alucryd
Revision: 218411

upgpkg: vapoursynth-plugin-lsmashsource 929-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-22 20:45:37 UTC (rev 218410)
+++ PKGBUILD2017-03-22 20:49:59 UTC (rev 218411)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=921
+pkgver=929
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
+_commit='fba174b2606236f526a6863b6baf5983efa08250'
 
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/trunk (PKGBUILD)

2017-01-29 Thread Maxime Gauduin
Date: Sunday, January 29, 2017 @ 12:56:54
  Author: alucryd
Revision: 209361

upgpkg: vapoursynth-plugin-lsmashsource 921-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 12:53:07 UTC (rev 209360)
+++ PKGBUILD2017-01-29 12:56:54 UTC (rev 209361)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=911
+pkgver=921
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
+_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
 
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/trunk (PKGBUILD)

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

upgpkg: vapoursynth-plugin-lsmashsource 911-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-12 15:56:26 UTC (rev 192066)
+++ PKGBUILD2016-10-12 15:59:31 UTC (rev 192067)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=904
+pkgver=911
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='ee572ba91d5721a0ab34621fe23e7dd43c7d7f30'
+_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
 
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/trunk (PKGBUILD)

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

upgpkg: vapoursynth-plugin-lsmashsource 904-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 10:41:15 UTC (rev 187178)
+++ PKGBUILD2016-08-20 10:46:02 UTC (rev 187179)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=879
+pkgver=904
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
@@ -13,10 +13,16 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='a0193ccfc9d3c0f319b71d99c65e5fbb9f3cf140'
+_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
 


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 19:49:58
  Author: alucryd
Revision: 181917

ffmpeg 3.1 rebuild: vapoursynth-plugin-lsmashsource 879-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 19:48:22 UTC (rev 181916)
+++ PKGBUILD2016-07-03 19:49:58 UTC (rev 181917)
@@ -3,8 +3,8 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=875
-pkgrel=4
+pkgver=879
+pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'
@@ -13,7 +13,7 @@
  'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
  'libswscale.so')
 makedepends=('git')
-_commit='14b040efb8bc6630d49230b2a7700de546e3c53a'
+_commit='a0193ccfc9d3c0f319b71d99c65e5fbb9f3cf140'
 
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/trunk (PKGBUILD)

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

upgpkg: vapoursynth-plugin-lsmashsource 875-3

Mark library as executable so sodeps get detected and versioned.

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 02:49:34 UTC (rev 161935)
+++ PKGBUILD2016-02-17 05:59:13 UTC (rev 161936)
@@ -4,7 +4,7 @@
 
 pkgname=vapoursynth-plugin-lsmashsource
 pkgver=875
-pkgrel=2
+pkgrel=3
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'
@@ -30,6 +30,9 @@
 
   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/
 


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:40:52
  Author: alucryd
Revision: 161716

ffmpeg 3.0 rebuild: vapoursynth-plugin-lsmashsource 875-2

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-15 22:23:59 UTC (rev 161715)
+++ PKGBUILD2016-02-15 22:40:52 UTC (rev 161716)
@@ -4,7 +4,7 @@
 
 pkgname=vapoursynth-plugin-lsmashsource
 pkgver=875
-pkgrel=1
+pkgrel=2
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'


[arch-commits] Commit in vapoursynth-plugin-lsmashsource/trunk (PKGBUILD)

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

upgpkg: vapoursynth-plugin-lsmashsource 875-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 23:38:49 UTC (rev 161493)
+++ PKGBUILD2016-02-13 23:50:04 UTC (rev 161494)
@@ -3,16 +3,17 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=785
-pkgrel=2
+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=('vapoursynth'
- 'liblsmash.so')
+depends=('glibc' 'vapoursynth'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+ 'libswscale.so')
 makedepends=('git')
-_commit='2a6cadfacc9597d008fb60d479a565236ddf5f8e'
+_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/trunk (PKGBUILD)

2015-08-20 Thread Maxime Gauduin
Date: Thursday, August 20, 2015 @ 23:18:17
  Author: alucryd
Revision: 138573

upgpkg: vapoursynth-plugin-lsmashsource 785-2

Add doc

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-20 21:17:43 UTC (rev 138572)
+++ PKGBUILD2015-08-20 21:18:17 UTC (rev 138573)
@@ -4,7 +4,7 @@
 
 pkgname=vapoursynth-plugin-lsmashsource
 pkgver=785
-pkgrel=1
+pkgrel=2
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'
@@ -29,6 +29,9 @@
 
   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/
 }