Tue May 4 11:10:07 2010 UTC ()
update to 0.12.8
changes:
-some new features and plugins
-minor code cleanup
-bugfixes
-translation updates


(drochner)
diff -r1.76 -r1.77 pkgsrc/audio/rhythmbox/Makefile
diff -r1.27 -r1.28 pkgsrc/audio/rhythmbox/PLIST
diff -r1.33 -r1.34 pkgsrc/audio/rhythmbox/distinfo
diff -r1.8 -r0 pkgsrc/audio/rhythmbox/patches/patch-ab

cvs diff -r1.76 -r1.77 pkgsrc/audio/rhythmbox/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/Makefile 2010/03/20 12:43:29 1.76
+++ pkgsrc/audio/rhythmbox/Makefile 2010/05/04 11:10:07 1.77
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.76 2010/03/20 12:43:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.77 2010/05/04 11:10:07 drochner Exp $
2# 2#
3 3
4DISTNAME= rhythmbox-0.12.6 4DISTNAME= rhythmbox-0.12.8
5PKGREVISION= 4 
6CATEGORIES= audio gnome 5CATEGORIES= audio gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/projects/rhythmbox/ 10HOMEPAGE= http://www.gnome.org/projects/rhythmbox/
12COMMENT= Music management application for GNOME 11COMMENT= Music management application for GNOME
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16.include "options.mk" 15.include "options.mk"
17 16
18GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
@@ -24,31 +23,30 @@ CONFIGURE_ARGS+= --disable-browser-plugi @@ -24,31 +23,30 @@ CONFIGURE_ARGS+= --disable-browser-plugi
24CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc 23CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
25CONFIGURE_ARGS+= --disable-fm-radio 24CONFIGURE_ARGS+= --disable-fm-radio
26 25
27GCONF_SCHEMAS= rhythmbox.schemas 26GCONF_SCHEMAS= rhythmbox.schemas
28 27
29.include "../../lang/python/application.mk" 28.include "../../lang/python/application.mk"
30.include "../../x11/py-gtk2/buildlink3.mk" 29.include "../../x11/py-gtk2/buildlink3.mk"
31.include "../../multimedia/py-gstreamer0.10/buildlink3.mk" 30.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
32BUILDLINK_API_DEPENDS.musicbrainz+= musicbrainz>=2.1.0 31BUILDLINK_API_DEPENDS.musicbrainz+= musicbrainz>=2.1.0
33.include "../../audio/libmusicbrainz/buildlink3.mk" 32.include "../../audio/libmusicbrainz/buildlink3.mk"
34.include "../../devel/GConf/schemas.mk" 33.include "../../devel/GConf/schemas.mk"
35.include "../../devel/gettext-lib/buildlink3.mk" 34.include "../../devel/gettext-lib/buildlink3.mk"
36.include "../../devel/glib2/buildlink3.mk" 35.include "../../devel/glib2/buildlink3.mk"
37.include "../../devel/libsexy/buildlink3.mk" 
38.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 36.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
39.include "../../multimedia/gnome-media/buildlink3.mk" 37.include "../../multimedia/gnome-media/buildlink3.mk"
40.include "../../multimedia/gstreamer0.10/buildlink3.mk" 38.include "../../multimedia/gstreamer0.10/buildlink3.mk"
41.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" 39.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
42BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.1.5 40BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.1.5
43.include "../../multimedia/totem-pl-parser/buildlink3.mk" 41.include "../../multimedia/totem-pl-parser/buildlink3.mk"
44.include "../../net/libsoup24/buildlink3.mk" 42.include "../../net/libsoup24/buildlink3.mk"
45.include "../../sysutils/dbus-glib/buildlink3.mk" 43.include "../../sysutils/dbus-glib/buildlink3.mk"
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 44.include "../../sysutils/desktop-file-utils/desktopdb.mk"
47.include "../../sysutils/brasero/buildlink3.mk" 45.include "../../sysutils/brasero/buildlink3.mk"
48.include "../../sysutils/libnotify/buildlink3.mk" 46.include "../../sysutils/libnotify/buildlink3.mk"
49.include "../../textproc/gnome-doc-utils/buildlink3.mk" 47.include "../../textproc/gnome-doc-utils/buildlink3.mk"
50.include "../../mk/omf-scrollkeeper.mk" 48.include "../../mk/omf-scrollkeeper.mk"
51BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0 49BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0
52.include "../../x11/gtk2/buildlink3.mk" 50.include "../../x11/gtk2/buildlink3.mk"
53.include "../../x11/libSM/buildlink3.mk" 51.include "../../x11/libSM/buildlink3.mk"
54.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

cvs diff -r1.27 -r1.28 pkgsrc/audio/rhythmbox/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/PLIST 2010/02/03 12:45:15 1.27
+++ pkgsrc/audio/rhythmbox/PLIST 2010/05/04 11:10:07 1.28
@@ -1,42 +1,40 @@ @@ -1,42 +1,40 @@
1@comment $NetBSD: PLIST,v 1.27 2010/02/03 12:45:15 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.28 2010/05/04 11:10:07 drochner Exp $
2bin/rhythmbox 2bin/rhythmbox
3bin/rhythmbox-client 3bin/rhythmbox-client
4lib/librhythmbox-core.la 4lib/librhythmbox-core.la
5lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py 5lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
6lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc 6lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
7lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo 7lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo
8lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.py 
9lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.pyc 
10lib/rhythmbox/plugins/artdisplay/DiscogsCoverArtSearch.pyo 
11lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py 8lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
12lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc 9lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
13lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo 10lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo
 11lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
 12lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
 13lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo
14lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py 14lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
15lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc 15lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
16lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo 16lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo
17lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py 
18lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyc 
19lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyo 
20lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py 17lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py
21lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc 18lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc
22lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo 19lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo
23lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py 20lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
24lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc 21lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
25lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo 22lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo
26lib/rhythmbox/plugins/artdisplay/__init__.py 23lib/rhythmbox/plugins/artdisplay/__init__.py
27lib/rhythmbox/plugins/artdisplay/__init__.pyc 24lib/rhythmbox/plugins/artdisplay/__init__.pyc
28lib/rhythmbox/plugins/artdisplay/__init__.pyo 25lib/rhythmbox/plugins/artdisplay/__init__.pyo
29lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin 26lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
 27lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png
30lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg 28lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
31lib/rhythmbox/plugins/audiocd/album-info.ui 29lib/rhythmbox/plugins/audiocd/album-info.ui
32lib/rhythmbox/plugins/audiocd/audiocd-ui.xml 30lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
33lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin 31lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
34lib/rhythmbox/plugins/audiocd/libaudiocd.la 32lib/rhythmbox/plugins/audiocd/libaudiocd.la
35lib/rhythmbox/plugins/audiocd/multiple-album.ui 33lib/rhythmbox/plugins/audiocd/multiple-album.ui
36lib/rhythmbox/plugins/audioscrobbler/as-icon.png 34lib/rhythmbox/plugins/audioscrobbler/as-icon.png
37lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui 35lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui
38lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml 36lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
39lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin 37lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
40lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la 38lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la
41lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin 39lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
42lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la 40lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la
@@ -61,26 +59,27 @@ lib/rhythmbox/plugins/context/__init__.p @@ -61,26 +59,27 @@ lib/rhythmbox/plugins/context/__init__.p
61lib/rhythmbox/plugins/context/context.rb-plugin 59lib/rhythmbox/plugins/context/context.rb-plugin
62lib/rhythmbox/plugins/context/img/lastfm.png 60lib/rhythmbox/plugins/context/img/lastfm.png
63lib/rhythmbox/plugins/context/img/spinner.gif 61lib/rhythmbox/plugins/context/img/spinner.gif
64lib/rhythmbox/plugins/context/tmpl/album-tmpl.html 62lib/rhythmbox/plugins/context/tmpl/album-tmpl.html
65lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html 63lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html
66lib/rhythmbox/plugins/context/tmpl/loading.html 64lib/rhythmbox/plugins/context/tmpl/loading.html
67lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html 65lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
68lib/rhythmbox/plugins/context/tmpl/main.css 66lib/rhythmbox/plugins/context/tmpl/main.css
69${PLIST.daap}lib/rhythmbox/plugins/daap/daap-prefs.ui 67${PLIST.daap}lib/rhythmbox/plugins/daap/daap-prefs.ui
70${PLIST.daap}lib/rhythmbox/plugins/daap/daap-ui.xml 68${PLIST.daap}lib/rhythmbox/plugins/daap/daap-ui.xml
71${PLIST.daap}lib/rhythmbox/plugins/daap/daap.rb-plugin 69${PLIST.daap}lib/rhythmbox/plugins/daap/daap.rb-plugin
72${PLIST.daap}lib/rhythmbox/plugins/daap/libdaap.la 70${PLIST.daap}lib/rhythmbox/plugins/daap/libdaap.la
73${PLIST.daap}lib/rhythmbox/plugins/daap/rb-daap-glue.h 71${PLIST.daap}lib/rhythmbox/plugins/daap/rb-daap-glue.h
 72lib/rhythmbox/plugins/generic-player/generic-player-info.ui
