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
|
pkgname=ffmpeg
|
||||||
pkgver=5.1.1
|
pkgver=5.1.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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)
|
||||||
|
@ -35,9 +35,11 @@ depends=(
|
||||||
libass.so
|
libass.so
|
||||||
libavc1394
|
libavc1394
|
||||||
libbluray.so
|
libbluray.so
|
||||||
|
libbs2b.so
|
||||||
libdav1d.so
|
libdav1d.so
|
||||||
libdrm
|
libdrm
|
||||||
libfreetype.so
|
libfreetype.so
|
||||||
|
libgl
|
||||||
libiec61883
|
libiec61883
|
||||||
libmodplug
|
libmodplug
|
||||||
libpulse
|
libpulse
|
||||||
|
@ -54,6 +56,7 @@ depends=(
|
||||||
libvorbisenc.so
|
libvorbisenc.so
|
||||||
libvorbis.so
|
libvorbis.so
|
||||||
libvpx.so
|
libvpx.so
|
||||||
|
libvulkan.so
|
||||||
libwebp
|
libwebp
|
||||||
libx11
|
libx11
|
||||||
libx264.so
|
libx264.so
|
||||||
|
@ -64,6 +67,7 @@ depends=(
|
||||||
libxv
|
libxv
|
||||||
libxvidcore.so
|
libxvidcore.so
|
||||||
libzimg.so
|
libzimg.so
|
||||||
|
ocl-icd
|
||||||
opencore-amr
|
opencore-amr
|
||||||
openjpeg2
|
openjpeg2
|
||||||
opus
|
opus
|
||||||
|
@ -80,7 +84,10 @@ makedepends=(
|
||||||
clang
|
clang
|
||||||
git
|
git
|
||||||
ladspa
|
ladspa
|
||||||
|
mesa
|
||||||
nasm
|
nasm
|
||||||
|
opencl-headers
|
||||||
|
vulkan-headers
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'avisynthplus: AviSynthPlus support'
|
'avisynthplus: AviSynthPlus support'
|
||||||
|
@ -137,6 +144,7 @@ build() {
|
||||||
--enable-ladspa \
|
--enable-ladspa \
|
||||||
--enable-libass \
|
--enable-libass \
|
||||||
--enable-libbluray \
|
--enable-libbluray \
|
||||||
|
--enable-libbs2b \
|
||||||
--enable-libdav1d \
|
--enable-libdav1d \
|
||||||
--enable-libdrm \
|
--enable-libdrm \
|
||||||
--enable-libfreetype \
|
--enable-libfreetype \
|
||||||
|
@ -168,9 +176,11 @@ build() {
|
||||||
--enable-libxml2 \
|
--enable-libxml2 \
|
||||||
--enable-libxvid \
|
--enable-libxvid \
|
||||||
--enable-libzimg \
|
--enable-libzimg \
|
||||||
|
--enable-opencl \
|
||||||
|
--enable-opengl \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-version3 \
|
--enable-version3 \
|
||||||
$CONFIG
|
--enable-vulkan $CONFIG
|
||||||
make
|
make
|
||||||
make tools/qt-faststart
|
make tools/qt-faststart
|
||||||
make doc/ff{mpeg,play}.1
|
make doc/ff{mpeg,play}.1
|
||||||
|
|
Loading…
Reference in a new issue