extra/ffmpeg to 4.2.3-5

This commit is contained in:
Kevin Mihelich 2020-06-10 12:38:11 +00:00
parent 69572baa74
commit 77df100164

View file

@ -13,7 +13,7 @@
pkgname=ffmpeg
pkgver=4.2.3
pkgrel=4
pkgrel=5
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@ -71,6 +71,7 @@ depends=(
zlib
)
makedepends=(
avisynthplus
git
ladspa
nasm
@ -111,6 +112,10 @@ prepare() {
# https://crbug.com/1062037
git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
# backport avisynthplus support
git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c | git apply -
git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c | git apply -
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}