summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-03-28 22:21:38 +0000
committerPacho Ramos <pacho@gentoo.org>2010-03-28 22:21:38 +0000
commit49b770d3ebf88ab8abccc523421dc106f65a91a5 (patch)
tree397081e59cf146a5d7acbf3a171ad0d0c80b4def /media-sound
parentBump 1.3 slot to the latest version that vuze can compile with. (diff)
downloadgentoo-2-49b770d3ebf88ab8abccc523421dc106f65a91a5.tar.gz
gentoo-2-49b770d3ebf88ab8abccc523421dc106f65a91a5.tar.bz2
gentoo-2-49b770d3ebf88ab8abccc523421dc106f65a91a5.zip
Version bump. Dropping old testing version.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/rhythmbox/ChangeLog11
-rw-r--r--media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch12
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.12.8.ebuild (renamed from media-sound/rhythmbox/rhythmbox-0.12.7.ebuild)5
3 files changed, 11 insertions, 17 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog
index 227c9f59b0ce..151c4f922ce6 100644
--- a/media-sound/rhythmbox/ChangeLog
+++ b/media-sound/rhythmbox/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-sound/rhythmbox
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.178 2010/03/16 18:56:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.179 2010/03/28 22:21:38 pacho Exp $
+
+*rhythmbox-0.12.8 (28 Mar 2010)
+
+ 28 Mar 2010; Pacho Ramos <pacho@gentoo.org> -rhythmbox-0.12.7.ebuild,
+ -files/rhythmbox-0.12.7-audiocd.patch, +rhythmbox-0.12.8.ebuild:
+ Version bump adding Last.fm cover art search, automatically unmount MTP
+ devices mounted by gvfs, more improvements to mixed-direction text
+ display, no longer needs audiocd patch and other bug fixes. Removing old
+ testing.
16 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
rhythmbox-0.12.6.ebuild:
diff --git a/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch b/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch
deleted file mode 100644
index 29935d64065f..000000000000
--- a/media-sound/rhythmbox/files/rhythmbox-0.12.7-audiocd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff '--exclude-from=/home/dang/.scripts/diffrc' -up -ruN rhythmbox-0.12.7.orig/plugins/audiocd/rb-audiocd-source.c rhythmbox-0.12.7/plugins/audiocd/rb-audiocd-source.c
---- rhythmbox-0.12.7.orig/plugins/audiocd/rb-audiocd-source.c 2010-02-28 08:35:20.000000000 -0500
-+++ rhythmbox-0.12.7/plugins/audiocd/rb-audiocd-source.c 2010-03-03 11:06:02.597198678 -0500
-@@ -291,7 +291,7 @@ rb_audiocd_source_constructed (GObject *
- g_object_set (action, "short-label", _("Extract"), NULL);
-
- #if !defined(HAVE_SJ_METADATA_GETTER)
-- action = gtk_action_group_get_action (source->action_group, "AudioCdSourceReloadMetadata");
-+ action = gtk_action_group_get_action (priv->action_group, "AudioCdSourceReloadMetadata");
- g_object_set (action, "visible", FALSE, NULL);
- #endif
-
diff --git a/media-sound/rhythmbox/rhythmbox-0.12.7.ebuild b/media-sound/rhythmbox/rhythmbox-0.12.8.ebuild
index c902ab7542a6..efd0e905eed0 100644
--- a/media-sound/rhythmbox/rhythmbox-0.12.7.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.12.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.7.ebuild,v 1.3 2010/03/04 00:01:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.12.8.ebuild,v 1.1 2010/03/28 22:21:38 pacho Exp $
EAPI="2"
@@ -154,9 +154,6 @@ pkg_setup() {
src_prepare() {
gnome2_src_prepare
- # Fix the audiocd plugin build. bug #307457
- epatch "${FILESDIR}"/${P}-audiocd.patch
-
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile