Fri Jul 31 08:50:28 2009 UTC ()
update to 0.12.3
changes: many bugfixes

pkgsrc changes:
-use brasero rather than nautilus-cd-burner for CD writing
 (this works well for me now)
-use musicbrainz rather than -2
 (audio CD reading doesn't work on NetBSD due to HAL problems,
  so I couldn't test)


(drochner)
diff -r1.66 -r1.67 pkgsrc/audio/rhythmbox/Makefile
diff -r1.22 -r1.23 pkgsrc/audio/rhythmbox/PLIST
diff -r1.28 -r1.29 pkgsrc/audio/rhythmbox/distinfo
diff -r0 -r1.10 pkgsrc/audio/rhythmbox/patches/patch-aa
diff -r0 -r1.8 pkgsrc/audio/rhythmbox/patches/patch-ab

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

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

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

--- pkgsrc/audio/rhythmbox/PLIST 2009/06/14 17:32:21 1.22
+++ pkgsrc/audio/rhythmbox/PLIST 2009/07/31 08:50:27 1.23
@@ -1,52 +1,52 @@ @@ -1,52 +1,52 @@
1@comment $NetBSD: PLIST,v 1.22 2009/06/14 17:32:21 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.23 2009/07/31 08:50:27 drochner Exp $
2bin/rhythmbox 2bin/rhythmbox
3bin/rhythmbox-client 3bin/rhythmbox-client
4lib/librhythmbox-core.la 4lib/librhythmbox-core.la
5lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py 5lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py
6lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc 6lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc
7lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo 7lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo
8lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py 8lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
9lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc 9lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
10lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo 10lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo
11lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py 11lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
12lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc 12lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
13lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo 13lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.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 17lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py
18lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyc 18lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyc
19lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyo 19lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyo
20lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py 20lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
21lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc 21lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
22lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo 22lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo
23lib/rhythmbox/plugins/artdisplay/__init__.py 23lib/rhythmbox/plugins/artdisplay/__init__.py
24lib/rhythmbox/plugins/artdisplay/__init__.pyc 24lib/rhythmbox/plugins/artdisplay/__init__.pyc
25lib/rhythmbox/plugins/artdisplay/__init__.pyo 25lib/rhythmbox/plugins/artdisplay/__init__.pyo
26lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin 26lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
27lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg 27lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
 28lib/rhythmbox/plugins/audiocd/album-info.ui
28lib/rhythmbox/plugins/audiocd/audiocd-ui.xml 29lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
29lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin 30lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
30lib/rhythmbox/plugins/audiocd/libaudiocd.la 31lib/rhythmbox/plugins/audiocd/libaudiocd.la
31lib/rhythmbox/plugins/audiocd/multiple-album.ui 32lib/rhythmbox/plugins/audiocd/multiple-album.ui
32lib/rhythmbox/plugins/audioscrobbler/as-icon.png 33lib/rhythmbox/plugins/audioscrobbler/as-icon.png
33lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui 34lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui
34lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml 35lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
35lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin 36lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
36lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la 37lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la
37lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin 38lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
38lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la 39lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la
39lib/rhythmbox/plugins/cd-recorder/recorder.ui 
40lib/rhythmbox/plugins/daap/daap-prefs.ui 40lib/rhythmbox/plugins/daap/daap-prefs.ui
41lib/rhythmbox/plugins/daap/daap-ui.xml 41lib/rhythmbox/plugins/daap/daap-ui.xml
42lib/rhythmbox/plugins/daap/daap.rb-plugin 42lib/rhythmbox/plugins/daap/daap.rb-plugin
43lib/rhythmbox/plugins/daap/libdaap.la 43lib/rhythmbox/plugins/daap/libdaap.la
44lib/rhythmbox/plugins/daap/rb-daap-glue.h 44lib/rhythmbox/plugins/daap/rb-daap-glue.h
45lib/rhythmbox/plugins/generic-player/generic-player-ui.xml 45lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
46lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin 46lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
47lib/rhythmbox/plugins/generic-player/libgeneric-player.la 47lib/rhythmbox/plugins/generic-player/libgeneric-player.la
48lib/rhythmbox/plugins/im-status/__init__.py 48lib/rhythmbox/plugins/im-status/__init__.py
49lib/rhythmbox/plugins/im-status/__init__.pyc 49lib/rhythmbox/plugins/im-status/__init__.pyc
50lib/rhythmbox/plugins/im-status/__init__.pyo 50lib/rhythmbox/plugins/im-status/__init__.pyo
51lib/rhythmbox/plugins/im-status/im-status.rb-plugin 51lib/rhythmbox/plugins/im-status/im-status.rb-plugin
52${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-info.ui 52${PLIST.hal}lib/rhythmbox/plugins/ipod/ipod-info.ui
@@ -127,26 +127,29 @@ lib/rhythmbox/plugins/power-manager/powe @@ -127,26 +127,29 @@ lib/rhythmbox/plugins/power-manager/powe
127lib/rhythmbox/plugins/python-console/pythonconsole.py 127lib/rhythmbox/plugins/python-console/pythonconsole.py
128lib/rhythmbox/plugins/python-console/pythonconsole.pyc 128lib/rhythmbox/plugins/python-console/pythonconsole.pyc
129lib/rhythmbox/plugins/python-console/pythonconsole.pyo 129lib/rhythmbox/plugins/python-console/pythonconsole.pyo
130lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin 130lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
131lib/rhythmbox/plugins/rb/Coroutine.py 131lib/rhythmbox/plugins/rb/Coroutine.py
132lib/rhythmbox/plugins/rb/Coroutine.pyc 132lib/rhythmbox/plugins/rb/Coroutine.pyc
133lib/rhythmbox/plugins/rb/Coroutine.pyo 133lib/rhythmbox/plugins/rb/Coroutine.pyo
134lib/rhythmbox/plugins/rb/Loader.py 134lib/rhythmbox/plugins/rb/Loader.py
135lib/rhythmbox/plugins/rb/Loader.pyc 135lib/rhythmbox/plugins/rb/Loader.pyc
136lib/rhythmbox/plugins/rb/Loader.pyo 136lib/rhythmbox/plugins/rb/Loader.pyo
137lib/rhythmbox/plugins/rb/__init__.py 137lib/rhythmbox/plugins/rb/__init__.py
138lib/rhythmbox/plugins/rb/__init__.pyc 138lib/rhythmbox/plugins/rb/__init__.pyc
139lib/rhythmbox/plugins/rb/__init__.pyo 139lib/rhythmbox/plugins/rb/__init__.pyo
 140lib/rhythmbox/plugins/rb/stringmatch.py
 141lib/rhythmbox/plugins/rb/stringmatch.pyc
 142lib/rhythmbox/plugins/rb/stringmatch.pyo
140lib/rhythmbox/plugins/status-icon/libstatus-icon.la 143lib/rhythmbox/plugins/status-icon/libstatus-icon.la
141lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui 144lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
142lib/rhythmbox/plugins/status-icon/status-icon-ui.xml 145lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
143lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin 146lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
144lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py 147lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
145lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc 148lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
146lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo 149lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo
147lib/rhythmbox/plugins/upnp_coherence/MediaStore.py 150lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
148lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc 151lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
149lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo 152lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo
150lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py 153lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
151lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc 154lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
152lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo 155lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo
@@ -173,27 +176,26 @@ share/doc/rhythmbox/RBImportErrorsSource @@ -173,27 +176,26 @@ share/doc/rhythmbox/RBImportErrorsSource
173share/doc/rhythmbox/RBLibraryBrowser.html 176share/doc/rhythmbox/RBLibraryBrowser.html
174share/doc/rhythmbox/RBLibrarySource.html 177share/doc/rhythmbox/RBLibrarySource.html
175share/doc/rhythmbox/RBMetaData.html 178share/doc/rhythmbox/RBMetaData.html
176share/doc/rhythmbox/RBMissingFilesSource.html 179share/doc/rhythmbox/RBMissingFilesSource.html
177share/doc/rhythmbox/RBPlayOrder.html 180share/doc/rhythmbox/RBPlayOrder.html
178share/doc/rhythmbox/RBPlayQueueSource.html 181share/doc/rhythmbox/RBPlayQueueSource.html
179share/doc/rhythmbox/RBPlayer.html 182share/doc/rhythmbox/RBPlayer.html
180share/doc/rhythmbox/RBPlayerGstDataTee.html 183share/doc/rhythmbox/RBPlayerGstDataTee.html
181share/doc/rhythmbox/RBPlayerGstFilter.html 184share/doc/rhythmbox/RBPlayerGstFilter.html
182share/doc/rhythmbox/RBPlayerGstTee.html 185share/doc/rhythmbox/RBPlayerGstTee.html
183share/doc/rhythmbox/RBPlaylistManager.html 186share/doc/rhythmbox/RBPlaylistManager.html
184share/doc/rhythmbox/RBPlaylistSource.html 187share/doc/rhythmbox/RBPlaylistSource.html
185share/doc/rhythmbox/RBPropertyView.html 188share/doc/rhythmbox/RBPropertyView.html
186share/doc/rhythmbox/RBProxyConfig.html 
187share/doc/rhythmbox/RBQueryCreator.html 189share/doc/rhythmbox/RBQueryCreator.html
188share/doc/rhythmbox/RBRandomPlayOrder.html 190share/doc/rhythmbox/RBRandomPlayOrder.html
189share/doc/rhythmbox/RBRating.html 191share/doc/rhythmbox/RBRating.html
190share/doc/rhythmbox/RBRemovableMediaManager.html 192share/doc/rhythmbox/RBRemovableMediaManager.html
191share/doc/rhythmbox/RBSearchEntry.html 193share/doc/rhythmbox/RBSearchEntry.html
192share/doc/rhythmbox/RBShellClipboard.html 194share/doc/rhythmbox/RBShellClipboard.html
193share/doc/rhythmbox/RBShellPlayer.html 195share/doc/rhythmbox/RBShellPlayer.html
194share/doc/rhythmbox/RBShellPreferences.html 196share/doc/rhythmbox/RBShellPreferences.html
195share/doc/rhythmbox/RBSongInfo.html 197share/doc/rhythmbox/RBSongInfo.html
196share/doc/rhythmbox/RBSource.html 198share/doc/rhythmbox/RBSource.html
197share/doc/rhythmbox/RBSourceHeader.html 199share/doc/rhythmbox/RBSourceHeader.html
198share/doc/rhythmbox/RBSourceList.html 200share/doc/rhythmbox/RBSourceList.html
199share/doc/rhythmbox/RBSourceListModel.html 201share/doc/rhythmbox/RBSourceListModel.html
@@ -408,26 +410,27 @@ share/gnome/help/rhythmbox/zh_CN/figures @@ -408,26 +410,27 @@ share/gnome/help/rhythmbox/zh_CN/figures
408share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png 410share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
409share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png 411share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
410share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png 412share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
411share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml 413share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
412share/icons/hicolor/16x16/apps/rhythmbox.png 414share/icons/hicolor/16x16/apps/rhythmbox.png
413share/icons/hicolor/22x22/apps/rhythmbox.png 415share/icons/hicolor/22x22/apps/rhythmbox.png
414share/icons/hicolor/24x24/apps/rhythmbox.png 416share/icons/hicolor/24x24/apps/rhythmbox.png
415share/icons/hicolor/32x32/apps/rhythmbox.png 417share/icons/hicolor/32x32/apps/rhythmbox.png
416share/icons/hicolor/48x48/apps/rhythmbox.png 418share/icons/hicolor/48x48/apps/rhythmbox.png
417share/icons/hicolor/scalable/apps/rhythmbox.svg 419share/icons/hicolor/scalable/apps/rhythmbox.svg
418share/locale/af/LC_MESSAGES/rhythmbox.mo 420share/locale/af/LC_MESSAGES/rhythmbox.mo
419share/locale/am/LC_MESSAGES/rhythmbox.mo 421share/locale/am/LC_MESSAGES/rhythmbox.mo
420share/locale/ar/LC_MESSAGES/rhythmbox.mo 422share/locale/ar/LC_MESSAGES/rhythmbox.mo
 423share/locale/as/LC_MESSAGES/rhythmbox.mo
421share/locale/az/LC_MESSAGES/rhythmbox.mo 424share/locale/az/LC_MESSAGES/rhythmbox.mo
422share/locale/be/LC_MESSAGES/rhythmbox.mo 425share/locale/be/LC_MESSAGES/rhythmbox.mo
423share/locale/be@latin/LC_MESSAGES/rhythmbox.mo 426share/locale/be@latin/LC_MESSAGES/rhythmbox.mo
424share/locale/bg/LC_MESSAGES/rhythmbox.mo 427share/locale/bg/LC_MESSAGES/rhythmbox.mo
425share/locale/ca/LC_MESSAGES/rhythmbox.mo 428share/locale/ca/LC_MESSAGES/rhythmbox.mo
426share/locale/cs/LC_MESSAGES/rhythmbox.mo 429share/locale/cs/LC_MESSAGES/rhythmbox.mo
427share/locale/cy/LC_MESSAGES/rhythmbox.mo 430share/locale/cy/LC_MESSAGES/rhythmbox.mo
428share/locale/da/LC_MESSAGES/rhythmbox.mo 431share/locale/da/LC_MESSAGES/rhythmbox.mo
429share/locale/de/LC_MESSAGES/rhythmbox.mo 432share/locale/de/LC_MESSAGES/rhythmbox.mo
430share/locale/dz/LC_MESSAGES/rhythmbox.mo 433share/locale/dz/LC_MESSAGES/rhythmbox.mo
431share/locale/el/LC_MESSAGES/rhythmbox.mo 434share/locale/el/LC_MESSAGES/rhythmbox.mo
432share/locale/en_CA/LC_MESSAGES/rhythmbox.mo 435share/locale/en_CA/LC_MESSAGES/rhythmbox.mo
433share/locale/en_GB/LC_MESSAGES/rhythmbox.mo 436share/locale/en_GB/LC_MESSAGES/rhythmbox.mo
@@ -450,38 +453,40 @@ share/locale/ja/LC_MESSAGES/rhythmbox.mo @@ -450,38 +453,40 @@ share/locale/ja/LC_MESSAGES/rhythmbox.mo
450share/locale/kn/LC_MESSAGES/rhythmbox.mo 453share/locale/kn/LC_MESSAGES/rhythmbox.mo
451share/locale/ko/LC_MESSAGES/rhythmbox.mo 454share/locale/ko/LC_MESSAGES/rhythmbox.mo
452share/locale/lt/LC_MESSAGES/rhythmbox.mo 455share/locale/lt/LC_MESSAGES/rhythmbox.mo
453share/locale/lv/LC_MESSAGES/rhythmbox.mo 456share/locale/lv/LC_MESSAGES/rhythmbox.mo
454share/locale/mk/LC_MESSAGES/rhythmbox.mo 457share/locale/mk/LC_MESSAGES/rhythmbox.mo
455share/locale/ml/LC_MESSAGES/rhythmbox.mo 458share/locale/ml/LC_MESSAGES/rhythmbox.mo
456share/locale/mn/LC_MESSAGES/rhythmbox.mo 459share/locale/mn/LC_MESSAGES/rhythmbox.mo
457share/locale/mr/LC_MESSAGES/rhythmbox.mo 460share/locale/mr/LC_MESSAGES/rhythmbox.mo
458share/locale/ms/LC_MESSAGES/rhythmbox.mo 461share/locale/ms/LC_MESSAGES/rhythmbox.mo
459share/locale/nb/LC_MESSAGES/rhythmbox.mo 462share/locale/nb/LC_MESSAGES/rhythmbox.mo
460share/locale/ne/LC_MESSAGES/rhythmbox.mo 463share/locale/ne/LC_MESSAGES/rhythmbox.mo
461share/locale/nl/LC_MESSAGES/rhythmbox.mo 464share/locale/nl/LC_MESSAGES/rhythmbox.mo
462share/locale/oc/LC_MESSAGES/rhythmbox.mo 465share/locale/oc/LC_MESSAGES/rhythmbox.mo
 466share/locale/or/LC_MESSAGES/rhythmbox.mo
463share/locale/pa/LC_MESSAGES/rhythmbox.mo 467share/locale/pa/LC_MESSAGES/rhythmbox.mo
464share/locale/pl/LC_MESSAGES/rhythmbox.mo 468share/locale/pl/LC_MESSAGES/rhythmbox.mo
465share/locale/ps/LC_MESSAGES/rhythmbox.mo 469share/locale/ps/LC_MESSAGES/rhythmbox.mo
466share/locale/pt/LC_MESSAGES/rhythmbox.mo 470share/locale/pt/LC_MESSAGES/rhythmbox.mo
467share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo 471share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
468share/locale/ro/LC_MESSAGES/rhythmbox.mo 472share/locale/ro/LC_MESSAGES/rhythmbox.mo
469share/locale/ru/LC_MESSAGES/rhythmbox.mo 473share/locale/ru/LC_MESSAGES/rhythmbox.mo
470share/locale/rw/LC_MESSAGES/rhythmbox.mo 474share/locale/rw/LC_MESSAGES/rhythmbox.mo
471share/locale/sk/LC_MESSAGES/rhythmbox.mo 475share/locale/sk/LC_MESSAGES/rhythmbox.mo
472share/locale/sr/LC_MESSAGES/rhythmbox.mo 476share/locale/sr/LC_MESSAGES/rhythmbox.mo
473share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo 477share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo
474share/locale/sv/LC_MESSAGES/rhythmbox.mo 478share/locale/sv/LC_MESSAGES/rhythmbox.mo
 479share/locale/ta/LC_MESSAGES/rhythmbox.mo
475share/locale/th/LC_MESSAGES/rhythmbox.mo 480share/locale/th/LC_MESSAGES/rhythmbox.mo
476share/locale/tr/LC_MESSAGES/rhythmbox.mo 481share/locale/tr/LC_MESSAGES/rhythmbox.mo
477share/locale/uk/LC_MESSAGES/rhythmbox.mo 482share/locale/uk/LC_MESSAGES/rhythmbox.mo
478share/locale/vi/LC_MESSAGES/rhythmbox.mo 483share/locale/vi/LC_MESSAGES/rhythmbox.mo
479share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo 484share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
480share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo 485share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
481share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo 486share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
482share/omf/rhythmbox/rhythmbox-C.omf 487share/omf/rhythmbox/rhythmbox-C.omf
483share/omf/rhythmbox/rhythmbox-cs.omf 488share/omf/rhythmbox/rhythmbox-cs.omf
484share/omf/rhythmbox/rhythmbox-da.omf 489share/omf/rhythmbox/rhythmbox-da.omf
485share/omf/rhythmbox/rhythmbox-de.omf 490share/omf/rhythmbox/rhythmbox-de.omf
486share/omf/rhythmbox/rhythmbox-el.omf 491share/omf/rhythmbox/rhythmbox-el.omf
487share/omf/rhythmbox/rhythmbox-es.omf 492share/omf/rhythmbox/rhythmbox-es.omf

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

--- pkgsrc/audio/rhythmbox/distinfo 2009/06/04 11:44:24 1.28
+++ pkgsrc/audio/rhythmbox/distinfo 2009/07/31 08:50:27 1.29
@@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
1$NetBSD: distinfo,v 1.28 2009/06/04 11:44:24 drochner Exp $ 1$NetBSD: distinfo,v 1.29 2009/07/31 08:50:27 drochner Exp $
2 2
3SHA1 (rhythmbox-0.12.2.tar.bz2) = dd72ffd092760fc70b5a86e7f5ccf8157e56fb98 3SHA1 (rhythmbox-0.12.3.tar.bz2) = f1def95f92993ade14f7b0ec2323e9d2e4aaad03
4RMD160 (rhythmbox-0.12.2.tar.bz2) = bf50fe01295c8a4fc185b0f811dccff829dbfac4 4RMD160 (rhythmbox-0.12.3.tar.bz2) = 8fc030b320065578b4a0851ecd87c5753b6dce93
5Size (rhythmbox-0.12.2.tar.bz2) = 4909310 bytes 5Size (rhythmbox-0.12.3.tar.bz2) = 4999529 bytes
 6SHA1 (patch-aa) = a31b22483c63ee73bf32ca583afcc82c29e9562a
 7SHA1 (patch-ab) = ad082691fc80177a6d6f843278f04a0f5399c205

File Added: pkgsrc/audio/rhythmbox/patches/Attic/patch-aa
$NetBSD: patch-aa,v 1.10 2009/07/31 08:50:27 drochner Exp $

--- plugins/coherence/upnp_coherence/UpnpSource.py.orig	2009-06-30 01:38:57.000000000 +0200
+++ plugins/coherence/upnp_coherence/UpnpSource.py
@@ -132,7 +132,7 @@ class UpnpSource(rb.BrowserSource,log.Lo
 
                     if duration is not None:
                         h,m,s = duration.split(':')
-                        seconds = int(h)*3600 + int(m)*60 + int(s)
+                        seconds = int(h)*3600 + int(m)*60 + int(round(float(s)))
                         self.info("%r %r:%r:%r %r", duration, h, m , s, seconds)
                         self.__db.set(entry, rhythmdb.PROP_DURATION, seconds)
 

File Added: pkgsrc/audio/rhythmbox/patches/Attic/patch-ab
$NetBSD: patch-ab,v 1.8 2009/07/31 08:50:27 drochner Exp $

--- plugins/audiocd/sj-metadata-musicbrainz3.c.orig	2009-07-23 20:24:18.000000000 +0200
+++ plugins/audiocd/sj-metadata-musicbrainz3.c
@@ -231,6 +231,8 @@ mb_list_albums (SjMetadata *metadata, ch
   }
 
   priv->disc = mb_read_disc (priv->cdrom);
+  if (!priv->disc)
+	return NULL;
   if (url != NULL) {
     mb_get_submission_url (priv->disc, NULL, 0, buffer, sizeof (buffer));
     *url = g_strdup (buffer);