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 2022-03-23 20:15:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Wed Mar 23 20:15:14 2022 rev:50 rq:962666 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2022-03-15 19:04:02.908912662 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.25692/ffmpeg-4.changes 2022-03-23 20:15:16.162358136 +0100 @@ -1,0 +2,6 @@ +Thu Mar 17 21:44:30 UTC 2022 - Enrico Belleri <ide...@protonmail.com> + +- Add ffmpeg-libglslang-detection.patch: detects libglslang +- Enable Vulkan filters + +------------------------------------------------------------------- New: ---- ffmpeg-libglslang-detection.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.xKSZba/_old 2022-03-23 20:15:17.826359000 +0100 +++ /var/tmp/diff_new_pack.xKSZba/_new 2022-03-23 20:15:17.838359006 +0100 @@ -119,6 +119,7 @@ Patch8: vmaf-trim-usr-local.patch Patch9: ffmpeg-4.4-CVE-2020-22046.patch Patch10: ffmpeg-chromium.patch +Patch11: ffmpeg-libglslang-detection.patch BuildRequires: ladspa-devel BuildRequires: libgsm-devel BuildRequires: libmp3lame-devel @@ -206,6 +207,9 @@ %endif %if %{with vulkan} BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(SPIRV-Tools) +BuildRequires: glslang-devel +BuildRequires: c++_compiler %endif BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vpx) >= 1.4.0 @@ -627,6 +631,7 @@ --enable-ladspa \ %if %{with vulkan} --enable-vulkan \ + --enable-libglslang \ %endif %if ! %{with cuda_sdk} --disable-cuda-sdk \ ++++++ ffmpeg-libglslang-detection.patch ++++++ Index: ffmpeg-4.4.1/configure =================================================================== --- ffmpeg-4.4.1.orig/configure +++ ffmpeg-4.4.1/configure @@ -6370,7 +6370,12 @@ enabled fontconfig && enable libf enabled libfontconfig && require_pkg_config libfontconfig fontconfig "fontconfig/fontconfig.h" FcInit enabled libfreetype && require_pkg_config libfreetype freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info -enabled libglslang && require_cpp libglslang glslang/SPIRV/GlslangToSpv.h "glslang::TIntermediate*" -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ +enabled libglslang && { check_lib libglslang glslang/Include/glslang_c_interface.h glslang_initialize_process \ + -lglslang -lMachineIndependent -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen \ + -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm || + require libglslang glslang/Include/glslang_c_interface.h glslang_initialize_process \ + -lglslang -lOSDependent -lHLSL -lOGLCompiler \ + -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm; } enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu || require libgme gme/gme.h gme_new_emu -lgme -lstdc++; } enabled libgsm && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do