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 2024-03-20 21:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Wed Mar 20 21:10:17 2024 rev:167 rq:1158892 version:1.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2024-03-13 22:17:10.701181088 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1905/gstreamer-plugins-bad.changes
2024-03-20 21:10:42.185919396 +0100
@@ -1,0 +2,6 @@
+Mon Mar 18 06:05:18 UTC 2024 - Antonio Larrosa <[email protected]>
+
+- Disable the webrtcdsp plugin if webrtc-audio-processing-1 is not
+ available (as in s390x).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.84rS1I/_old 2024-03-20 21:10:42.809942327 +0100
+++ /var/tmp/diff_new_pack.84rS1I/_new 2024-03-20 21:10:42.809942327 +0100
@@ -205,8 +205,6 @@
%if %{with webrtc_audio_processing_1}
BuildRequires: pkgconfig(webrtc-audio-coding-1) >= 1.0
BuildRequires: pkgconfig(webrtc-audio-processing-1) >= 1.0
-%else
-BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb) >= 1.10
@@ -919,6 +917,9 @@
-D directshow=disabled \
-D d3d11=disabled \
-D qt6d3d11=disabled \
+%if %{without webrtc_audio_processing_1}
+ -D webrtcdsp=disabled \
+%endif
%{nil}
%meson_build
@@ -1117,7 +1118,9 @@
%if %{with zxing}
%{_libdir}/gstreamer-%{gst_branch}/libgstzxing.so
%endif
+%if %{with webrtc_audio_processing_1}
%{_libdir}/gstreamer-%{gst_branch}/libgstwebrtcdsp.so
+%endif
%{_libdir}/gstreamer-%{gst_branch}/libgsty4mdec.so
%{_libdir}/gstreamer-%{gst_branch}/libgstuvch264.so
%{_libdir}/gstreamer-%{gst_branch}/libgstwebp.so