Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2019-07-13 13:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Sat Jul 13 13:47:20 2019 rev:91 rq:713764 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2019-06-30 10:18:33.287345542 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.4615/gstreamer-plugins-bad.changes
2019-07-13 14:00:22.986898263 +0200
@@ -1,0 +2,13 @@
+Sat Jul 6 13:28:49 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add conditional pkgconfig(libmfx) and pkgconfig(libva-drm)
+ BuildRequires: Build intel-mediasdk support.
+
+-------------------------------------------------------------------
+Mon Jul 1 16:09:56 UTC 2019 - [email protected]
+
+- Re-enable musepack: depend on musepack-devel, rather than
+ libmpcdec-devel; the latter is no longer sufficient as of 1.16.0.
+ Add musepack plugin back into files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.h4gRTm/_old 2019-07-13 14:00:24.650897754 +0200
+++ /var/tmp/diff_new_pack.h4gRTm/_new 2019-07-13 14:00:24.674897747 +0200
@@ -50,13 +50,13 @@
BuildRequires: libgme-devel
BuildRequires: libgsm-devel
BuildRequires: libjasper-devel
-BuildRequires: libmpcdec-devel
%if %{use_meson}
BuildRequires: meson >= 0.47.0
%else
# Needed for patch1
BuildRequires: libtool
%endif
+BuildRequires: musepack-devel
BuildRequires: orc >= 0.4.11
BuildRequires: pkgconfig
BuildRequires: python3-base
@@ -155,6 +155,12 @@
BuildRequires: pkgconfig(graphene-1.0) >= 1.4.0
%endif
%endif
+%if 0%{?suse_version} >= 1550
+%ifarch x86_64
+BuildRequires: pkgconfig(libmfx)
+BuildRequires: pkgconfig(libva-drm)
+%endif
+%endif
%if 0%{?BUILD_ORIG}
%if %{with faac}
BuildRequires: faac-devel
@@ -474,7 +480,6 @@
%build
export PYTHON=%{_bindir}/python3
%if %{use_meson}
-# TODO: need to package new(er) musepack before it can be re-enabled
%{meson} \
%if ! 0%{?BUILD_ORIG}
-Dpackage-name='openSUSE GStreamer-plugins-bad package' \
@@ -510,7 +515,6 @@
-Dnvenc=disabled \
-Ddirectfb=disabled \
-Diqa=disabled \
- -Dmusepack=disabled \
%if ! 0%{?ENABLE_OPENH264}
-Dopenh264=disabled \
%endif
@@ -688,6 +692,12 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
%{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsmux.so
%{_libdir}/gstreamer-%{gst_branch}/libgstmplex.so
+%if 0%{?suse_version} >= 1550
+%ifarch x86_64
+%{_libdir}/gstreamer-%{gst_branch}/libgstmsdk.so
+%endif
+%endif
+%{_libdir}/gstreamer-%{gst_branch}/libgstmusepack.so
%{_libdir}/gstreamer-%{gst_branch}/libgstmxf.so
%{_libdir}/gstreamer-%{gst_branch}/libgstnetsim.so
%{_libdir}/gstreamer-%{gst_branch}/libgstopenexr.so