Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2025-07-31 17:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Thu Jul 31 17:45:03 2025 rev:188 rq:1296562 version:1.26.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2025-07-26 13:40:38.699559804 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1944/gstreamer-plugins-bad.changes
    2025-07-31 17:45:17.081870133 +0200
@@ -1,0 +2,10 @@
+Wed Jul 30 12:24:16 UTC 2025 - Antonio Larrosa <[email protected]>
+
+- Fix really disabling faad when building without faad support.
+
+-------------------------------------------------------------------
+Wed Jul 30 11:14:57 UTC 2025 - Antonio Larrosa <[email protected]>
+
+- Do not build with faad in SLE16 where faad2 is not available.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.DxkD2B/_old  2025-07-31 17:45:17.869902886 +0200
+++ /var/tmp/diff_new_pack.DxkD2B/_new  2025-07-31 17:45:17.869902886 +0200
@@ -36,6 +36,12 @@
 %bcond_with voamrwbenc
 %endif
 
+%if 0%{?is_opensuse} || 0%{?suse_version} > 1600
+%bcond_without faad
+%else
+%bcond_with faad
+%endif
+
 %if 0%{?is_opensuse}
 %bcond_without fluidsynth
 %bcond_without openjp2
@@ -91,7 +97,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  ladspa-devel
+%if %{with faad}
 BuildRequires:  libfaad-devel
+%endif
 BuildRequires:  libgme-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  meson >= 1.4
@@ -822,6 +830,9 @@
 %if %{without faac}
        -D faac=disabled \
 %endif
+%if %{without faad}
+       -D faad=disabled \
+%endif
        -D directfb=disabled \
        -D doc=disabled \
        -D examples=disabled \
@@ -988,7 +999,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstdvbsuboverlay.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdvdspu.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaceoverlay.so
+%if %{with faad}
 %{_libdir}/gstreamer-%{gst_branch}/libgstfaad.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstfbdevsink.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfdkaac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstfieldanalysis.so

Reply via email to