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 2023-09-21 22:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Thu Sep 21 22:13:10 2023 rev:150 rq:1112232 version:1.22.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2023-08-02 16:49:30.505041738 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1770/gstreamer-plugins-bad.changes
2023-09-21 22:13:21.175753346 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 07:39:17 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Add patch from upstream to build the package with
+ webrtc-audio-processing-1 in Tumbleweed:
+ * 0001-Update-code-for-webrtc-audio-processing-1.patch
+
+-------------------------------------------------------------------
New:
----
0001-Update-code-for-webrtc-audio-processing-1.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.xzqr4l/_old 2023-09-21 22:13:22.807812579 +0200
+++ /var/tmp/diff_new_pack.xzqr4l/_new 2023-09-21 22:13:22.811812725 +0200
@@ -66,8 +66,10 @@
%if 0%{?suse_version} >= 1550
%bcond_without microdns
+%bcond_without webrtc_audio_processing_1
%else
%bcond_with microdns
+%bcond_with webrtc_audio_processing_1
%endif
Name: gstreamer-plugins-bad
@@ -86,6 +88,8 @@
Patch2: spandsp3.patch
# PATCH-FIX-SLE reduce-required-meson.patch [email protected] -- Reduce the
required meson version to build in SLE
Patch3: reduce-required-meson.patch
+# PATCH-FIX-UPSTREAM 0001-Update-code-for-webrtc-audio-processing-1.patch
[email protected] -- Update code to use webrtc-audio-processing-1
+Patch4: 0001-Update-code-for-webrtc-audio-processing-1.patch
%if %{with fdk_aac}
BuildRequires: pkgconfig(fdk-aac) >= 0.1.4
@@ -184,9 +188,12 @@
BuildRequires: pkgconfig(wayland-egl) >= 9.0
BuildRequires: pkgconfig(wayland-protocols) >= 1.4
BuildRequires: pkgconfig(wayland-scanner) >= 1.4.0
+%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
-# FIXME we do not have pkgconfig(webrtc-audio-coding-1) in openSUSE yet --
remove -D
-#BuildRequires: pkgconfig(webrtc-audio-coding-1)
+%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb) >= 1.10
BuildRequires: pkgconfig(xkbcommon)
@@ -734,6 +741,9 @@
%patch2 -p1
%endif
%patch3 -p1
+%if %{with webrtc_audio_processing_1}
+%patch4 -p3
+%endif
%build
%global optflags %{optflags} -fcommon
++++++ 0001-Update-code-for-webrtc-audio-processing-1.patch ++++++
++++ 913 lines (skipped)