Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2025-08-08 15:10:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Fri Aug  8 15:10:06 2025 rev:155 rq:1298149 version:3.0.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2025-06-14 16:17:02.828578800 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new.1085/vlc.changes        2025-08-08 
15:10:15.248096521 +0200
@@ -1,0 +2,7 @@
+Thu Aug  7 09:27:34 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Drop obsolete and unused libxvidcore-devel BuildRequires.
+- Switch faad build_cond to without and move plugin to main
+  package.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.vsQdpN/_old  2025-08-08 15:10:16.072131030 +0200
+++ /var/tmp/diff_new_pack.vsQdpN/_new  2025-08-08 15:10:16.072131030 +0200
@@ -29,7 +29,7 @@
 %bcond_without fluidsynth
 # 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_with faad
+%bcond_without faad
 %define chromecast 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
 %define dca        0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 || 
0%{?BUILD_ORIG}
 
@@ -231,14 +231,14 @@
 %if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(ncursesw)
 %endif
-# Those are dependencies which are NOT provided in openSUSE, mostly for legal 
reasons.
-%if 0%{?BUILD_ORIG}
-BuildRequires:  libxvidcore-devel
-BuildRequires:  pkgconfig(x264) >= 0.8.6
-BuildRequires:  pkgconfig(x265)
 %if %{with faad}
 BuildRequires:  pkgconfig(faad2)
 %endif
+
+# These are dependencies which are NOT provided in openSUSE, mostly for legal 
reasons.
+%if 0%{?BUILD_ORIG}
+BuildRequires:  pkgconfig(x264) >= 0.8.6
+BuildRequires:  pkgconfig(x265)
 %endif
 
 %description
@@ -495,13 +495,14 @@
 %else
   --disable-wayland                     \
 %endif
-%if 0%{?BUILD_ORIG}
 %if %{with faad}
    --enable-faad                        \
+%else
+   --disable-faad                       \
 %endif
+%if 0%{?BUILD_ORIG}
    --enable-x265                        \
 %else
-   --disable-faad                       \
    --disable-x265                       \
 %endif
        %{nil}
@@ -895,6 +896,9 @@
 %{_libdir}/vlc/plugins/codec/libddummy_plugin.so
 %{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so
 %{_libdir}/vlc/plugins/codec/libedummy_plugin.so
+%if %{with faad}
+%{_libdir}/vlc/plugins/codec/libfaad_plugin.so
+%endif
 %{_libdir}/vlc/plugins/codec/libfdkaac_plugin.so
 %{_libdir}/vlc/plugins/codec/libflac_plugin.so
 %{_libdir}/vlc/plugins/codec/libg711_plugin.so
@@ -1221,9 +1225,6 @@
 
 %if 0%{?BUILD_ORIG}
 %files codecs
-%if %{with faad}
-%{_libdir}/vlc/plugins/codec/libfaad_plugin.so
-%endif
 %{_libdir}/vlc/plugins/codec/libx264_plugin.so
 %{_libdir}/vlc/plugins/codec/libx26410b_plugin.so
 %{_libdir}/vlc/plugins/codec/libx265_plugin.so

Reply via email to