mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 4.3.1-3
This commit is contained in:
parent
fcde52421a
commit
5617d57419
1 changed files with 7 additions and 3 deletions
|
@ -11,10 +11,11 @@
|
|||
# - remove depends on intel-media-sdk, remove --enable-libmfx
|
||||
# - remove depends on vmaf, remove --enable-vmaf
|
||||
# - remove depends on rav1e, remove --enable-librav1e
|
||||
# - remove --enable-lto
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=4.3.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -38,7 +39,6 @@ depends=(
|
|||
libfreetype.so
|
||||
libiec61883
|
||||
libmodplug
|
||||
libomxil-bellagio
|
||||
libpulse
|
||||
libraw1394
|
||||
libsoxr
|
||||
|
@ -72,7 +72,9 @@ depends=(
|
|||
zlib
|
||||
)
|
||||
makedepends=(
|
||||
amf-headers
|
||||
avisynthplus
|
||||
clang
|
||||
git
|
||||
ladspa
|
||||
nasm
|
||||
|
@ -110,6 +112,7 @@ pkgver() {
|
|||
prepare() {
|
||||
cd ffmpeg
|
||||
|
||||
git cherry-pick -n 7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 # fix build against libsrt 1.4.2
|
||||
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||
}
|
||||
|
||||
|
@ -123,7 +126,9 @@ build() {
|
|||
--disable-debug \
|
||||
--disable-static \
|
||||
--disable-stripping \
|
||||
--enable-amf \
|
||||
--enable-avisynth \
|
||||
--enable-cuda-llvm \
|
||||
--enable-fontconfig \
|
||||
--enable-gmp \
|
||||
--enable-gnutls \
|
||||
|
@ -160,7 +165,6 @@ build() {
|
|||
--enable-libxcb \
|
||||
--enable-libxml2 \
|
||||
--enable-libxvid \
|
||||
--enable-omx \
|
||||
--enable-shared \
|
||||
--enable-version3 \
|
||||
$CONFIG
|
||||
|
|
Loading…
Reference in a new issue