mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
# - remove depends on vmaf, remove --enable-vmaf
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.3
|
pkgver=4.3.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
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)
|
||||||
|
@ -39,6 +39,7 @@ depends=(
|
||||||
libmodplug
|
libmodplug
|
||||||
libomxil-bellagio
|
libomxil-bellagio
|
||||||
libpulse
|
libpulse
|
||||||
|
librav1e.so
|
||||||
libraw1394
|
libraw1394
|
||||||
libsoxr
|
libsoxr
|
||||||
libssh
|
libssh
|
||||||
|
@ -90,7 +91,7 @@ provides=(
|
||||||
libswresample.so
|
libswresample.so
|
||||||
libswscale.so
|
libswscale.so
|
||||||
)
|
)
|
||||||
_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
|
_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
|
||||||
source=(
|
source=(
|
||||||
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
||||||
vmaf-model-path.patch
|
vmaf-model-path.patch
|
||||||
|
@ -109,10 +110,6 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ffmpeg
|
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
|
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,6 +145,7 @@ build() {
|
||||||
--enable-libopenjpeg \
|
--enable-libopenjpeg \
|
||||||
--enable-libopus \
|
--enable-libopus \
|
||||||
--enable-libpulse \
|
--enable-libpulse \
|
||||||
|
--enable-librav1e \
|
||||||
--enable-libsoxr \
|
--enable-libsoxr \
|
||||||
--enable-libspeex \
|
--enable-libspeex \
|
||||||
--enable-libsrt \
|
--enable-libsrt \
|
||||||
|
|
Loading…
Reference in a new issue