Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpeg-4 for openSUSE:Factory checked in at 2023-12-28 22:55:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Thu Dec 28 22:55:08 2023 rev:62 rq:1135304 version:4.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2023-12-07 19:11:30.065683915 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.28375/ffmpeg-4.changes 2023-12-28 22:55:18.316938776 +0100 @@ -1,0 +2,7 @@ +Tue Dec 26 13:36:38 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update ffmpeg-glslang-cxx17.patch to build with glslang 14 +- Disable vmaf integration as ffmpeg-4 cannot handle vmaf>=3 +- Delete vmaf-trim-usr-local.patch + +------------------------------------------------------------------- Old: ---- vmaf-trim-usr-local.patch BETA DEBUG BEGIN: Old:- Disable vmaf integration as ffmpeg-4 cannot handle vmaf>=3 - Delete vmaf-trim-usr-local.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.5nhVBR/_old 2023-12-28 22:55:19.212971487 +0100 +++ /var/tmp/diff_new_pack.5nhVBR/_new 2023-12-28 22:55:19.212971487 +0100 @@ -119,7 +119,6 @@ Patch3: ffmpeg-codec-choice.diff Patch4: ffmpeg-4.2-dlopen-fdk_aac.patch Patch5: soversion.patch -Patch8: vmaf-trim-usr-local.patch Patch9: ffmpeg-4.4-CVE-2020-22046.patch Patch10: ffmpeg-chromium.patch Patch11: ffmpeg-libglslang-detection.patch @@ -177,7 +176,6 @@ BuildRequires: pkgconfig(libva) >= 0.35.0 BuildRequires: pkgconfig(libva-drm) BuildRequires: pkgconfig(libva-x11) -BuildRequires: pkgconfig(libvmaf) >= 1.3.9 BuildRequires: pkgconfig(libwebp) >= 0.4 BuildRequires: pkgconfig(libxml-2.0) %if %{with zmq} @@ -697,7 +695,6 @@ %if %{with vidstab} --enable-libvidstab \ %endif - --enable-libvmaf \ --enable-libvorbis \ --enable-libv4l2 \ --enable-libvpx \ ++++++ ffmpeg-glslang-cxx17.patch ++++++ --- /var/tmp/diff_new_pack.5nhVBR/_old 2023-12-28 22:55:19.324975575 +0100 +++ /var/tmp/diff_new_pack.5nhVBR/_new 2023-12-28 22:55:19.328975721 +0100 @@ -4,8 +4,9 @@ glslang 13 needs C++17. --- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + configure | 2 +- + libavfilter/glslang.cpp | 1 + + 2 files changed, 2 insertions(+), 1 deletion(-) Index: ffmpeg-4.4.4/configure =================================================================== @@ -20,4 +21,16 @@ # some compilers silently accept -std=c11, so we also need to check that the # version macro is defined properly +Index: ffmpeg-4.4.4/libavfilter/glslang.cpp +=================================================================== +--- ffmpeg-4.4.4.orig/libavfilter/glslang.cpp ++++ ffmpeg-4.4.4/libavfilter/glslang.cpp +@@ -16,6 +16,7 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include <cassert> + #include <pthread.h> + + extern "C" {