rpms/rhythmbox/devel 0001-Fix-audio-CD-activation.patch, NONE, 1.1 rhythmbox.spec, 1.255, 1.256

Bastien Nocera hadess at fedoraproject.org
Wed Aug 19 16:09:22 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25678

Modified Files:
	rhythmbox.spec 
Added Files:
	0001-Fix-audio-CD-activation.patch 
Log Message:
* Wed Aug 19 2009 Bastien Nocera <bnocera at redhat.com> 0.12.3-3
- Fix audio CD activation (#517685)


0001-Fix-audio-CD-activation.patch:
 rb-shell.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE 0001-Fix-audio-CD-activation.patch ---
>From 78fa390630523c0b2e1eeb5f1e321b9783918836 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Wed, 19 Aug 2009 17:06:28 +0100
Subject: [PATCH] Fix audio CD activation

again! This time, make totem-pl-parser ignore the cdda scheme,
because it does know how to parse it.
---
 shell/rb-shell.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 0c95880..c15eeab 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2966,6 +2966,7 @@ rb_shell_load_uri (RBShell *shell,
 
 		totem_pl_parser_add_ignored_mimetype (parser, "x-directory/normal");
 		totem_pl_parser_add_ignored_mimetype (parser, "inode/directory");
+		totem_pl_parser_add_ignored_scheme (parser, "cdda");
 		g_object_set (G_OBJECT (parser), "recurse", FALSE, NULL);
 
 		result = totem_pl_parser_parse (parser, uri, FALSE);
-- 
1.6.2.5



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -p -r1.255 -r1.256
--- rhythmbox.spec	27 Jul 2009 03:02:35 -0000	1.255
+++ rhythmbox.spec	19 Aug 2009 16:09:21 -0000	1.256
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 0.12.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -47,6 +47,8 @@ BuildRequires: perl(XML::Parser) intltoo
 
 ExcludeArch:    s390 s390x
 
+Patch0: 0001-Fix-audio-CD-activation.patch
+
 %description
 Rhythmbox is an integrated music management application based on the powerful
 GStreamer media framework. It has a number of features, including an easy to
@@ -78,6 +80,7 @@ from, and sending media to UPnP/DLNA net
 
 %prep
 %setup -q
+%patch0 -p1 -b .audiocd
 
 # Use the installed louie, not the one in Coherence
 find plugins/coherence/upnp_coherence/ -type f -exec sed -i 's/coherence.extern.louie as louie/louie/' '{}' ';'
@@ -215,6 +218,9 @@ fi
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Wed Aug 19 2009 Bastien Nocera <bnocera at redhat.com> 0.12.3-3
+- Fix audio CD activation (#517685)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list