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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 20 18:05:51 UTC 2019


    Date: Thursday, June 20, 2019 @ 18:05:50
  Author: alucryd
Revision: 482519

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 18:05:44 UTC (rev 482518)
+++ PKGBUILD	2019-06-20 18:05:50 UTC (rev 482519)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=20
-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=v${pkgver}")
-sha256sums=('SKIP')
-
-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 482518, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-20 18:05:50 UTC (rev 482519)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=21
+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=v${pkgver})
+sha256sums=(SKIP)
+
+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