[arch-commits] Commit in vapoursynth-plugin-fluxsmooth/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:33:38 UTC 2018


    Date: Friday, November 9, 2018 @ 21:33:38
  Author: felixonmars
Revision: 404677

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: vapoursynth-plugin-fluxsmooth/repos/community-staging-x86_64/PKGBUILD (from rev 404676, vapoursynth-plugin-fluxsmooth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:33:38 UTC (rev 404677)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-fluxsmooth
+pkgver=2
+pkgrel=2
+pkgdesc='FluxSmooth plugin for VapourSynth'
+arch=('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:



More information about the arch-commits mailing list