[arch-commits] Commit in vapoursynth/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 12 12:31:50 UTC 2015


    Date: Saturday, December 12, 2015 @ 13:31:50
  Author: alucryd
Revision: 153129

upgpkg: vapoursynth R29-1

Modified:
  vapoursynth/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-12 12:30:44 UTC (rev 153128)
+++ PKGBUILD	2015-12-12 12:31:50 UTC (rev 153129)
@@ -4,18 +4,20 @@
 # Contributor: jackoneill <cantabile.desu at gmail.com>
 
 pkgname=vapoursynth
-pkgver=R28
-pkgrel=2
+pkgver=R29
+pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
 url='http://www.vapoursynth.com/'
 license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+         'tesseract'
+         'libzimg.so')
 makedepends=('cython' 'python-sphinx' 'yasm')
 install='vapoursynth.install'
 source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz"
         'vapoursynth.xml')
-sha256sums=('6703c6dd0ab4971e1c9e14f4f78b5301d3470f211fd4e80d89c5c8f01857d95e'
+sha256sums=('5a2e37f3a9a5dc60f55a301b222df75a580ccf319b099a3e421e2334ef8cbde6'
             '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {
@@ -23,7 +25,9 @@
 
   ./autogen.sh
   ./configure \
-    --prefix='/usr'
+    --prefix='/usr' \
+    --enable-imwri \
+    --disable-static
   make
 }
 



More information about the arch-commits mailing list