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 2022-04-14 17:23:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Thu Apr 14 17:23:26 2022 rev:126 rq:969346 version:1.20.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2022-03-31 17:18:38.121308177 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1941/gstreamer-plugins-bad.changes
2022-04-14 17:23:34.699131047 +0200
@@ -1,0 +2,6 @@
+Sun Apr 10 11:08:27 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Add spandsp3.patch: Fix build with spandsp 3.x by including
+ private headers.
+
+-------------------------------------------------------------------
New:
----
spandsp3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.XZ6vUm/_old 2022-04-14 17:23:35.299131748 +0200
+++ /var/tmp/diff_new_pack.XZ6vUm/_new 2022-04-14 17:23:35.303131753 +0200
@@ -74,6 +74,8 @@
Patch0: fix-build-with-srt-1.3.4.patch
# PATCH-FIX-UPSTREAM 8440e2a373e5ce681d15f5880cb2f2562be332cf.patch --
nvh264dec,nvh265dec: Fix broken key-unit trick and reverse playback
Patch1:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/8440e2a373e5ce681d15f5880cb2f2562be332cf.patch
+# PATCH-FIX-OPENSUSE spandsp3.patch [email protected] -- Fix build against
spandsp 3.x. Patch is not upstreamable in this form
+Patch2: spandsp3.patch
%if %{with fdk_aac}
BuildRequires: pkgconfig(fdk-aac) >= 0.1.4
@@ -648,6 +650,9 @@
%patch0 -p1
%endif
%patch1 -p3
+%if %{pkg_vcmp spandsp-devel >= 3}
+%patch2 -p1
+%endif
%build
%global optflags %{optflags} -fcommon
++++++ spandsp3.patch ++++++
From: Jan Engelhardt <[email protected]>
Date: 2022-04-10 13:08:44.803090340 +0200
Make the build with spandsp-3.x succeed again.
---
ext/spandsp/gstspanplc.c | 1 +
1 file changed, 1 insertion(+)
Index: gst-plugins-bad-1.20.1/ext/spandsp/gstspanplc.c
===================================================================
--- gst-plugins-bad-1.20.1.orig/ext/spandsp/gstspanplc.c
+++ gst-plugins-bad-1.20.1/ext/spandsp/gstspanplc.c
@@ -36,6 +36,7 @@
#include "gstspanplc.h"
#include <gst/audio/audio.h>
+#include <spandsp/private/plc.h>
G_DEFINE_TYPE (GstSpanPlc, gst_span_plc, GST_TYPE_ELEMENT);
GST_ELEMENT_REGISTER_DEFINE (spanplc, "spanplc", GST_RANK_PRIMARY,