diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index 2a02b9419..1426660ad 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -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