[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Mar 12 08:11:44 UTC 2015
Date: Thursday, March 12, 2015 @ 09:11:44
Author: alucryd
Revision: 129094
archrelease: copy trunk to community-i686, community-x86_64
Added:
vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
(from rev 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
(from rev 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
Deleted:
vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-03-12 08:11:21 UTC (rev 129093)
+++ community-i686/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -1,35 +0,0 @@
-# $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-i686/PKGBUILD (from rev 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=8
+pkgrel=1
+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=('b933d6c849aaa96f14c09592a77503e6cc2680d642b97c7841a2c95745b330e6')
+
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-03-12 08:11:21 UTC (rev 129093)
+++ community-x86_64/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -1,35 +0,0 @@
-# $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 129093, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-03-12 08:11:44 UTC (rev 129094)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=8
+pkgrel=1
+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=('b933d6c849aaa96f14c09592a77503e6cc2680d642b97c7841a2c95745b330e6')
+
+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