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

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


    Date: Tuesday, December 2, 2014 @ 10:35:14
  Author: alucryd
Revision: 123346

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

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

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

Copied: vapoursynth-plugin-fluxsmooth/repos/community-i686/PKGBUILD (from rev 123345, vapoursynth-plugin-fluxsmooth/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-02 09:35:14 UTC (rev 123346)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at 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 123345, vapoursynth-plugin-fluxsmooth/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-02 09:35:14 UTC (rev 123346)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at 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:



More information about the arch-commits mailing list