Hello community,
here is the log from the commit of package gstreamer-plugins-base for
openSUSE:Factory checked in at 2016-02-23 16:52:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2016-02-12 11:21:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
2016-02-23 16:52:53.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 17 18:06:31 UTC 2016 - [email protected]
+
+- Add gstreamer-plugins-base.appdata.xml so that the codecs can
+ show up in a Software Center.
+
+-------------------------------------------------------------------
New:
----
gstreamer-plugins-base.appdata.xml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.1bW1FA/_old 2016-02-23 16:52:54.000000000 +0100
+++ /var/tmp/diff_new_pack.1bW1FA/_new 2016-02-23 16:52:54.000000000 +0100
@@ -26,7 +26,8 @@
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1+ and GPL-2.0+
Group: Productivity/Multimedia/Other
-Source:
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source1: gstreamer-plugins-base.appdata.xml
Source2: baselibs.conf
Patch0: aarch64-no-neon.patch
BuildRequires: cdparanoia-devel
@@ -425,6 +426,14 @@
%install
%makeinstall
+if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml ];
then
+ echo "Please remove the added gstreamer-plugins-base.appdata.xml file from
the sources - the tarball installs it"
+ false
+else
+ mkdir -p %{buildroot}%{_datadir}/appdata
+ cp %{S:1} %{buildroot}%{_datadir}/appdata/
+fi
+
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%find_lang %{_name}-%{gst_branch}
@@ -481,6 +490,8 @@
%{_bindir}/gst-device-monitor-%{gst_branch}
%{_bindir}/gst-discoverer-%{gst_branch}
%{_bindir}/gst-play-%{gst_branch}
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml
%{_libdir}/gstreamer-%{gst_branch}/libgstadder.so
%{_libdir}/gstreamer-%{gst_branch}/libgstalsa.so
%{_libdir}/gstreamer-%{gst_branch}/libgstapp.so