Hello community,
here is the log from the commit of package phonon-backend-gstreamer-0_10 for
openSUSE:Factory checked in at 2013-09-16 12:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phonon-backend-gstreamer-0_10 (Old)
and /work/SRC/openSUSE:Factory/.phonon-backend-gstreamer-0_10.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phonon-backend-gstreamer-0_10"
Changes:
--------
---
/work/SRC/openSUSE:Factory/phonon-backend-gstreamer-0_10/phonon-backend-gstreamer-0_10.changes
2013-03-08 09:38:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.phonon-backend-gstreamer-0_10.new/phonon-backend-gstreamer-0_10.changes
2013-09-16 12:38:15.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Sep 15 18:39:50 UTC 2013 - [email protected]
+
+- Update to 4.6.80~git20130915
+ * Snapshot of soon to be released 4.7 version
+ * Various improvements, bugfixes, API aditions, documentation fixes
+ * Qt5 support
+- Added 0001-Fix-no-return-in-nonvoid-function.patch, for fixing build
+ issue detected by post-build-checks
+
+-------------------------------------------------------------------
Old:
----
phonon-backend-gstreamer-4.6.3.tar.xz
New:
----
0001-Fix-no-return-in-nonvoid-function.patch
phonon-backend-gstreamer-4.6.80~git20130915.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ phonon-backend-gstreamer-0_10.spec ++++++
--- /var/tmp/diff_new_pack.2Q4CDl/_old 2013-09-16 12:38:16.000000000 +0200
+++ /var/tmp/diff_new_pack.2Q4CDl/_new 2013-09-16 12:38:16.000000000 +0200
@@ -17,22 +17,24 @@
Name: phonon-backend-gstreamer-0_10
-Version: 4.6.3
+Version: 4.6.80~git20130915
Release: 0
Summary: Phonon Multimedia Platform Abstraction
License: LGPL-2.0+
Group: System/GUI/KDE
Url: http://phonon.kde.org/
%define filename phonon-backend-gstreamer
-%define _phonon_version 4.6.0
+%define _phonon_version 4.6.80~git20130915
Source0: %{filename}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-Fix-no-return-in-nonvoid-function.patch -- fixes
build issue detected by post-build-checks
+Patch0: 0001-Fix-no-return-in-nonvoid-function.patch
BuildRequires: alsa-devel
BuildRequires: automoc4
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: kde4-filesystem
-BuildRequires: phonon-devel
+BuildRequires: phonon-devel >= 4.6.80~git20130915
BuildRequires: update-desktop-files
BuildRequires: xz
Requires: libphonon4 => %{_phonon_version}
@@ -48,6 +50,8 @@
%prep
%setup -q -n %{filename}-%{version}
+%patch0 -p1
+
%build
# compile everything for now, actually we should compile
# against installed phonon, but this is always the same
++++++ 0001-Fix-no-return-in-nonvoid-function.patch ++++++
>From 61c952884feaafc6f838def5caa577d44d1f63b6 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan <[email protected]>
Date: Sun, 15 Sep 2013 13:03:42 +0200
Subject: [PATCH 1/1] Fix no-return-in-nonvoid-function
---
gstreamer/videosink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gstreamer/videosink.c b/gstreamer/videosink.c
index 8754b65..88587f9 100644
--- a/gstreamer/videosink.c
+++ b/gstreamer/videosink.c
@@ -68,7 +68,7 @@ static GstCaps *p_gst_video_sink_get_caps(GstBaseSink
*baseSink)
return gst_static_pad_template_get_caps(&s_rgbPadTemplate);
}
-static gboolean p_gst_video_sink_set_caps(GstBaseSink *baseSink, GstCaps *caps)
+static void p_gst_video_sink_set_caps(GstBaseSink *baseSink, GstCaps *caps)
{
}
--
1.8.4
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]