[arch-commits] Commit in vapoursynth-plugin-deblock/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 15:51:09 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:51:08
  Author: felixonmars
Revision: 1142566

archrelease: copy trunk to community-staging-x86_64

Added:
  vapoursynth-plugin-deblock/repos/community-staging-x86_64/
  vapoursynth-plugin-deblock/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142565, vapoursynth-plugin-deblock/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: vapoursynth-plugin-deblock/repos/community-staging-x86_64/PKGBUILD (from rev 1142565, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:51:08 UTC (rev 1142566)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-deblock
+pkgver=6.1
+pkgrel=2
+pkgdesc='Deblock plugin for VapourSynth'
+arch=(x86_64)
+url=https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock
+license=(GPL2)
+depends=(
+  gcc-libs
+  glibc
+  vapoursynth
+)
+makedepends=(
+  git
+  meson
+)
+_tag=5ec9c9ba349fd1d34d7ceb5300a3837c99d214e7
+source=(git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd VapourSynth-Deblock
+
+  git describe --tags | sed 's/^r//'
+}
+
+build() {
+  arch-meson VapourSynth-Deblock build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list