vapoursynth: update to R48

This commit is contained in:
Pao-Ming Lin
2019-11-02 10:33:18 +08:00
committed by Helenerineium
parent 4897b19aa6
commit a97be6044a

View File

@@ -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
}