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

Maxime Gauduin alucryd at archlinux.org
Thu Aug 6 08:05:39 UTC 2020


    Date: Thursday, August 6, 2020 @ 08:05:38
  Author: alucryd
Revision: 670639

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 08:05:33 UTC (rev 670638)
+++ PKGBUILD	2020-08-06 08:05:38 UTC (rev 670639)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=22
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=(x86_64)
-url=https://github.com/dubhater/vapoursynth-mvtools
-license=(GPL2)
-depends=(
-  fftw
-  vapoursynth
-)
-makedepends=(
-  git
-  meson
-  nasm
-)
-source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=d4dededb1ddd10ab5ab9c6cf06cc3cc863685917)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd vapoursynth-mvtools
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  arch-meson vapoursynth-mvtools build \
-    --libdir=/usr/lib/vapoursynth
-  ninja -C build
-}
-
-package(){
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 670638, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-06 08:05:38 UTC (rev 670639)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=23
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=(x86_64)
+url=https://github.com/dubhater/vapoursynth-mvtools
+license=(GPL2)
+depends=(
+  fftw
+  vapoursynth
+)
+makedepends=(
+  git
+  meson
+  nasm
+)
+_tag=6d805e232397cb08074dbb58cc02849f63b96714
+source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd vapoursynth-mvtools
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  arch-meson vapoursynth-mvtools build \
+    --libdir=/usr/lib/vapoursynth
+  ninja -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list