[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Thu Jun 10 07:06:49 UTC 2021


    Date: Thursday, June 10, 2021 @ 07:06:49
  Author: alucryd
Revision: 961230

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 07:06:44 UTC (rev 961229)
+++ PKGBUILD	2021-06-10 07:06:49 UTC (rev 961230)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=20200531
-pkgrel=1
-pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=(x86_64)
-url=https://github.com/HolyWu/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/HolyWu/L-SMASH-Works.git#tag=b6aef0c352182faf996e1e45a3781d506f086e0b)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource
-
-  git describe --tags
-}
-
-build() {
-  arch-meson vapoursynth-plugin-lsmashsource/VapourSynth build
-  ninja -C build
-}
-
-package(){
-  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:

Copied: vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD (from rev 961229, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 07:06:49 UTC (rev 961230)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=20210423
+pkgrel=1
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=(x86_64)
+url=https://github.com/HolyWu/L-SMASH-Works
+license=(custom)
+depends=(
+  glibc
+  vapoursynth
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  liblsmash.so
+  libswscale.so
+)
+makedepends=(
+  git
+  meson
+)
+_tag=ffa730121fd593cd0c2f5ac05e37e50f4322c450
+source=(vapoursynth-plugin-lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource
+  git describe --tags
+}
+
+build() {
+  arch-meson vapoursynth-plugin-lsmashsource/VapourSynth build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" ninja install -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/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list