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

Maxime Gauduin alucryd at archlinux.org
Thu Aug 6 08:11:51 UTC 2020


    Date: Thursday, August 6, 2020 @ 08:11:51
  Author: alucryd
Revision: 670646

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 08:11:46 UTC (rev 670645)
+++ PKGBUILD	2020-08-06 08:11:51 UTC (rev 670646)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-deblock
-pkgver=6
-pkgrel=2
-pkgdesc='Deblock plugin for VapourSynth'
-arch=('x86_64')
-url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock'
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'vapoursynth')
-source=("vapoursynth-plugin-deblock-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock/archive/r${pkgver}.tar.gz")
-sha256sums=('131be862aac027a2d292974222f1bc4d156cce1514ded8a0c4150d0d4c2c94c4')
-
-build() {
-  cd VapourSynth-Deblock-r${pkgver}
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd VapourSynth-Deblock-r${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-deblock/repos/community-x86_64/PKGBUILD (from rev 670645, vapoursynth-plugin-deblock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-06 08:11:51 UTC (rev 670646)
@@ -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=1
+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