rpms/phonon/devel phonon-4.3.80-gstreamer-resetneeded.patch, NONE, 1.1 phonon.spec, 1.57, 1.58

Than Ngo than at fedoraproject.org
Mon Jan 18 09:57:57 UTC 2010


Author: than

Update of /cvs/extras/rpms/phonon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30774

Modified Files:
	phonon.spec 
Added Files:
	phonon-4.3.80-gstreamer-resetneeded.patch 
Log Message:
backport GStreamer backend bugfixes, fix random disappearing sound under KDE


phonon-4.3.80-gstreamer-resetneeded.patch:
 mediaobject.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE phonon-4.3.80-gstreamer-resetneeded.patch ---
Index: gstreamer/mediaobject.cpp
===================================================================
--- gstreamer/mediaobject.cpp	(Revision 1076453)
+++ gstreamer/mediaobject.cpp	(Revision 1076454)
@@ -916,7 +916,9 @@
     // Go into to loading state
     changeState(Phonon::LoadingState);
     m_loading = true;
-    m_resetNeeded = false;
+    // IMPORTANT: Honor the m_resetNeeded flag as it currently stands.
+    // See https://qa.mandriva.com/show_bug.cgi?id=56807
+    //m_resetNeeded = false;
     m_resumeState = false;
     m_pendingState = Phonon::StoppedState;
 


Index: phonon.spec
===================================================================
RCS file: /cvs/extras/rpms/phonon/devel/phonon.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- phonon.spec	3 Dec 2009 22:27:46 -0000	1.57
+++ phonon.spec	18 Jan 2010 09:57:56 -0000	1.58
@@ -4,7 +4,7 @@
 Summary: Multimedia framework api
 Name:    phonon
 Version: 4.3.80
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://phonon.kde.org/
@@ -27,6 +27,7 @@ Source16: hi128-phonon-gstreamer.png
 Patch1:  phonon-4.3.50-xine_pulseaudio.patch
 
 ## Upstream patches
+Patch100: phonon-4.3.80-gstreamer-resetneeded.patch
 
 BuildRequires: automoc4 >= 0.9.86
 BuildRequires: cmake >= 2.6.0
@@ -88,7 +89,7 @@ Provides:  %{name}-backend-gst = %{versi
 %if 0%{?pa_keep_old_hacks}
 %patch1 -p1 -b .xine_pulseaudio
 %endif
-
+%patch -p0 -b .resetneeded
 
 %build
 mkdir -p %{_target_platform}
@@ -190,6 +191,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/
 
 
 %changelog
+* Mon Jan 18 2010 Than Ngo <than at redhat.com> - 4.3.80-3
+- backport GStreamer backend bugfixes, fix random disappearing sound under KDE
+
 * Thu Dec 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.80-2
 - phonon-4.3.80 (upstream tarball, yes getting ridiculous now)
 



More information about the scm-commits mailing list