mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 4.2.3-5
This commit is contained in:
parent
69572baa74
commit
77df100164
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.3
|
pkgver=4.2.3
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -71,6 +71,7 @@ depends=(
|
||||||
zlib
|
zlib
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
avisynthplus
|
||||||
git
|
git
|
||||||
ladspa
|
ladspa
|
||||||
nasm
|
nasm
|
||||||
|
@ -111,6 +112,10 @@ prepare() {
|
||||||
# https://crbug.com/1062037
|
# https://crbug.com/1062037
|
||||||
git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
|
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
|
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue