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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 26 09:59:48 UTC 2022


    Date: Wednesday, January 26, 2022 @ 09:59:47
  Author: alucryd
Revision: 1115647

ffmpeg 5.0: vapoursynth-plugin-lsmashsource 1:A.5a-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 09:43:15 UTC (rev 1115646)
+++ PKGBUILD	2022-01-26 09:59:47 UTC (rev 1115647)
@@ -2,11 +2,12 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=20210423
+pkgver=A.5a
 pkgrel=1
+epoch=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=(x86_64)
-url=https://github.com/HolyWu/L-SMASH-Works
+url=https://github.com/AkarinVS/L-SMASH-Works
 license=(custom)
 depends=(
   glibc
@@ -21,22 +22,22 @@
   git
   meson
 )
-_tag=ffa730121fd593cd0c2f5ac05e37e50f4322c450
-source=(vapoursynth-plugin-lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git#tag=${_tag})
-sha256sums=(SKIP)
+_tag=ebe2ad231b2a9ba08fef078af236cc7316f01340
+source=(vapoursynth-plugin-lsmashsource::git+https://github.com/AkarinVS/L-SMASH-Works.git#tag=${_tag})
+b2sums=(SKIP)
 
 pkgver() {
   cd vapoursynth-plugin-lsmashsource
-  git describe --tags
+  git describe --tags | sed 's/^v//'
 }
 
 build() {
   arch-meson vapoursynth-plugin-lsmashsource/VapourSynth build
-  ninja -C build
+  meson compile -C build
 }
 
 package(){
-  DESTDIR="${pkgdir}" ninja install -C build
+  meson install --destdir "${pkgdir}" -C build
   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/
 }



More information about the arch-commits mailing list