Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198712 - media-sound/rhythmbox-0.11.4 version bump request
Summary: media-sound/rhythmbox-0.11.4 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InOverlay
: 203213 211569 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-10 16:44 UTC by Pacho Ramos
Modified: 2008-02-26 22:05 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Rhythmbox 0.11.3 Ebuild (rhythmbox-0.11.3.ebuild,3.16 KB, text/plain)
2007-11-25 14:01 UTC, Todd Eisenberger
Details
rhythmbox-0.11.4.ebuild (rhythmbox-0.11.4.ebuild,3.22 KB, text/plain)
2008-01-05 00:15 UTC, Denis Dupeyron (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2007-11-10 16:44:21 UTC
Changelog:
* Allow drag-and-drop of images to the cover art display
* Allow DAAP shares to be connected to manually
* Support DAAP smart playlists and radio streams
* Handle file name being passed on the command line again
* Add "donate to artist" action to Jamendo plugin
* Support some more lyric sites
* Improvements and fixes to the cross-fading player
* Improve UPnP support
* Improve track importing, especially on generic audio players
* Allow python plugins to use threads
* Enable music store plugins by default
* Support playback from fm radio tuner cards

thanks

Reproducible: Always
Comment 1 Marco Corbetta 2007-11-13 14:44:38 UTC
(In reply to comment #0)
> Changelog:
> * Allow drag-and-drop of images to the cover art display
> * Allow DAAP shares to be connected to manually
> * Support DAAP smart playlists and radio streams
> * Handle file name being passed on the command line again
> * Add "donate to artist" action to Jamendo plugin
> * Support some more lyric sites
> * Improvements and fixes to the cross-fading player
> * Improve UPnP support
> * Improve track importing, especially on generic audio players
> * Allow python plugins to use threads
> * Enable music store plugins by default
> * Support playback from fm radio tuner cards
> 
> thanks
> 
> Reproducible: Always
> 

Please add also support for MTP devices via USEFLAG
Comment 2 Todd Eisenberger 2007-11-25 14:01:51 UTC
Created attachment 136977 [details]
Rhythmbox 0.11.3 Ebuild

Here's a 0.11.3 ebuild, hopefully it'll work.  It's my first actual ebuild, and it's mostly based off of the 0.11.1-r2 version.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-12-22 16:00:30 UTC
0.11.3 probably doesn't require it, but 0.11.4 needs the new totem-pl-parser library (previously found in totem) and as such will be bumped into the overlay as soon as I have time to get to it.

If someone wants to bump 0.11.3 in tree, please chime in quickly, otherwise I'll close this wontfix or later in a week because it's a dev cycle release.
Comment 4 Pacho Ramos gentoo-dev 2008-01-04 17:10:15 UTC
*** Bug 203213 has been marked as a duplicate of this bug. ***
Comment 5 Denis Dupeyron (RETIRED) gentoo-dev 2008-01-05 00:15:50 UTC
Created attachment 140142 [details]
rhythmbox-0.11.4.ebuild

Here's an ebuild for rhythmbox-0.11.4. This needs totem-pl-parser from the gnome overlay. Note that if you use totem elsewhere you'll need at least totem-2.21.4 from the overlay as versions before that will collide with totem-pl-parser.

Below is a diff against the version that's currently in the tree.

@@ -25,7 +25,8 @@
 	>=gnome-base/gnome-vfs-2.8
 	>=gnome-base/libbonobo-2
 	>=gnome-extra/nautilus-cd-burner-2.13
-	>=media-video/totem-1.1.5
+	!<media-video/totem-2.21.4
+	dev-libs/totem-pl-parser
 	>=x11-libs/libsexy-0.1.5
 	>=gnome-extra/gnome-media-2.14.0
 	>=media-plugins/gst-plugins-cdparanoia-0.10
@@ -46,7 +47,8 @@
 	libnotify? ( >=x11-libs/libnotify-0.3.2 )
 	python? ( >=dev-lang/python-2.4.2
 				>=dev-python/pygtk-2.8
-				>=dev-python/gnome-python-2.12 )"
+				>=dev-python/gnome-python-2.12
+				>=dev-python/gst-python-0.10.1 )"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig

Denis.
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-01-29 18:59:06 UTC
I put 0.11.4 in the gnome overlay.  It can't go into portage yet, because of the dep on unstable totem-pl-parser.  It will go in with the rest of gnome 2.22.
Comment 7 Pacho Ramos gentoo-dev 2008-01-29 19:12:04 UTC
Thanks for explanation :-)
Comment 8 Santiago M. Mola (RETIRED) gentoo-dev 2008-02-26 22:05:31 UTC
*** Bug 211569 has been marked as a duplicate of this bug. ***