Date: Wednesday, October 12, 2016 @ 15:56:26
  Author: alucryd
Revision: 192066

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

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-10-12 15:56:16 UTC (rev 192065)
+++ community-i686/PKGBUILD     2016-10-12 15:56:26 UTC (rev 192066)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
-
-pkgname=vapoursynth-plugin-fluxsmooth
-pkgver=1.0
-pkgrel=1
-pkgdesc='FluxSmooth plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-fluxsmooth'
-license=('None')
-depends=('vapoursynth')
-[[ $CARCH == 'x86_64' ]] && makedepends=('yasm')
-source=("vapoursynth-plugin-fluxsmooth-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-fluxsmooth/archive/v${pkgver}.tar.gz";)
-sha256sums=('f178f81a8b3f4a33896903024084d8f877cebf0f9e4d4b4729f787311a25198b')
-
-build() {
-  cd vapoursynth-fluxsmooth-${pkgver}
-
-  export LDFLAGS="$LDFLAGS,-z,noexecstack"
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-fluxsmooth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-fluxsmooth/repos/community-i686/PKGBUILD (from rev 
192065, vapoursynth-plugin-fluxsmooth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-10-12 15:56:26 UTC (rev 192066)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
+
+pkgname=vapoursynth-plugin-fluxsmooth
+pkgver=2
+pkgrel=1
+pkgdesc='FluxSmooth plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-fluxsmooth'
+license=('None')
+depends=('vapoursynth')
+[[ $CARCH == 'x86_64' ]] && makedepends=('yasm')
+source=("vapoursynth-plugin-fluxsmooth-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-fluxsmooth/archive/v${pkgver}.tar.gz";)
+sha256sums=('975bdf16ec52c9d3ebfd487db10799c0ccb8f8c5e0e70d48df0f8067c5f24fcb')
+
+build() {
+  cd vapoursynth-fluxsmooth-${pkgver}
+
+  export LDFLAGS="$LDFLAGS,-z,noexecstack"
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd vapoursynth-fluxsmooth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth
+  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth/README
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-10-12 15:56:16 UTC (rev 192065)
+++ community-x86_64/PKGBUILD   2016-10-12 15:56:26 UTC (rev 192066)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
-
-pkgname=vapoursynth-plugin-fluxsmooth
-pkgver=1.0
-pkgrel=1
-pkgdesc='FluxSmooth plugin for VapourSynth'
-arch=('i686' 'x86_64')
-url='https://github.com/dubhater/vapoursynth-fluxsmooth'
-license=('None')
-depends=('vapoursynth')
-[[ $CARCH == 'x86_64' ]] && makedepends=('yasm')
-source=("vapoursynth-plugin-fluxsmooth-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-fluxsmooth/archive/v${pkgver}.tar.gz";)
-sha256sums=('f178f81a8b3f4a33896903024084d8f877cebf0f9e4d4b4729f787311a25198b')
-
-build() {
-  cd vapoursynth-fluxsmooth-${pkgver}
-
-  export LDFLAGS="$LDFLAGS,-z,noexecstack"
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib/vapoursynth'
-  make
-}
-
-package(){
-  cd vapoursynth-fluxsmooth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth
-  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth/README
-}
-
-#vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-fluxsmooth/repos/community-x86_64/PKGBUILD (from rev 
192065, vapoursynth-plugin-fluxsmooth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-12 15:56:26 UTC (rev 192066)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
+
+pkgname=vapoursynth-plugin-fluxsmooth
+pkgver=2
+pkgrel=1
+pkgdesc='FluxSmooth plugin for VapourSynth'
+arch=('i686' 'x86_64')
+url='https://github.com/dubhater/vapoursynth-fluxsmooth'
+license=('None')
+depends=('vapoursynth')
+[[ $CARCH == 'x86_64' ]] && makedepends=('yasm')
+source=("vapoursynth-plugin-fluxsmooth-${pkgver}.tar.gz::https://github.com/dubhater/vapoursynth-fluxsmooth/archive/v${pkgver}.tar.gz";)
+sha256sums=('975bdf16ec52c9d3ebfd487db10799c0ccb8f8c5e0e70d48df0f8067c5f24fcb')
+
+build() {
+  cd vapoursynth-fluxsmooth-${pkgver}
+
+  export LDFLAGS="$LDFLAGS,-z,noexecstack"
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib/vapoursynth'
+  make
+}
+
+package(){
+  cd vapoursynth-fluxsmooth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth
+  install -m 644 readme.rst 
"${pkgdir}"/usr/share/doc/vapoursynth/plugins/FluxSmooth/README
+}
+
+#vim: ts=2 sw=2 et:

Reply via email to