mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 5.1.1-3
This commit is contained in:
parent
7fa1d8e5a9
commit
252979d4b3
1 changed files with 12 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=5.1.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -35,9 +35,11 @@ depends=(
|
|||
libass.so
|
||||
libavc1394
|
||||
libbluray.so
|
||||
libbs2b.so
|
||||
libdav1d.so
|
||||
libdrm
|
||||
libfreetype.so
|
||||
libgl
|
||||
libiec61883
|
||||
libmodplug
|
||||
libpulse
|
||||
|
@ -54,6 +56,7 @@ depends=(
|
|||
libvorbisenc.so
|
||||
libvorbis.so
|
||||
libvpx.so
|
||||
libvulkan.so
|
||||
libwebp
|
||||
libx11
|
||||
libx264.so
|
||||
|
@ -64,6 +67,7 @@ depends=(
|
|||
libxv
|
||||
libxvidcore.so
|
||||
libzimg.so
|
||||
ocl-icd
|
||||
opencore-amr
|
||||
openjpeg2
|
||||
opus
|
||||
|
@ -80,7 +84,10 @@ makedepends=(
|
|||
clang
|
||||
git
|
||||
ladspa
|
||||
mesa
|
||||
nasm
|
||||
opencl-headers
|
||||
vulkan-headers
|
||||
)
|
||||
optdepends=(
|
||||
'avisynthplus: AviSynthPlus support'
|
||||
|
@ -137,6 +144,7 @@ build() {
|
|||
--enable-ladspa \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libbs2b \
|
||||
--enable-libdav1d \
|
||||
--enable-libdrm \
|
||||
--enable-libfreetype \
|
||||
|
@ -168,9 +176,11 @@ build() {
|
|||
--enable-libxml2 \
|
||||
--enable-libxvid \
|
||||
--enable-libzimg \
|
||||
--enable-opencl \
|
||||
--enable-opengl \
|
||||
--enable-shared \
|
||||
--enable-version3 \
|
||||
$CONFIG
|
||||
--enable-vulkan $CONFIG
|
||||
make
|
||||
make tools/qt-faststart
|
||||
make doc/ff{mpeg,play}.1
|
||||
|
|
Loading…
Reference in a new issue