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

Maxime Gauduin alucryd at archlinux.org
Sat Aug 20 10:51:53 UTC 2016


    Date: Saturday, August 20, 2016 @ 10:51:52
  Author: alucryd
Revision: 187182

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

Added:
  vapoursynth-plugin-mvtools/repos/community-i686/PKGBUILD
    (from rev 187181, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
  vapoursynth-plugin-mvtools/repos/community-x86_64/PKGBUILD
    (from rev 187181, 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   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-20 10:51:41 UTC (rev 187181)
+++ community-i686/PKGBUILD	2016-08-20 10:51:52 UTC (rev 187182)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=13
-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=('941d204b82a99df837a36a0fbb733fef279a16525fd1676123eedd98a2a097ba')
-
-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 187181, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-20 10:51:52 UTC (rev 187182)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=16
+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=('22232d5684bf144408ed0e463e2475a90d7ea9e9c7f3c13b92f60452037b07b3')
+
+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	2016-08-20 10:51:41 UTC (rev 187181)
+++ community-x86_64/PKGBUILD	2016-08-20 10:51:52 UTC (rev 187182)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-mvtools
-pkgver=13
-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=('941d204b82a99df837a36a0fbb733fef279a16525fd1676123eedd98a2a097ba')
-
-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 187181, vapoursynth-plugin-mvtools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-20 10:51:52 UTC (rev 187182)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-mvtools
+pkgver=16
+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=('22232d5684bf144408ed0e463e2475a90d7ea9e9c7f3c13b92f60452037b07b3')
+
+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