diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-30 15:30:44 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-30 15:30:44 +0000 |
commit | ba6ca737fe397b6af13b2fc8292d64da08612c2e (patch) | |
tree | 4de903ec805529af04758ef8057185eaf5603d95 /media-sound/sonata | |
parent | Mask media-libs/mediastreamer-2.7.3 and beyond due to incompatibility with OS... (diff) | |
download | historical-ba6ca737fe397b6af13b2fc8292d64da08612c2e.tar.gz historical-ba6ca737fe397b6af13b2fc8292d64da08612c2e.tar.bz2 historical-ba6ca737fe397b6af13b2fc8292d64da08612c2e.zip |
Removed old files
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'media-sound/sonata')
-rw-r--r-- | media-sound/sonata/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch | 16 |
2 files changed, 5 insertions, 17 deletions
diff --git a/media-sound/sonata/ChangeLog b/media-sound/sonata/ChangeLog index d9a555f55162..01d1f162d3ba 100644 --- a/media-sound/sonata/ChangeLog +++ b/media-sound/sonata/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/sonata # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.53 2011/04/25 14:52:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.54 2011/04/30 15:30:44 angelos Exp $ + + 30 Apr 2011; Christoph Mende <angelos@gentoo.org> + -files/sonata-1.6.2-keep_icons_constant.patch: + Removed old files 25 Apr 2011; Raúl Porcel <armin76@gentoo.org> sonata-1.6.2.1.ebuild: Drop sparc keywords diff --git a/media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch b/media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch deleted file mode 100644 index 95b539340ebb..000000000000 --- a/media-sound/sonata/files/sonata-1.6.2-keep_icons_constant.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix from upstream. Keep icons constant when adding a stream to a playlist. -http://bugs.gentoo.org/show_bug.cgi?id=270564 -http://developer.berlios.de/bugs/?func=detailbug&bug_id=15722&group_id=7323 - -diff -ur sonata-1.6.2.orig/sonata/artwork.py sonata-1.6.2/sonata/artwork.py ---- sonata-1.6.2.orig/sonata/artwork.py 2009-04-02 06:57:29.000000000 +0300 -+++ sonata-1.6.2/sonata/artwork.py 2009-05-25 14:14:48.000000000 +0300 -@@ -228,6 +228,8 @@ - # Search through the rows in the library to see - # if we match the currently playing song: - play_artist, play_album = library_get_data(cache_key, 'artist', 'album') -+ if play_artist is None and play_album is None: -+ return - for row in self.lib_model: - artist, album, path = library_get_data(row[1], 'artist', 'album', 'path') - if unicode(play_artist).lower() == unicode(artist).lower() \ |