mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 4.2.3-4
This commit is contained in:
parent
00efe3e0ca
commit
bcf769fa37
1 changed files with 9 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.3
|
pkgver=4.2.3
|
||||||
pkgrel=2
|
pkgrel=4
|
||||||
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)
|
||||||
|
@ -75,7 +75,10 @@ makedepends=(
|
||||||
ladspa
|
ladspa
|
||||||
nasm
|
nasm
|
||||||
)
|
)
|
||||||
optdepends=('ladspa: LADSPA filters')
|
optdepends=(
|
||||||
|
'avisynthplus: AviSynthPlus support'
|
||||||
|
'ladspa: LADSPA filters'
|
||||||
|
)
|
||||||
provides=(
|
provides=(
|
||||||
libavcodec.so
|
libavcodec.so
|
||||||
libavdevice.so
|
libavdevice.so
|
||||||
|
@ -86,8 +89,10 @@ provides=(
|
||||||
libswresample.so
|
libswresample.so
|
||||||
libswscale.so
|
libswscale.so
|
||||||
)
|
)
|
||||||
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
|
source=(
|
||||||
vmaf-model-path.patch)
|
git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
|
||||||
|
vmaf-model-path.patch
|
||||||
|
)
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
SKIP
|
SKIP
|
||||||
8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
|
8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
|
||||||
|
|
Loading…
Reference in a new issue