Date: Monday, April 23, 2018 @ 18:09:20
  Author: alucryd
Revision: 317418

archrelease: copy trunk to community-staging-x86_64

Added:
  vapoursynth/repos/community-staging-x86_64/
  vapoursynth/repos/community-staging-x86_64/PKGBUILD
    (from rev 317417, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-staging-x86_64/vapoursynth.xml
    (from rev 317417, vapoursynth/trunk/vapoursynth.xml)

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

Copied: vapoursynth/repos/community-staging-x86_64/PKGBUILD (from rev 317417, 
vapoursynth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-23 18:09:20 UTC (rev 317418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: sl1pkn07 <sl1pk...@gmail.com>
+# Contributor: jackoneill <cantabile.d...@gmail.com>
+
+pkgname=vapoursynth
+pkgver=R43
+pkgrel=2
+pkgdesc='A video processing framework with the future in mind'
+arch=('x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'libmagick' 'python' 'tesseract'
+         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 
'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'nasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz";
+        'vapoursynth.xml')
+sha256sums=('5c80d583f6891f4f5840edf09bc207c2e71653786b07606fdb4a164fd67470c2'
+            '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --enable-imwri \
+    --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-staging-x86_64/vapoursynth.xml (from rev 
317417, vapoursynth/trunk/vapoursynth.xml)
===================================================================
(Binary files differ)

Reply via email to