mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/ffmpeg to 4.3.1-1
This commit is contained in:
parent
f5d31cdf31
commit
009a743f7d
1 changed files with 5 additions and 7 deletions
|
@ -12,8 +12,8 @@
|
|||
# - remove depends on vmaf, remove --enable-vmaf
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=4.2.3
|
||||
pkgrel=2
|
||||
pkgver=4.3.1
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -39,6 +39,7 @@ depends=(
|
|||
libmodplug
|
||||
libomxil-bellagio
|
||||
libpulse
|
||||
librav1e.so
|
||||
libraw1394
|
||||
libsoxr
|
||||
libssh
|
||||
|
@ -90,7 +91,7 @@ provides=(
|
|||
libswresample.so
|
||||
libswscale.so
|
||||
)
|
||||
_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
|
||||
_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
|
||||
source=(
|
||||
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
||||
vmaf-model-path.patch
|
||||
|
@ -109,10 +110,6 @@ pkgver() {
|
|||
prepare() {
|
||||
cd ffmpeg
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
@ -148,6 +145,7 @@ build() {
|
|||
--enable-libopenjpeg \
|
||||
--enable-libopus \
|
||||
--enable-libpulse \
|
||||
--enable-librav1e \
|
||||
--enable-libsoxr \
|
||||
--enable-libspeex \
|
||||
--enable-libsrt \
|
||||
|
|
Loading…
Reference in a new issue