Date: Wednesday, November 7, 2018 @ 13:16:32 Author: alucryd Revision: 402836
upgpkg: vapoursynth R45.1-1 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-07 13:15:55 UTC (rev 402835) +++ PKGBUILD 2018-11-07 13:16:32 UTC (rev 402836) @@ -3,14 +3,16 @@ # Contributor: jackoneill <[email protected]> pkgname=vapoursynth -pkgver=R44 -pkgrel=2 +pkgver=R45.1 +pkgrel=1 pkgdesc='A video processing framework with the future in mind' arch=('x86_64') url='http://www.vapoursynth.com/' license=('LGPL2.1' 'custom:OFL') -depends=('libmagick' 'python' 'tesseract' - 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so') +depends=( + 'libmagick' 'python' 'tesseract' + 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libzimg.so' +) makedepends=('cython' 'git' 'nasm' 'python-sphinx') source=("git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver}" 'vapoursynth.xml') @@ -17,10 +19,15 @@ sha256sums=('SKIP' '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068') +prepare() { + cd vapoursynth + + ./autogen.sh +} + build() { cd vapoursynth - ./autogen.sh ./configure \ --prefix='/usr' \ --enable-imwri \
