[arch-commits] Commit in vapoursynth-plugin-mvtools (5 files)

Maxime Gauduin alucryd at archlinux.org
Tue Dec 2 09:35:40 UTC 2014


    Date: Tuesday, December 2, 2014 @ 10:35:39
  Author: alucryd
Revision: 123347

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD (from rev 123346, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-02 09:35:39 UTC (rev 123347)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=4
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
+sha256sums=('1671ec4c02a78f76876eb2f2070d9be4ea64db3d030c8cb4337883ee97dc1edd')
+
+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 123346, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-02 09:35:39 UTC (rev 123347)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=4
+pkgrel=1
+pkgdesc='MVTools plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-mvtools'
+license=('GPL2')
+depends=('vapoursynth')
+makedepends=('yasm')
+source=("vapoursynth-plugin-mvtools-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-mvtools/archive/v${pkgver}.tar.gz")
+sha256sums=('1671ec4c02a78f76876eb2f2070d9be4ea64db3d030c8cb4337883ee97dc1edd')
+
+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