Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2016-02-23 16:52:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2016-02-12 11:21:50.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
2016-02-23 16:52:57.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 17 18:10:36 UTC 2016 - [email protected]
+
+- Add gstreamer-plugins-bad.appdata.xml so that the codecs can
+ show up in a Software Center.
+
+-------------------------------------------------------------------
New:
----
gstreamer-plugins-bad.appdata.xml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.4VtBai/_old 2016-02-23 16:52:58.000000000 +0100
+++ /var/tmp/diff_new_pack.4VtBai/_new 2016-02-23 16:52:58.000000000 +0100
@@ -48,6 +48,7 @@
# blacklisted content and if it's clean, edit the script and add to the
allowed list in the script
%endif
Source1: %{name}-patch-source.sh
+Source2: gstreamer-plugins-bad.appdata.xml
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM gstreamer-revert-bogus-automake-version.patch bgo#
[email protected] --
Patch1: gstreamer-revert-bogus-automake-version.patch
@@ -419,6 +420,13 @@
%install
%makeinstall
+if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-bad.appdata.xml ];
then
+ echo "Please remove the added gstreamer-plugins-bad.appdata.xml file from
the sources - the tarball installs it"
+ false
+else
+ mkdir -p %{buildroot}%{_datadir}/appdata
+ cp %{S:2} %{buildroot}%{_datadir}/appdata/
+fi
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%find_lang %{_name}-%{gst_branch}
@@ -490,6 +498,8 @@
%endif
%dir %{_datadir}/gstreamer-%{gst_branch}/presets/
%{_datadir}/gstreamer-%{gst_branch}/presets/GstFreeverb.prs
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/gstreamer-plugins-bad.appdata.xml
%{_libdir}/gstreamer-%{gst_branch}/libgstaccurip.so
%{_libdir}/gstreamer-%{gst_branch}/libgstadpcmdec.so
%{_libdir}/gstreamer-%{gst_branch}/libgstadpcmenc.so