Date: Thursday, January 29, 2015 @ 09:30:15 Author: alucryd Revision: 126730
upgpkg: vapoursynth R26-1 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-29 08:20:17 UTC (rev 126729) +++ PKGBUILD 2015-01-29 08:30:15 UTC (rev 126730) @@ -4,7 +4,7 @@ # Contributor: jackoneill <[email protected]> pkgname=vapoursynth -pkgver=R25 +pkgver=R26 pkgrel=1 pkgdesc='A video processing framework with the future in mind' arch=('i686' 'x86_64') @@ -15,23 +15,22 @@ install='vapoursynth.install' source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz" 'vapoursynth.xml') -sha256sums=('24e17320001402a47fce7e73cfac7609f4f9065170296346440e5ffa41af9348' +sha256sums=('33f5c1ff65ac3b34ae6c667f6cd18ba2efe3f7d1c14e065aa33dbf09de2c6fe1' '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068') build() { cd vapoursynth-${pkgver} - ./bootstrap.py - ./waf configure --prefix='/usr' - ./waf $MAKEFLAGS build - python setup.py build + ./autogen.sh + ./configure \ + --prefix='/usr' + make } package() { cd vapoursynth-${pkgver} - ./waf install --destdir="${pkgdir}" - python setup.py install --root="${pkgdir}" --optimize='1' + make DESTDIR="${pkgdir}" install install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages} install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
