[arch-commits] Commit in vapoursynth-plugin-mvtools/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 20 21:17:44 UTC 2015


    Date: Thursday, August 20, 2015 @ 23:17:43
  Author: alucryd
Revision: 138572

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-20 21:17:24 UTC (rev 138571)
+++ community-i686/PKGBUILD	2015-08-20 21:17:43 UTC (rev 138572)
@@ -1,35 +0,0 @@
-# $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:

Copied: vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD (from rev 138571, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-20 21:17:43 UTC (rev 138572)
@@ -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=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=('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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-20 21:17:24 UTC (rev 138571)
+++ community-x86_64/PKGBUILD	2015-08-20 21:17:43 UTC (rev 138572)
@@ -1,35 +0,0 @@
-# $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:

Copied: vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD (from rev 138571, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-20 21:17:43 UTC (rev 138572)
@@ -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=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=('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