From cf77533ae9dad0fe0d75e627dc7fba3038d788de Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Sun, 12 Jun 2022 22:52:58 -0300 Subject: [PATCH] New upstream option: libplacebo Was added on ffmpeg 5.0[1]. [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/51e03409d74f3eb265cd4e562819daffb3645cb0 --- .SRCINFO | 3 ++- PKGBUILD | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0e3f339..3afb284 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) pkgver = 5.0.1 - pkgrel = 1 + pkgrel = 2 url = https://www.ffmpeg.org/ arch = x86_64 license = custom: nonfree and unredistributable @@ -49,6 +49,7 @@ pkgbase = ffmpeg-full depends = opencore-amr depends = openjpeg2 depends = opus + depends = libplacebo depends = libpulse depends = librabbitmq-c depends = rav1e diff --git a/PKGBUILD b/PKGBUILD index 897311d..b07cd95 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ffmpeg-full pkgver=5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)' arch=('x86_64') url='https://www.ffmpeg.org/' @@ -15,11 +15,11 @@ depends=( 'libcdio-paranoia' 'codec2' 'dav1d' 'libdc1394' 'libavc1394' 'libfdk-aac' 'fontconfig' 'freetype2' 'fribidi' 'glslang' 'spirv-tools' 'libgme' 'gsm' 'libiec61883' 'libilbc' 'jack' 'kvazaar' 'libmodplug' 'lame' - 'opencore-amr' 'openjpeg2' 'opus' 'libpulse' 'librabbitmq-c' 'rav1e' 'librsvg' - 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' 'speex' 'srt' 'libssh' - 'svt-hevc' 'svt-av1' 'svt-vp9' 'tesseract' 'libtheora' 'twolame' - 'v4l-utils' 'vid.stab' 'vmaf' 'libvorbis' 'libvpx' 'libwebp' 'x264' 'x265' - 'libxcb' 'xvidcore' 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lv2' 'lilv' 'xz' + 'opencore-amr' 'openjpeg2' 'opus' 'libplacebo' 'libpulse' 'librabbitmq-c' + 'rav1e' 'librsvg' 'rubberband' 'rtmpdump' 'smbclient' 'snappy' 'libsoxr' + 'speex' 'srt' 'libssh' 'svt-hevc' 'svt-av1' 'svt-vp9' 'tesseract' 'libtheora' + 'twolame' 'v4l-utils' 'vid.stab' 'vmaf' 'libvorbis' 'libvpx' 'libwebp' 'x264' + 'x265' 'libxcb' 'xvidcore' 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lv2' 'lilv' 'xz' 'libmysofa' 'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth' 'vulkan-icd-loader' 'libxv' 'libx11' 'libxext' 'zlib' 'cuda' 'libomxil-bellagio' 'libdrm' 'intel-media-sdk' 'libva' 'libvdpau' @@ -140,6 +140,7 @@ build() { --enable-libopenmpt \ --disable-libopenvino \ --enable-libopus \ + --enable-libplacebo \ --enable-libpulse \ --enable-librabbitmq \ --enable-librav1e \