[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Dec 7 13:32:42 UTC 2015
Date: Monday, December 7, 2015 @ 14:32:41
Author: bpiotrowski
Revision: 149904
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
vapoursynth-plugin-mvtools/repos/community-staging-i686/
vapoursynth-plugin-mvtools/repos/community-staging-i686/PKGBUILD
(from rev 149903, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
vapoursynth-plugin-mvtools/repos/community-staging-x86_64/
vapoursynth-plugin-mvtools/repos/community-staging-x86_64/PKGBUILD
(from rev 149903, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: vapoursynth-plugin-mvtools/repos/community-staging-i686/PKGBUILD (from rev 149903, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 13:32:41 UTC (rev 149904)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=9
+pkgrel=2
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('fftw' 'vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
+sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
+
+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-staging-x86_64/PKGBUILD (from rev 149903, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 13:32:41 UTC (rev 149904)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=9
+pkgrel=2
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('fftw' 'vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
+sha256sums=('e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907')
+
+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:
More information about the arch-commits
mailing list