From a97be6044ab33bfbbc968c3563d4aed3c1721964 Mon Sep 17 00:00:00 2001 From: Pao-Ming Lin Date: Sat, 2 Nov 2019 10:33:18 +0800 Subject: [PATCH] vapoursynth: update to R48 --- mingw-w64-vapoursynth/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-w64-vapoursynth/PKGBUILD b/mingw-w64-vapoursynth/PKGBUILD index 65dd0588bd..b2c9bfcc5d 100644 --- a/mingw-w64-vapoursynth/PKGBUILD +++ b/mingw-w64-vapoursynth/PKGBUILD @@ -3,8 +3,8 @@ _realname=vapoursynth pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=47.2 -pkgrel=2 +pkgver=48 +pkgrel=1 pkgdesc="A video processing framework with simplicity in mind (mingw-w64)" arch=('any') url="http://www.vapoursynth.com/" @@ -21,10 +21,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") options=(!strip staticlibs) source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/R${pkgver}.tar.gz") -sha256sums=('8ce4553f9fc5e5bbfb26ec9c0c5bf94be307530f947424c713ef67bc8a6d22b2') +sha256sums=('3e98d134e16af894cf7040e4383e4ef753cafede34d5d77c42a2bb89790c50a8') prepare() { cd "${srcdir}/${_realname}-R${pkgver}" + sed -i 's/inline __forceinline/__forceinline/g' src/core/genericfilters.cpp autoreconf -vfi }