[arch-commits] Commit in vapoursynth-plugin-mvtools/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Aug 1 12:10:34 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:10:33
Author: alucryd
Revision: 366681
archrelease: copy trunk to community-x86_64
Added:
vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 366680, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++-----------------------------------
1 file changed, 27 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-01 12:10:22 UTC (rev 366680)
+++ PKGBUILD 2018-08-01 12:10:33 UTC (rev 366681)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=19
-pkgrel=1
-pkgdesc='MVTools plugin for VapourSynth'
-arch=('i686' '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')
-
-build() {
- cd vapoursynth-mvtools-${pkgver}
-
- ./autogen.sh
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib/vapoursynth'
- make
-}
-
-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
-}
-
-#vim: ts=2 sw=2 et:
Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 366680, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-01 12:10:33 UTC (rev 366681)
@@ -0,0 +1,27 @@
+# $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:
More information about the arch-commits
mailing list