Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2026-01-27 16:06:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Tue Jan 27 16:06:55 2026 rev:162 rq:1329170 version:3.0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2026-01-22 15:11:52.132468590 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new.1928/vlc.changes 2026-01-27 16:07:03.924885027 +0100 @@ -1,0 +2,6 @@ +Fri Jan 23 17:27:18 UTC 2026 - Carsten Ziepke <[email protected]> + +- Disable chromecast for Leap 15.6, fixes building +- Rebase gcc requirement for Leap < 16.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.2PL5gX/_old 2026-01-27 16:07:05.892968025 +0100 +++ /var/tmp/diff_new_pack.2PL5gX/_new 2026-01-27 16:07:05.896968193 +0100 @@ -31,7 +31,11 @@ # VNC support - the module is not really usable in most cases tested so far (e.g. against qemu-kvm -vnc :xx) %bcond_with vnc %bcond_without faad -%define chromecast 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 +%define chromecast 0%{?suse_version} > 1500 || 0%{?sle_version} > 150600 +# vlc needs a c++17 compiler at least +%if 0%{?sle_version} && 0%{?sle_version} < 160000 +%global force_gcc_version 13 +%endif Name: vlc Version: 3.0.23 @@ -65,6 +69,7 @@ BuildRequires: flex BuildRequires: freetype2 BuildRequires: fribidi-devel +BuildRequires: gcc%{?force_gcc_version}-c++ BuildRequires: gdk-pixbuf-devel BuildRequires: gettext-devel BuildRequires: gtk3-devel @@ -175,12 +180,6 @@ %if 0%{?suse_version} > 1500 && 0%{?is_opensuse} BuildRequires: pkgconfig(srt) %endif -%if 0%{?suse_version} < 1500 -BuildRequires: gcc7 -BuildRequires: gcc7-c++ -%else -BuildRequires: gcc-c++ -%endif %if 0%{?suse_version} >= 1500 && 0%{?is_opensuse} BuildRequires: pkgconfig(libva-wayland) BuildRequires: pkgconfig(wayland-protocols) @@ -403,9 +402,8 @@ %build %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects -%if 0%{?suse_version} < 1500 -export CC=%{_bindir}/gcc-7 -export CXX=%{_bindir}/g++-7 +%if 0%{?force_gcc_version} +export CXX="g++-%{force_gcc_version}" %endif autoreconf -fiv %configure \