74lib/rhythmbox/plugins/generic-player/generic-player-ui.xml 73lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
75lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin 74lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
76lib/rhythmbox/plugins/generic-player/libgeneric-player.la 75lib/rhythmbox/plugins/generic-player/libgeneric-player.la
77lib/rhythmbox/plugins/im-status/__init__.py 76lib/rhythmbox/plugins/im-status/__init__.py
78lib/rhythmbox/plugins/im-status/__init__.pyc 77lib/rhythmbox/plugins/im-status/__init__.pyc
79lib/rhythmbox/plugins/im-status/__init__.pyo 78lib/rhythmbox/plugins/im-status/__init__.pyo
80lib/rhythmbox/plugins/im-status/im-status.rb-plugin 79lib/rhythmbox/plugins/im-status/im-status.rb-plugin
81${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-info.ui 80${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-info.ui
82${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-init.ui 81${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-init.ui
83${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-ui.xml 82${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-ui.xml
84${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod.rb-plugin 83${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod.rb-plugin
85${PLIST.hal}lib/rhythmbox/plugins/ipod/libipod.la 84${PLIST.hal}lib/rhythmbox/plugins/ipod/libipod.la
86lib/rhythmbox/plugins/iradio/iradio-initial.pls 85lib/rhythmbox/plugins/iradio/iradio-initial.pls
@@ -113,170 +112,193 @@ lib/rhythmbox/plugins/lyrics/LeoslyricsP @@ -113,170 +112,193 @@ lib/rhythmbox/plugins/lyrics/LeoslyricsP
113lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo 112lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo
114lib/rhythmbox/plugins/lyrics/LyrcParser.py 113lib/rhythmbox/plugins/lyrics/LyrcParser.py
115lib/rhythmbox/plugins/lyrics/LyrcParser.pyc 114lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
116lib/rhythmbox/plugins/lyrics/LyrcParser.pyo 115lib/rhythmbox/plugins/lyrics/LyrcParser.pyo
117lib/rhythmbox/plugins/lyrics/LyricWikiParser.py 116lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
118lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc 117lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
119lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo 118lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo
120lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py 119lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
121lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc 120lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
122lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo 121lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo
123lib/rhythmbox/plugins/lyrics/LyricsParse.py 122lib/rhythmbox/plugins/lyrics/LyricsParse.py
124lib/rhythmbox/plugins/lyrics/LyricsParse.pyc 123lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
125lib/rhythmbox/plugins/lyrics/LyricsParse.pyo 124lib/rhythmbox/plugins/lyrics/LyricsParse.pyo
 125lib/rhythmbox/plugins/lyrics/LyricsSites.py
 126lib/rhythmbox/plugins/lyrics/LyricsSites.pyc
 127lib/rhythmbox/plugins/lyrics/LyricsSites.pyo
 128lib/rhythmbox/plugins/lyrics/TerraParser.py
 129lib/rhythmbox/plugins/lyrics/TerraParser.pyc
 130lib/rhythmbox/plugins/lyrics/TerraParser.pyo
126lib/rhythmbox/plugins/lyrics/WinampcnParser.py 131lib/rhythmbox/plugins/lyrics/WinampcnParser.py
127lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc 132lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
128lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo 133lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo
129lib/rhythmbox/plugins/lyrics/__init__.py 134lib/rhythmbox/plugins/lyrics/__init__.py
130lib/rhythmbox/plugins/lyrics/__init__.pyc 135lib/rhythmbox/plugins/lyrics/__init__.pyc
131lib/rhythmbox/plugins/lyrics/__init__.pyo 136lib/rhythmbox/plugins/lyrics/__init__.pyo
132lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui 137lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui
133lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin 138lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin
134lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py 139lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py
135lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc 140lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc
136lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo 141lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo
137lib/rhythmbox/plugins/magnatune/MagnatuneSource.py 142lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
138lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc 143lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc
139lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo 144lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo
140lib/rhythmbox/plugins/magnatune/TrackListHandler.py 145lib/rhythmbox/plugins/magnatune/TrackListHandler.py
141lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc 146lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc
142lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo 147lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo
143lib/rhythmbox/plugins/magnatune/__init__.py 148lib/rhythmbox/plugins/magnatune/__init__.py
144lib/rhythmbox/plugins/magnatune/__init__.pyc 149lib/rhythmbox/plugins/magnatune/__init__.pyc
145lib/rhythmbox/plugins/magnatune/__init__.pyo 150lib/rhythmbox/plugins/magnatune/__init__.pyo
146lib/rhythmbox/plugins/magnatune/magnatune-loading.ui 151lib/rhythmbox/plugins/magnatune/magnatune-loading.ui
147lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui 152lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui
148lib/rhythmbox/plugins/magnatune/magnatune-purchase.ui 
149lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin 153lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin
150lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png 154lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
151lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png 155lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
152lib/rhythmbox/plugins/mmkeys/libmmkeys.la 156lib/rhythmbox/plugins/mmkeys/libmmkeys.la
153lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin 157lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin
154lib/rhythmbox/plugins/power-manager/libpower-manager.la 158lib/rhythmbox/plugins/power-manager/libpower-manager.la
155lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin 159lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin
156lib/rhythmbox/plugins/python-console/pythonconsole.py 160lib/rhythmbox/plugins/python-console/pythonconsole.py
157lib/rhythmbox/plugins/python-console/pythonconsole.pyc 161lib/rhythmbox/plugins/python-console/pythonconsole.pyc
158lib/rhythmbox/plugins/python-console/pythonconsole.pyo 162lib/rhythmbox/plugins/python-console/pythonconsole.pyo
159lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin 163lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
160lib/rhythmbox/plugins/rb/Coroutine.py 164lib/rhythmbox/plugins/rb/Coroutine.py
161lib/rhythmbox/plugins/rb/Coroutine.pyc 165lib/rhythmbox/plugins/rb/Coroutine.pyc
162lib/rhythmbox/plugins/rb/Coroutine.pyo 166lib/rhythmbox/plugins/rb/Coroutine.pyo
163lib/rhythmbox/plugins/rb/Loader.py 167lib/rhythmbox/plugins/rb/Loader.py
164lib/rhythmbox/plugins/rb/Loader.pyc 168lib/rhythmbox/plugins/rb/Loader.pyc
165lib/rhythmbox/plugins/rb/Loader.pyo 169lib/rhythmbox/plugins/rb/Loader.pyo
166lib/rhythmbox/plugins/rb/URLCache.py 170lib/rhythmbox/plugins/rb/URLCache.py
167lib/rhythmbox/plugins/rb/URLCache.pyc 171lib/rhythmbox/plugins/rb/URLCache.pyc
168lib/rhythmbox/plugins/rb/URLCache.pyo 172lib/rhythmbox/plugins/rb/URLCache.pyo
169lib/rhythmbox/plugins/rb/__init__.py 173lib/rhythmbox/plugins/rb/__init__.py
170lib/rhythmbox/plugins/rb/__init__.pyc 174lib/rhythmbox/plugins/rb/__init__.pyc
171lib/rhythmbox/plugins/rb/__init__.pyo 175lib/rhythmbox/plugins/rb/__init__.pyo
172lib/rhythmbox/plugins/rb/stringmatch.py 176lib/rhythmbox/plugins/rb/stringmatch.py
173lib/rhythmbox/plugins/rb/stringmatch.pyc 177lib/rhythmbox/plugins/rb/stringmatch.pyc
174lib/rhythmbox/plugins/rb/stringmatch.pyo 178lib/rhythmbox/plugins/rb/stringmatch.pyo
 179lib/rhythmbox/plugins/replaygain/__init__.py
 180lib/rhythmbox/plugins/replaygain/__init__.pyc
 181lib/rhythmbox/plugins/replaygain/__init__.pyo
 182lib/rhythmbox/plugins/replaygain/config.py
 183lib/rhythmbox/plugins/replaygain/config.pyc
 184lib/rhythmbox/plugins/replaygain/config.pyo
 185lib/rhythmbox/plugins/replaygain/player.py
 186lib/rhythmbox/plugins/replaygain/player.pyc
 187lib/rhythmbox/plugins/replaygain/player.pyo
 188lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui
 189lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin
 190lib/rhythmbox/plugins/sendto/__init__.py
 191lib/rhythmbox/plugins/sendto/__init__.pyc
 192lib/rhythmbox/plugins/sendto/__init__.pyo
 193lib/rhythmbox/plugins/sendto/sendto.rb-plugin
175lib/rhythmbox/plugins/status-icon/libstatus-icon.la 194lib/rhythmbox/plugins/status-icon/libstatus-icon.la
176lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui 195lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
177lib/rhythmbox/plugins/status-icon/status-icon-ui.xml 196lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
178lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin 197lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
179lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py 198lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
180lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc 199lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
181lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo 200lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo
182lib/rhythmbox/plugins/upnp_coherence/MediaStore.py 201lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
183lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc 202lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
184lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo 203lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo
185lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py 204lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
186lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc 205lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
187lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo 206lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo
188lib/rhythmbox/plugins/upnp_coherence/__init__.py 207lib/rhythmbox/plugins/upnp_coherence/__init__.py
189lib/rhythmbox/plugins/upnp_coherence/__init__.pyc 208lib/rhythmbox/plugins/upnp_coherence/__init__.pyc
190lib/rhythmbox/plugins/upnp_coherence/__init__.pyo 209lib/rhythmbox/plugins/upnp_coherence/__init__.pyo
191lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin 210lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin
192lib/rhythmbox/plugins/visualizer/libvisualizer.la 211lib/rhythmbox/plugins/visualizer/libvisualizer.la
193lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h 212lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
194lib/rhythmbox/plugins/visualizer/visualizer-controls.ui 213lib/rhythmbox/plugins/visualizer/visualizer-controls.ui
195lib/rhythmbox/plugins/visualizer/visualizer-ui.xml 214lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
196lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin 215lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
197libexec/rhythmbox-metadata 216libexec/rhythmbox-metadata
 217man/man1/rhythmbox-client.1
 218man/man1/rhythmbox.1
198share/applications/rhythmbox.desktop 219share/applications/rhythmbox.desktop
199share/dbus-1/services/org.gnome.Rhythmbox.service 220share/dbus-1/services/org.gnome.Rhythmbox.service
200share/doc/rhythmbox/RBAutoPlaylistSource.html 221share/doc/rhythmbox/RBAutoPlaylistSource.html
201share/doc/rhythmbox/RBBrowserSource.html 222share/doc/rhythmbox/RBBrowserSource.html
202share/doc/rhythmbox/RBCellRendererPixbuf.html 223share/doc/rhythmbox/RBCellRendererPixbuf.html
203share/doc/rhythmbox/RBCellRendererRating.html 224share/doc/rhythmbox/RBCellRendererRating.html
204share/doc/rhythmbox/RBEncoder.html 225share/doc/rhythmbox/RBEncoder.html
205share/doc/rhythmbox/RBEntryView.html 226share/doc/rhythmbox/RBEntryView.html
206share/doc/rhythmbox/RBHistory.html 227share/doc/rhythmbox/RBHistory.html
207share/doc/rhythmbox/RBImportErrorsSource.html 228share/doc/rhythmbox/RBImportErrorsSource.html
208share/doc/rhythmbox/RBLibraryBrowser.html 229share/doc/rhythmbox/RBLibraryBrowser.html
209share/doc/rhythmbox/RBLibrarySource.html 230share/doc/rhythmbox/RBLibrarySource.html
210share/doc/rhythmbox/RBMetaData.html 231share/doc/rhythmbox/RBMetaData.html
211share/doc/rhythmbox/RBMissingFilesSource.html 232share/doc/rhythmbox/RBMissingFilesSource.html
212share/doc/rhythmbox/RBPlayOrder.html 233share/doc/rhythmbox/RBPlayOrder.html
213share/doc/rhythmbox/RBPlayQueueSource.html 234share/doc/rhythmbox/RBPlayQueueSource.html
214share/doc/rhythmbox/RBPlayer.html 235share/doc/rhythmbox/RBPlayer.html
215share/doc/rhythmbox/RBPlayerGstDataTee.html 236share/doc/rhythmbox/RBPlayerGstDataTee.html
216share/doc/rhythmbox/RBPlayerGstFilter.html 237share/doc/rhythmbox/RBPlayerGstFilter.html
217share/doc/rhythmbox/RBPlayerGstTee.html 238share/doc/rhythmbox/RBPlayerGstTee.html
218share/doc/rhythmbox/RBPlaylistManager.html 239share/doc/rhythmbox/RBPlaylistManager.html
219share/doc/rhythmbox/RBPlaylistSource.html 240share/doc/rhythmbox/RBPlaylistSource.html
 241share/doc/rhythmbox/RBPlugin.html
220share/doc/rhythmbox/RBPropertyView.html 242share/doc/rhythmbox/RBPropertyView.html
221share/doc/rhythmbox/RBQueryCreator.html 243share/doc/rhythmbox/RBQueryCreator.html
222share/doc/rhythmbox/RBRandomPlayOrder.html 244share/doc/rhythmbox/RBRandomPlayOrder.html
223share/doc/rhythmbox/RBRating.html 245share/doc/rhythmbox/RBRating.html
224share/doc/rhythmbox/RBRemovableMediaManager.html 246share/doc/rhythmbox/RBRemovableMediaManager.html
 247share/doc/rhythmbox/RBRemovableMediaSource.html
225share/doc/rhythmbox/RBSearchEntry.html 248share/doc/rhythmbox/RBSearchEntry.html
 249share/doc/rhythmbox/RBShell.html
226share/doc/rhythmbox/RBShellClipboard.html 250share/doc/rhythmbox/RBShellClipboard.html
227share/doc/rhythmbox/RBShellPlayer.html 251share/doc/rhythmbox/RBShellPlayer.html
228share/doc/rhythmbox/RBShellPreferences.html 252share/doc/rhythmbox/RBShellPreferences.html
229share/doc/rhythmbox/RBSongInfo.html 253share/doc/rhythmbox/RBSongInfo.html
230share/doc/rhythmbox/RBSource.html 254share/doc/rhythmbox/RBSource.html
231share/doc/rhythmbox/RBSourceHeader.html 255share/doc/rhythmbox/RBSourceHeader.html
232share/doc/rhythmbox/RBSourceList.html 256share/doc/rhythmbox/RBSourceList.html
233share/doc/rhythmbox/RBSourceListModel.html 257share/doc/rhythmbox/RBSourceListModel.html
 258share/doc/rhythmbox/RBSourceSearch.html
 259share/doc/rhythmbox/RBSourceSearchBasic.html
 260share/doc/rhythmbox/RBStaticPlaylistSource.html
234share/doc/rhythmbox/RBStatusbar.html 261share/doc/rhythmbox/RBStatusbar.html
 262share/doc/rhythmbox/RBStreamingSource.html
235share/doc/rhythmbox/RBStringValueMap.html 263share/doc/rhythmbox/RBStringValueMap.html
236share/doc/rhythmbox/RBURIDialog.html 264share/doc/rhythmbox/RBURIDialog.html
237share/doc/rhythmbox/RhythmDB.html 265share/doc/rhythmbox/RhythmDB.html
238share/doc/rhythmbox/RhythmDBImportJob.html 266share/doc/rhythmbox/RhythmDBImportJob.html
239share/doc/rhythmbox/RhythmDBPropertyModel.html 267share/doc/rhythmbox/RhythmDBPropertyModel.html
 268share/doc/rhythmbox/RhythmDBQueryModel.html
240share/doc/rhythmbox/RhythmDBQueryResults.html 269share/doc/rhythmbox/RhythmDBQueryResults.html
241share/doc/rhythmbox/ch01.html 270share/doc/rhythmbox/ch01.html
242share/doc/rhythmbox/ch02.html 271share/doc/rhythmbox/ch02.html
243share/doc/rhythmbox/ch03.html 272share/doc/rhythmbox/ch03.html
244share/doc/rhythmbox/ch04.html 273share/doc/rhythmbox/ch04.html
245share/doc/rhythmbox/ch05.html 274share/doc/rhythmbox/ch05.html
246share/doc/rhythmbox/ch06.html 275share/doc/rhythmbox/ch06.html
247share/doc/rhythmbox/ch07.html 276share/doc/rhythmbox/ch07.html
248share/doc/rhythmbox/home.png 277share/doc/rhythmbox/home.png
249share/doc/rhythmbox/index.html 278share/doc/rhythmbox/index.html
250share/doc/rhythmbox/index.sgml 279share/doc/rhythmbox/index.sgml
251share/doc/rhythmbox/left.png 280share/doc/rhythmbox/left.png
252share/doc/rhythmbox/rhythmbox-RBPodcastSource.html 
253share/doc/rhythmbox/rhythmbox-RBSourceGroup.html 281share/doc/rhythmbox/rhythmbox-RBSourceGroup.html
254share/doc/rhythmbox/rhythmbox-eel-gconf-extensions.html 
255share/doc/rhythmbox/rhythmbox-rb-async-queue-watch.html 282share/doc/rhythmbox/rhythmbox-rb-async-queue-watch.html
256share/doc/rhythmbox/rhythmbox-rb-builder-helpers.html 283share/doc/rhythmbox/rhythmbox-rb-builder-helpers.html
257share/doc/rhythmbox/rhythmbox-rb-debug.html 284share/doc/rhythmbox/rhythmbox-rb-debug.html
258share/doc/rhythmbox/rhythmbox-rb-dialog.html 285share/doc/rhythmbox/rhythmbox-rb-dialog.html
259share/doc/rhythmbox/rhythmbox-rb-file-helpers.html 286share/doc/rhythmbox/rhythmbox-rb-file-helpers.html
260share/doc/rhythmbox/rhythmbox-rb-header.html 287share/doc/rhythmbox/rhythmbox-rb-header.html
261share/doc/rhythmbox/rhythmbox-rb-rating-helper.html 288share/doc/rhythmbox/rhythmbox-rb-rating-helper.html
262share/doc/rhythmbox/rhythmbox-rb-removable-media-source.html 289share/doc/rhythmbox/rhythmbox-rb-text-helpers.html
263share/doc/rhythmbox/rhythmbox-rb-shell.html 
264share/doc/rhythmbox/rhythmbox-rb-static-playlist-source.html 
265share/doc/rhythmbox/rhythmbox-rb-streaming-source.html 
266share/doc/rhythmbox/rhythmbox-rb-tree-dnd.html 290share/doc/rhythmbox/rhythmbox-rb-tree-dnd.html
267share/doc/rhythmbox/rhythmbox-rb-util.html 291share/doc/rhythmbox/rhythmbox-rb-util.html
268share/doc/rhythmbox/rhythmbox-rhythmdb-query-model.html 
269share/doc/rhythmbox/rhythmbox-rhythmdb-tree.html 
270share/doc/rhythmbox/rhythmbox.devhelp 292share/doc/rhythmbox/rhythmbox.devhelp
271share/doc/rhythmbox/rhythmbox.devhelp2 293share/doc/rhythmbox/rhythmbox.devhelp2
272share/doc/rhythmbox/right.png 294share/doc/rhythmbox/right.png
273share/doc/rhythmbox/style.css 295share/doc/rhythmbox/style.css
274share/doc/rhythmbox/up.png 296share/doc/rhythmbox/up.png
275share/gconf/schemas/rhythmbox.schemas 297share/gconf/schemas/rhythmbox.schemas
276share/gnome/help/rhythmbox/C/fdl-appendix.xml 298share/gnome/help/rhythmbox/C/fdl-appendix.xml
277share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png 299share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png
278share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png 300share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png
279share/gnome/help/rhythmbox/C/figures/rb-notification-window.png 301share/gnome/help/rhythmbox/C/figures/rb-notification-window.png
280share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png 302share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png
281share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png 303share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png
282share/gnome/help/rhythmbox/C/figures/rb-statusbar.png 304share/gnome/help/rhythmbox/C/figures/rb-statusbar.png
@@ -391,26 +413,40 @@ share/gnome/help/rhythmbox/oc/figures/rb @@ -391,26 +413,40 @@ share/gnome/help/rhythmbox/oc/figures/rb
391share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png 413share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png
392share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png 414share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png
393share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png 415share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png
394share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png 416share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png
395share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png 417share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png
396share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png 418share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png
397share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png 419share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png
398share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png 420share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png
399share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png 421share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png
400share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png 422share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png
401share/gnome/help/rhythmbox/oc/figures/rb-window-small.png 423share/gnome/help/rhythmbox/oc/figures/rb-window-small.png
402share/gnome/help/rhythmbox/oc/figures/rb-window.png 424share/gnome/help/rhythmbox/oc/figures/rb-window.png
403share/gnome/help/rhythmbox/oc/rhythmbox.xml 425share/gnome/help/rhythmbox/oc/rhythmbox.xml
 426share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png
 427share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png
 428share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png
 429share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png
 430share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png
 431share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png
 432share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png
 433share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png
 434share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png
 435share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png
 436share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png
 437share/gnome/help/rhythmbox/pt/figures/rb-window-small.png
 438share/gnome/help/rhythmbox/pt/figures/rb-window.png
 439share/gnome/help/rhythmbox/pt/rhythmbox.xml
404share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png 440share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png
405share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png 441share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png
406share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png 442share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png
407share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png 443share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png
408share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png 444share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png
409share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png 445share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png
410share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png 446share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png
411share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png 447share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png
412share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png 448share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png
413share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png 449share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png
414share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png 450share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png
415share/gnome/help/rhythmbox/ru/figures/rb-window-small.png 451share/gnome/help/rhythmbox/ru/figures/rb-window-small.png
416share/gnome/help/rhythmbox/ru/figures/rb-window.png 452share/gnome/help/rhythmbox/ru/figures/rb-window.png
@@ -419,43 +455,58 @@ share/gnome/help/rhythmbox/sv/figures/rb @@ -419,43 +455,58 @@ share/gnome/help/rhythmbox/sv/figures/rb
419share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png 455share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png
420share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png 456share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png
421share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png 457share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png
422share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png 458share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png
423share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png 459share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png
424share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png 460share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png
425share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png 461share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png
426share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png 462share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png
427share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png 463share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png
428share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png 464share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png
429share/gnome/help/rhythmbox/sv/figures/rb-window-small.png 465share/gnome/help/rhythmbox/sv/figures/rb-window-small.png
430share/gnome/help/rhythmbox/sv/figures/rb-window.png 466share/gnome/help/rhythmbox/sv/figures/rb-window.png
431share/gnome/help/rhythmbox/sv/rhythmbox.xml 467share/gnome/help/rhythmbox/sv/rhythmbox.xml
 468share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png
 469share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png
 470share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png
 471share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png
 472share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png
 473share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png
 474share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png
 475share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png
 476share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png
 477share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png
 478share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png
 479share/gnome/help/rhythmbox/uk/figures/rb-window-small.png
 480share/gnome/help/rhythmbox/uk/figures/rb-window.png
 481share/gnome/help/rhythmbox/uk/rhythmbox.xml
432share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png 482share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png
433share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png 483share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png
434share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png 484share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png
435share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png 485share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png
436share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png 486share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png
437share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png 487share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png
438share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png 488share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png
439share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png 489share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png
440share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png 490share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png
441share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png 491share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png
442share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png 492share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
443share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png 493share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
444share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png 494share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
445share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml 495share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
446share/icons/hicolor/16x16/apps/rhythmbox.png 496share/icons/hicolor/16x16/apps/rhythmbox.png
447share/icons/hicolor/22x22/apps/rhythmbox.png 497share/icons/hicolor/22x22/apps/rhythmbox.png
448share/icons/hicolor/24x24/apps/rhythmbox.png 498share/icons/hicolor/24x24/apps/rhythmbox.png
 499share/icons/hicolor/24x24/places/music-library.png
449share/icons/hicolor/32x32/apps/rhythmbox.png 500share/icons/hicolor/32x32/apps/rhythmbox.png
450share/icons/hicolor/48x48/apps/rhythmbox.png 501share/icons/hicolor/48x48/apps/rhythmbox.png
451share/icons/hicolor/scalable/apps/rhythmbox.svg 502share/icons/hicolor/scalable/apps/rhythmbox.svg
452share/locale/af/LC_MESSAGES/rhythmbox.mo 503share/locale/af/LC_MESSAGES/rhythmbox.mo
453share/locale/am/LC_MESSAGES/rhythmbox.mo 504share/locale/am/LC_MESSAGES/rhythmbox.mo
454share/locale/ar/LC_MESSAGES/rhythmbox.mo 505share/locale/ar/LC_MESSAGES/rhythmbox.mo
455share/locale/as/LC_MESSAGES/rhythmbox.mo 506share/locale/as/LC_MESSAGES/rhythmbox.mo
456share/locale/az/LC_MESSAGES/rhythmbox.mo 507share/locale/az/LC_MESSAGES/rhythmbox.mo
457share/locale/be/LC_MESSAGES/rhythmbox.mo 508share/locale/be/LC_MESSAGES/rhythmbox.mo
458share/locale/be@latin/LC_MESSAGES/rhythmbox.mo 509share/locale/be@latin/LC_MESSAGES/rhythmbox.mo
459share/locale/bg/LC_MESSAGES/rhythmbox.mo 510share/locale/bg/LC_MESSAGES/rhythmbox.mo
460share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo 511share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
461share/locale/br/LC_MESSAGES/rhythmbox.mo 512share/locale/br/LC_MESSAGES/rhythmbox.mo
@@ -520,42 +571,45 @@ share/locale/uk/LC_MESSAGES/rhythmbox.mo @@ -520,42 +571,45 @@ share/locale/uk/LC_MESSAGES/rhythmbox.mo
520share/locale/vi/LC_MESSAGES/rhythmbox.mo 571share/locale/vi/LC_MESSAGES/rhythmbox.mo
521share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo 572share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
522share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo 573share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
523share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo 574share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
524share/omf/rhythmbox/rhythmbox-C.omf 575share/omf/rhythmbox/rhythmbox-C.omf
525share/omf/rhythmbox/rhythmbox-cs.omf 576share/omf/rhythmbox/rhythmbox-cs.omf
526share/omf/rhythmbox/rhythmbox-da.omf 577share/omf/rhythmbox/rhythmbox-da.omf
527share/omf/rhythmbox/rhythmbox-de.omf 578share/omf/rhythmbox/rhythmbox-de.omf
528share/omf/rhythmbox/rhythmbox-el.omf 579share/omf/rhythmbox/rhythmbox-el.omf
529share/omf/rhythmbox/rhythmbox-es.omf 580share/omf/rhythmbox/rhythmbox-es.omf
530share/omf/rhythmbox/rhythmbox-fr.omf 581share/omf/rhythmbox/rhythmbox-fr.omf
531share/omf/rhythmbox/rhythmbox-it.omf 582share/omf/rhythmbox/rhythmbox-it.omf
532share/omf/rhythmbox/rhythmbox-oc.omf 583share/omf/rhythmbox/rhythmbox-oc.omf
 584share/omf/rhythmbox/rhythmbox-pt.omf
533share/omf/rhythmbox/rhythmbox-ru.omf 585share/omf/rhythmbox/rhythmbox-ru.omf
534share/omf/rhythmbox/rhythmbox-sv.omf 586share/omf/rhythmbox/rhythmbox-sv.omf
 587share/omf/rhythmbox/rhythmbox-uk.omf
535share/omf/rhythmbox/rhythmbox-zh_CN.omf 588share/omf/rhythmbox/rhythmbox-zh_CN.omf
536share/rhythmbox/create-playlist.ui 589share/rhythmbox/create-playlist.ui
537share/rhythmbox/general-prefs.ui 590share/rhythmbox/general-prefs.ui
538share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png 591share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png
539share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg 592share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg
540share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png 593share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png
541share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg 594share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg
542share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png 595share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png
543share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png 596share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png
544share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png 597share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png
545share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png 598share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
546share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png 599share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
547share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png 600share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
548share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png 601share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
 602share/rhythmbox/icons/hicolor/16x16/places/music-library.png
549share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png 603share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
550share/rhythmbox/icons/hicolor/16x16/places/playlist.png 604share/rhythmbox/icons/hicolor/16x16/places/playlist.png
551share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png 605share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
552share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png 606share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.png
553share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png 607share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png
554share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png 608share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png
555share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png 609share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png
556share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg 610share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg
557share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png 611share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png
558share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg 612share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg
559share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png 613share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png
560share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png 614share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png
561share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png 615share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png
@@ -579,24 +633,25 @@ share/rhythmbox/icons/hicolor/32x32/plac @@ -579,24 +633,25 @@ share/rhythmbox/icons/hicolor/32x32/plac
579share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png 633share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png
580share/rhythmbox/icons/hicolor/32x32/places/playlist.png 634share/rhythmbox/icons/hicolor/32x32/places/playlist.png
581share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png 635share/rhythmbox/icons/hicolor/32x32/status/rhythmbox-notplaying.png
582share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg 636share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg
583share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg 637share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg
584share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg 638share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg
585share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg 639share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg
586share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg 640share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg
587share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg 641share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg
588share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg 642share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
589share/rhythmbox/icons/hicolor/scalable/places/playlist.svg 643share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
590share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg 644share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg
591share/rhythmbox/library-prefs.ui 645share/rhythmbox/library-prefs.ui
 646share/rhythmbox/media-player-properties.ui
592share/rhythmbox/playback-prefs.ui 647share/rhythmbox/playback-prefs.ui
593share/rhythmbox/playlist-save.ui 648share/rhythmbox/playlist-save.ui
594share/rhythmbox/playlists.xml 649share/rhythmbox/playlists.xml
595share/rhythmbox/plugins.ui 650share/rhythmbox/plugins.ui
596share/rhythmbox/podcast-feed-properties.ui 651share/rhythmbox/podcast-feed-properties.ui
597share/rhythmbox/podcast-prefs.ui 652share/rhythmbox/podcast-prefs.ui
598share/rhythmbox/podcast-properties.ui 653share/rhythmbox/podcast-properties.ui
599share/rhythmbox/rhythmbox-ui.xml 654share/rhythmbox/rhythmbox-ui.xml
600share/rhythmbox/song-info-multiple.ui 655share/rhythmbox/song-info-multiple.ui
601share/rhythmbox/song-info.ui 656share/rhythmbox/song-info.ui
602share/rhythmbox/uri-new.ui 657share/rhythmbox/uri-new.ui

cvs diff -r1.33 -r1.34 pkgsrc/audio/rhythmbox/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/rhythmbox/distinfo 2009/12/09 10:30:00 1.33
+++ pkgsrc/audio/rhythmbox/distinfo 2010/05/04 11:10:07 1.34
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.33 2009/12/09 10:30:00 drochner Exp $ 1$NetBSD: distinfo,v 1.34 2010/05/04 11:10:07 drochner Exp $
2 2
3SHA1 (rhythmbox-0.12.6.tar.bz2) = f1ba375329471ec47475a4b0ce3e8bba430a537b 3SHA1 (rhythmbox-0.12.8.tar.bz2) = 5d27923cc29b81d7bfbc73d867d7976a5295f964
4RMD160 (rhythmbox-0.12.6.tar.bz2) = cf860b1a42975d4dfea09b5c265bda297d18a7b9 4RMD160 (rhythmbox-0.12.8.tar.bz2) = 072d4fa06408ebc181b40147db1575d0ef4c99fe
5Size (rhythmbox-0.12.6.tar.bz2) = 5202025 bytes 5Size (rhythmbox-0.12.8.tar.bz2) = 5358950 bytes
6SHA1 (patch-aa) = a31b22483c63ee73bf32ca583afcc82c29e9562a 6SHA1 (patch-aa) = a31b22483c63ee73bf32ca583afcc82c29e9562a
7SHA1 (patch-ab) = ad082691fc80177a6d6f843278f04a0f5399c205 
8SHA1 (patch-ad) = a7c4ce6c5ce65b7262a9a7de2c2f8414cf27f100 7SHA1 (patch-ad) = a7c4ce6c5ce65b7262a9a7de2c2f8414cf27f100

File Deleted: pkgsrc/audio/rhythmbox/patches/Attic/patch-ab