pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/rhythmbox Update to rhythmbox 0.10.1 (latest sta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/691796d3eeb6
branches:  trunk
changeset: 542169:691796d3eeb6
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue May 06 06:26:59 2008 +0000

description:
Update to rhythmbox 0.10.1 (latest stable version).  While here,
add user-destdir support.

Changes from 0.9.8 to 0.10.1:

2007-05-28  James Livingston  <doclivingston%gmail.com@localhost>

        * configure.ac: bump version for the release
        * NEWS:

2007-05-28  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/audioscrobbler/rb-audioscrobbler.c:
        (rb_audioscrobbler_init), (rb_audioscrobbler_timeout_cb),
        (rb_audioscrobbler_do_handshake), (rb_audioscrobbler_submit_queue),
        (rb_audioscrobbler_preferences_sync),
        (rb_audioscrobbler_gconf_changed_cb): don't crash if the
        username/password isn't set. Fixes #426312

2007-05-28  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/ipod/rb-ipod-source.c: (rb_ipod_source_constructor),
        (rb_ipod_load_songs): fix a crasher, closes #441444

        * plugins/audioscrobbler/Makefile.am: fix the build.

2007-05-23  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Bastien Nocera  <hadess%hadess.net@localhost>

        * plugins/generic-player/rb-generic-player-source.c:
        (handle_playlist_entry_cb), (load_playlist_file):
        * plugins/iradio/rb-iradio-source.c: (handle_playlist_entry_cb),
        (rb_iradio_source_add_from_playlist):
        * shell/rb-playlist-manager.c: (handle_playlist_entry_cb),
        (rb_playlist_manager_parse_file):
        * shell/rb-shell-player.c: (playlist_entry_cb),
        (open_location_thread):
        * shell/rb-shell.c: (handle_playlist_entry_cb),
        (rb_shell_load_uri):
        * sources/rb-playlist-source.c:
        (rb_playlist_source_save_playlist): Convert to using the new
        totem-pl-parser API, with a compile-time fallback on the old API

2007-05-20  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * podcast/rb-podcast-manager.c: (rb_podcast_manager_shutdown):
        Take a copy of the download list; otherwise, cancelling jobs
        modifies the list while it's being iterated.  Fixes #404169.

2007-05-08  Christophe Fergeau  <teuf%gnome.org@localhost>

        * plugins/visualizer/rb-visualizer-plugin.c:
        (rb_visualizer_plugin_dispose): remove timeout callback in dispose,
        fixes bug #436355

2007-05-07  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * rhythmdb/rhythmdb-query-model.c:
        (rhythmdb_query_model_base_rows_reordered):
        Only process reordered entries that are in the child model.
        Fixes #436329.

2007-04-28  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/jamendo/jamendo/JamendoSource.py:
        * plugins/magnatune/magnatune/MagnatuneSource.py:
        Cancel outstanding async transfers when the source is deleted,
        rather than trying to close the target file, which won't actually
        do anything anyway.  Fixes #434003.

2007-04-26  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * bindings/python/rhythmdb.override:
        Check that an entry was actually passed to db.entry_get().
        Fixes #432949.

2007-04-21  Bastien Nocera  <hadess%hadess.net@localhost>

        * metadata/rb-metadata-gst.c: (rb_metadata_gst_load_tag):
        Don't replace a string with another shorter version of it, avoids
        problems with ID3v1 tags being preferred to ID3v2 tags when they
        have the same data (Closes: #428276)

2007-04-21  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/audiocd/rb-audiocd-source.c: (metadata_cb):
        Apparently metadata_cb can be called with no error set and
        albums == NULL.  Don't crash in this case.  Fixes #414864.

2007-04-21  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/rb-python-module.c: (rb_python_module_init_python):
        Disable pyg* log hooks, since they appear to cause crashes when used
        from multiple threads, and they're annoying anyway.  Probably fixes
        #429687.

2007-04-19  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        patch mostly by: Irene Huang  <Irene.Huang%sun.com@localhost>

        * plugins/visualizer/rb-visualizer-plugin.c:
        (rb_visualizer_plugin_window_title_change_cb):
        Be kind to c libraries that don't like NULL strings.  Fixes #418886.

2007-04-14  Christophe Fergeau  <teuf%gnome.org@localhost>

        * plugins/ipod/rb-ipod-source.c: apply patch from trunk rev 4977
        which the previous commit depends on. Fixes bug #386662 some more.

2007-04-03  Christophe Fergeau  <teuf%gnome.org@localhost>

        * plugins/ipod/rb-ipod-source.c: (impl_move_to_trash): call
        schedule_save instead of directly calling itdb_save after
        removing a file, this makes sure file deletion works on iPod
        shuffles as well.  Initial patch by William
        <will%johnstonclan.net@localhost>, fixes bug #386662

============ Version 0.10.0

2007-04-02  James Livingston  <doclivingston%gmail.com@localhost>

        * configure.ac: bump version.
        * NEWS: add news

2007-03-29  James Livingston  <doclivingston%gmail.com@localhost>

        * lib/rb-util.c: (rb_string_list_contains):
        * lib/rb-util.h:
        * sources/rb-removable-media-source.c: (impl_paste): backport the
        change to hack around our having application/x-id3 for MP3s.

2007-03-26  James Livingston  <doclivingston%gmail.com@localhost>

        * data/glade/playlist-save.glade: make the playlist format combo
        not be so huge. Fixes #419153

2007-03-20  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/visualizer/rb-fake-visualizer.c: (rb_fake_vis_chain):
        Set a timestamp on the first frame.  Should fix some seeking
        problems.

2007-03-20  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Adam Zimmerman <adam_zimmerman%sfu.ca@localhost>

        * plugins/magnatune/magnatune/TrackListHandler.py: handle the
        release date being not an integer. Fixes #414980

2007-03-20  James Livingston  <doclivingston%gmail.com@localhost>

        * lib/rb-file-helpers.c: (_gnomevfs_info_unreadable),
        (rb_uri_handle_recursively_cb):
        * rhythmdb/rhythmdb-private.h:
        * rhythmdb/rhythmdb.c: (rhythmdb_init), (rhythmdb_finalize),
        (rhythmdb_add_uri_with_type): make files starting with a dot not
        get added. Again. Fixes #395124

2007-03-20  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * metadata/Makefile.am:
        * metadata/rb-metadata-dbus-client.c: (start_metadata_service):
        Apply the program name transform to the metadata helper name and
        pass it in as a preprocessor symbol so we can find it when
        configured with --program-suffix etc.  Fixes #419874.

2007-03-20  Irene Huang  <irene.huang%sun.com@localhost>

        * shell/main.c: (main): Should call gdk_threads_enter/leave
        after gdk_threads_init in main. Fixes bug # 420444.

2007-03-11  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/artdisplay/rhythmbox-missing-artwork.svg: replace with a
        GPL-licenced vesion by Jakub Steiner, since CC-BY-SA licencing
        apparently has issues with GPL-licenced programs.

2007-03-10  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/power-manager/rb-power-manager-plugin.c:
        (proxy_destroy_cb), (create_dbus_proxy), (inhibit), (uninhibit),
        (impl_activate):
        Use dbus_g_proxy_new_for_name_owner instead of
        dbus_g_proxy_new_for_name so dbus doesn't start g-p-m if it's not
        already running.  Recreate the dbus proxy as required.  Fixes
        #416213.

2007-03-09  James Livingston  <doclivingston%gmail.com@localhost>

        * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_end_element),
        (rhythmdb_tree_save), (rhythmdb_tree_entry_type_registered): hold
        the entries lock when accessing the unknown-entries map.
        Fixes #416024

2007-03-06  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/visualizer/rb-visualizer-plugin.c: (find_xoverlay),
        (bus_sync_message_cb), (rb_visualizer_plugin_window_id_notify_cb),
        (update_window):
        Check we actually found an x overlay interface before trying to use
        it.

2007-03-03  James Livingston  <doclivingston%gmail.com@localhost>

        * lib/rb-util.c: (rb_assert_locked), (rb_threads_init),
        (rb_str_in_strv):
        * lib/rb-util.h: add util function which asserts that a lock
        is being held (only works on systems where GMutex isn't recursive)

        * rhythmdb/rhythmdb-tree.c: (unparent_entries),
        (rhythmdb_tree_finalize), (set_entry_album),
        (rhythmdb_tree_entry_new_internal), (get_or_create_genre),
        (get_or_create_artist), (get_or_create_album),
        (remove_entry_from_album), (rhythmdb_tree_entry_set),
        (rhythmdb_tree_entry_delete), (remove_one_song),
        (rhythmdb_tree_entry_delete_by_type): take the tree lock in other
        paths, and use the above function to ensure the lock is being held.
        Fixes #393642 and probably others

2007-03-03  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Alex "weej" Jones  <alex%weej.com@localhost>

        * plugins/audioscrobbler/Makefile.am:
        * plugins/audioscrobbler/as-icon.svg:
        * plugins/audioscrobbler/rb-audioscrobbler-plugin.c:
        (impl_activate):
        * plugins/audioscrobbler/rb-lastfm-source.c:
        (rb_lastfm_source_init): Use audioscrobbler logo for the source,
        which the last.fm guys have said is fine. Fixes #409164

2007-03-02  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Andreas Hanke  <andreas.hanke%gmx-topmail.de@localhost>

        * configure.ac:
        * macros/acinclude.m4: remove use of AS_AC_EXPAND. Fixes #413301

2007-03-02  James Livingston  <doclivingston%gmail.com@localhost>

        patch mostly by: Christophe Fergeau  <teuf%gnome.org@localhost>

        * plugins/rb-plugins-engine.c: (rb_plugins_engine_load):
        * sources/rb-sourcelist.c: (rb_sourcelist_source_to_iter),
        (rb_sourcelist_visible_source_to_iter): fix more leaks

2007-03-02  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/rb-plugin-manager.c: (plugin_manager_view_cell_cb): don't
        crash if the plugin has NULL for the name, just emit a critical
        warning. Fixes #413206

2007-03-02  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Christophe Fergeau  <teuf%gnome.org@localhost>

        * plugins/audiocd/rb-audiocd-plugin.c:
        (rb_audiocd_plugin_mount_volume): fix a leak

2007-03-02  James Livingston  <doclivingston%gmail.com@localhost>

        * lib/rb-file-helpers.c: (rb_canonicalise_uri): don't crash.

        * podcast/rb-podcast-manager.c:
        (rb_podcast_manager_download_file_info_cb): generate proper URIs.

        Fixes #411189

2007-03-01  Alex Lancaster  <alexl%users.sourceforge.net@localhost>

        Patch partially by: Edward Rudd <eddie%omegaware.com@localhost>:

        * plugins/magnatune/magnatune/MagnatuneSource.py
        (MagnatuneSource.purchase_album):
        Pass in artist and album name to dialog correctly.  Use
        set_markup() to italicise album name.  Fixes #412931.

2007-03-01  Alex Lancaster  <alexl%users.sourceforge.net@localhost>

        Patch partially by: Kjell Braden <fnord%abwesend.de@localhost>:

        * plugins/jamendo/jamendo-loading.glade:
        Fix typos.  Fixes #413640.

2007-02-26  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * plugins/daap/rb-daap-src.c: (rb_daap_src_open):
        Fix libsoup compatibility properly, so it actually works with
        2.2.98 and earlier as well as 2.2.99 and newer.  Fixes #410940.

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/rb-plugins-engine.c: (rb_plugins_engine_load): handle keys
        being missing from the .rb-plugin file without crashing.
        Fixes #411558

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        * plugins/daap/rb-daap-share.c: (message_get_session_id),
        (message_get_revision_number): check that there is a query part
        in the URI before trying to use it. Fixes #411783

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Julien Puydt  <julien.puydt%laposte.net@localhost>

        * plugins/jamendo/jamendo/JamendoSource.py: improve error handling.
        Fixes #411038

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        * sources/rb-browser-source.c: (rb_browser_source_class_init):
        don't try to use a popup menu that doesn't exist. Fixes #411703

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Nguyen Thai Ngoc Duy  <pclouds%gmail.com@localhost>

        * plugins/artdisplay/artdisplay/CoverArtDatabase.py: import GError.
        Fixes #411122

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Og Maciel  <ogmaciel%ubuntu.com@localhost>

        * plugins/magnatune/magnatune/MagnatuneSource.py: fix a typo
        having a '.' instead of a '?'. Fixes #411584

2007-02-25  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Gilles Dartiguelongue  <dartigug%esiee.fr@localhost>

        * metadata/Makefile.am: fix parallel builds. Fixes #411145

2007-02-24  James Livingston  <doclivingston%gmail.com@localhost>

        patch by: Gilles Dartiguelongue  <dartigug%esiee.fr@localhost>

        * widgets/Makefile.am: unbreak LDFLAGS="-Wl,--as-needed". Fixes
        #411141, and maybe #380411

2007-02-22  James Livingston  <doclivingston%gmail.com@localhost>

        * shell/rb-shell-clipboard.c: (rb_shell_clipboard_sync): fix
        crasher, fixes #410601

2007-02-22  Jonathan Matthew  <jonathan%kaolin.wh9.net@localhost>

        * rhythmdb/rhythmdb-property-model.c:
        (rhythmdb_property_model_insert),
        (rhythmdb_property_model_delete_prop):
        Emit row-changed signals when property counts change.

diffstat:

 audio/rhythmbox/Makefile         |  11 ++++++-----
 audio/rhythmbox/PLIST            |   3 ++-
 audio/rhythmbox/distinfo         |  20 ++++++++++----------
 audio/rhythmbox/patches/patch-aa |   4 ++--
 audio/rhythmbox/patches/patch-ab |   4 ++--
 audio/rhythmbox/patches/patch-ac |   4 ++--
 audio/rhythmbox/patches/patch-ae |   6 +++---
 audio/rhythmbox/patches/patch-af |   6 +++---
 audio/rhythmbox/patches/patch-ag |   4 ++--
 9 files changed, 32 insertions(+), 30 deletions(-)

diffs (159 lines):

diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/Makefile
--- a/audio/rhythmbox/Makefile  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/Makefile  Tue May 06 06:26:59 2008 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.55 2008/03/06 14:53:48 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2008/05/06 06:26:59 bjs Exp $
 #
 
-DISTNAME=      rhythmbox-0.9.8
-PKGREVISION=   7
+DISTNAME=      rhythmbox-0.10.1
 CATEGORIES=    audio gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.9/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/rhythmbox/0.10/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.rhythmbox.org/
 COMMENT=       Music management application for GNOME
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
 USE_DIRS+=             gnome2-1.5
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
@@ -39,7 +40,7 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-.include "../../multimedia/totem/buildlink3.mk"
+.include "../../multimedia/totem-pl-parser/buildlink3.mk"
 .include "../../net/libsoup-devel/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/PLIST
--- a/audio/rhythmbox/PLIST     Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/PLIST     Tue May 06 06:26:59 2008 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.15 2007/09/25 10:54:09 hira Exp $
+@comment $NetBSD: PLIST,v 1.16 2008/05/06 06:26:59 bjs Exp $
 bin/rhythmbox
 bin/rhythmbox-client
 lib/librhythmbox-core.la
 lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
 lib/rhythmbox/plugins/audiocd/libaudiocd.la
 lib/rhythmbox/plugins/audiocd/multiple-album.glade
+lib/rhythmbox/plugins/audioscrobbler/as-icon.svg
 lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade
 lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
 lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/distinfo  Tue May 06 06:26:59 2008 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.20 2007/06/10 06:29:47 obache Exp $
+$NetBSD: distinfo,v 1.21 2008/05/06 06:26:59 bjs Exp $
 
-SHA1 (rhythmbox-0.9.8.tar.bz2) = 7510da6d634e3efdfd29e03f018b1a14f56d7553
-RMD160 (rhythmbox-0.9.8.tar.bz2) = df3363fac7009842c4541688dd43671c55311523
-Size (rhythmbox-0.9.8.tar.bz2) = 3374502 bytes
-SHA1 (patch-aa) = 059cbe10ccebd7d6274d1ff98c9e45cd8d11b0b3
-SHA1 (patch-ab) = e3b4aa0d561ce46d9893297ff6e7e9b477badf2e
-SHA1 (patch-ac) = 9061cb289bea6d340394fcd3ce3a5251d2336f43
-SHA1 (patch-ae) = 11774a8dd3b20b8fcb0c585cb9b45d3566ca70f4
-SHA1 (patch-af) = 910d7d373fdc03f61401a4ee676f23d1b5696d45
-SHA1 (patch-ag) = ea936dd3447a749606c3f56898c203ee4fa68c58
+SHA1 (rhythmbox-0.10.1.tar.bz2) = ed20d528c24c1447a2f4597f334cd74466139d2e
+RMD160 (rhythmbox-0.10.1.tar.bz2) = b2fdfc48aba957623ca141d45e8e1291a556bbf7
+Size (rhythmbox-0.10.1.tar.bz2) = 3408309 bytes
+SHA1 (patch-aa) = fa82e1d8176f4ee0b82e8fc307d506444ae22600
+SHA1 (patch-ab) = 3c1310caf6c73e1ebc210411b1f2d4e130fef366
+SHA1 (patch-ac) = c2cad1c4b074910797a21117f6809d8e00d12f30
+SHA1 (patch-ae) = db93a8c4fe2e84714e1754d1ea2b4731715df346
+SHA1 (patch-af) = 6326d8412ee10c3f7edfc46df39967fd8feeb877
+SHA1 (patch-ag) = 6a15e23fa60ef1f99bcc3f7ee766bfcafddea033
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-aa
--- a/audio/rhythmbox/patches/patch-aa  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-aa  Tue May 06 06:26:59 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2007/06/10 06:29:47 obache Exp $
+$NetBSD: patch-aa,v 1.7 2008/05/06 06:26:59 bjs Exp $
 
---- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-01-09 06:42:20.000000000 +0000
+--- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-02-24 18:27:43.000000000 -0500
 +++ plugins/cd-recorder/rb-recorder-gst.c
 @@ -26,7 +26,9 @@
  #include <string.h>
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-ab
--- a/audio/rhythmbox/patches/patch-ab  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-ab  Tue May 06 06:26:59 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.5 2007/06/10 06:29:47 obache Exp $
+$NetBSD: patch-ab,v 1.6 2008/05/06 06:26:59 bjs Exp $
 
---- plugins/daap/rb-daap-src.c.orig    2007-02-12 13:47:02.000000000 +0000
+--- plugins/daap/rb-daap-src.c.orig    2007-03-02 03:16:17.000000000 -0500
 +++ plugins/daap/rb-daap-src.c
 @@ -57,6 +57,10 @@
  
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-ac
--- a/audio/rhythmbox/patches/patch-ac  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-ac  Tue May 06 06:26:59 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2007/06/10 06:29:48 obache Exp $
+$NetBSD: patch-ac,v 1.5 2008/05/06 06:26:59 bjs Exp $
 
---- metadata/rb-metadata-dbus-client.c.orig    2007-01-31 09:40:45.000000000 +0000
+--- metadata/rb-metadata-dbus-client.c.orig    2007-03-20 08:15:44.000000000 -0400
 +++ metadata/rb-metadata-dbus-client.c
 @@ -52,7 +52,7 @@
  
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-ae
--- a/audio/rhythmbox/patches/patch-ae  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-ae  Tue May 06 06:26:59 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.2 2007/06/10 06:29:48 obache Exp $
+$NetBSD: patch-ae,v 1.3 2008/05/06 06:26:59 bjs Exp $
 
---- shell/main.c.orig  2007-01-12 08:44:18.000000000 +0000
+--- shell/main.c.orig  2007-03-20 04:05:07.000000000 -0400
 +++ shell/main.c
-@@ -380,7 +380,9 @@ main (int argc, char **argv)
+@@ -381,7 +381,9 @@ main (int argc, char **argv)
        } else {
  
                rb_profile_start ("mainloop");
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-af
--- a/audio/rhythmbox/patches/patch-af  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-af  Tue May 06 06:26:59 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.2 2007/06/10 06:29:48 obache Exp $
+$NetBSD: patch-af,v 1.3 2008/05/06 06:26:59 bjs Exp $
 
---- shell/rb-shell-player.c.orig       2007-02-06 11:33:59.000000000 +0000
+--- shell/rb-shell-player.c.orig       2007-05-23 04:42:42.000000000 -0400
 +++ shell/rb-shell-player.c
 @@ -570,10 +570,8 @@ rb_shell_player_open_playlist_url (RBShe
                rb_player_play (player->priv->mmplayer, &error);
@@ -13,7 +13,7 @@
        }
        g_idle_add ((GSourceFunc) notify_playing_idle, player);
  }
-@@ -1133,13 +1131,17 @@ open_location_thread (OpenLocationThread
+@@ -1149,13 +1147,17 @@ open_location_thread (OpenLocationThread
  
                        location = g_queue_pop_head (data->player->priv->playlist_urls);
                        rb_debug ("playing first stream url %s", data->location);
diff -r 4aaa99a18678 -r 691796d3eeb6 audio/rhythmbox/patches/patch-ag
--- a/audio/rhythmbox/patches/patch-ag  Tue May 06 06:20:57 2008 +0000
+++ b/audio/rhythmbox/patches/patch-ag  Tue May 06 06:26:59 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.2 2007/06/10 06:29:48 obache Exp $
+$NetBSD: patch-ag,v 1.3 2008/05/06 06:26:59 bjs Exp $
 
---- plugins/iradio/iradio-initial.pls.orig     2007-01-09 06:42:22.000000000 +0000
+--- plugins/iradio/iradio-initial.pls.orig     2007-02-24 18:27:44.000000000 -0500
 +++ plugins/iradio/iradio-initial.pls
 @@ -3,10 +3,10 @@ numberofentries=25
  file1=http://www.somafm.com/groovesalad.pls



Home | Main Index | Thread Index | Old Index