Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2019-09-21 17:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Sat Sep 21 17:27:28 2019 rev:95 rq:731767 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2019-08-27 15:26:05.908698568 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.7948/gstreamer-plugins-bad.changes
2019-09-21 17:27:29.496734650 +0200
@@ -1,0 +2,8 @@
+Wed Sep 18 14:58:24 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Use openssl for HLS crypto. openssl is required by DTLS, and hls
+ can use any of openssl, gcrypt or gnutls/nettle (since 1.5.1).
+ Drop explicit pkgconfig(nettle) BuildRequires and pass
+ hls-crypto=openssl to configure/meson.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.aJtebQ/_old 2019-09-21 17:27:29.968734656 +0200
+++ /var/tmp/diff_new_pack.aJtebQ/_new 2019-09-21 17:27:29.972734656 +0200
@@ -103,7 +103,6 @@
BuildRequires: pkgconfig(lrdf)
BuildRequires: pkgconfig(mjpegtools)
BuildRequires: pkgconfig(neon)
-BuildRequires: pkgconfig(nettle)
BuildRequires: pkgconfig(openssl) >= 0.9.5
BuildRequires: pkgconfig(opus) >= 0.9.4
BuildRequires: pkgconfig(sbc)
@@ -510,6 +509,7 @@
-Dwildmidi=disabled \
-Dwpe=disabled \
-Dx265=disabled \
+ -Dhls-crypto=openssl \
%{nil}
%{meson_build}
%else
@@ -537,6 +537,7 @@
--enable-gtk-doc \
--enable-wayland \
--enable-introspection \
+ --with-hls-crypto=openssl \
%{nil}
make %{?_smp_mflags}
%endif