[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Aug 1 12:10:22 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:10:22
Author: alucryd
Revision: 366680
upgpkg: vapoursynth-plugin-mvtools 20-1
Modified:
vapoursynth-plugin-mvtools/trunk/PKGBUILD
----------+
PKGBUILD | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-01 12:10:20 UTC (rev 366679)
+++ PKGBUILD 2018-08-01 12:10:22 UTC (rev 366680)
@@ -3,34 +3,25 @@
# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
pkgname=vapoursynth-plugin-mvtools
-pkgver=19
+pkgver=20
pkgrel=1
pkgdesc='MVTools plugin for VapourSynth'
arch=('x86_64')
url='https://github.com/dubhater/vapoursynth-mvtools'
license=('GPL2')
-depends=('fftw' 'gcc-libs' 'glibc' 'vapoursynth')
-makedepends=('yasm')
-source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
-sha256sums=('41848bf526f1807e6894513534d5243bbce5b796d798a3cf47f617229d7b6e9e')
+depends=('fftw' 'vapoursynth')
+makedepends=('git' 'meson' 'nasm')
+source=("git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver}")
+sha256sums=('SKIP')
build() {
- cd vapoursynth-mvtools-${pkgver}
-
- ./autogen.sh
- ./configure \
- --prefix='/usr' \
+ arch-meson vapoursynth-mvtools build \
--libdir='/usr/lib/vapoursynth'
- make
+ ninja -C build
}
package(){
- cd vapoursynth-mvtools-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
- install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools
- install -m 644 readme.rst "${pkgdir}"/usr/share/doc/vapoursynth/plugins/mvtools/README
+ DESTDIR="${pkgdir}" ninja -C build install
}
#vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list