[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Sep 6 13:11:20 UTC 2022
Date: Tuesday, September 6, 2022 @ 13:11:20
Author: alucryd
Revision: 455121
ffmpeg 2:5.1.1-3: add bs2b, opencl, opengl and vulkan support
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-06 12:45:24 UTC (rev 455120)
+++ PKGBUILD 2022-09-06 13:11:20 UTC (rev 455121)
@@ -6,7 +6,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)
@@ -26,9 +26,11 @@
libass.so
libavc1394
libbluray.so
+ libbs2b.so
libdav1d.so
libdrm
libfreetype.so
+ libgl
libiec61883
libmfx
libmodplug
@@ -47,6 +49,7 @@
libvorbisenc.so
libvorbis.so
libvpx.so
+ libvulkan.so
libwebp
libx11
libx264.so
@@ -57,6 +60,7 @@
libxv
libxvidcore.so
libzimg.so
+ ocl-icd
opencore-amr
openjpeg2
opus
@@ -76,7 +80,10 @@
ffnvcodec-headers
git
ladspa
+ mesa
nasm
+ opencl-headers
+ vulkan-headers
)
optdepends=(
'avisynthplus: AviSynthPlus support'
@@ -135,6 +142,7 @@
--enable-libaom \
--enable-libass \
--enable-libbluray \
+ --enable-libbs2b \
--enable-libdav1d \
--enable-libdrm \
--enable-libfreetype \
@@ -172,8 +180,11 @@
--enable-libzimg \
--enable-nvdec \
--enable-nvenc \
+ --enable-opencl \
+ --enable-opengl \
--enable-shared \
- --enable-version3
+ --enable-version3 \
+ --enable-vulkan
make
make tools/qt-faststart
make doc/ff{mpeg,play}.1
More information about the arch-commits
mailing list