aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-06-19 13:47:15 +0800
committermarcus <marcus@FreeBSD.org>2006-06-19 13:47:15 +0800
commite04f35f50b3670fc6bf358cc507e75a625c8f25f (patch)
tree2a254584cb96023453401f61edf264bf60cd4630 /audio/rhythmbox/files
parent8efcdd8b6b1b4e521bac55cf6c94e7430c29fbbf (diff)
downloadfreebsd-ports-gnome-e04f35f50b3670fc6bf358cc507e75a625c8f25f.tar.gz
freebsd-ports-gnome-e04f35f50b3670fc6bf358cc507e75a625c8f25f.tar.zst
freebsd-ports-gnome-e04f35f50b3670fc6bf358cc507e75a625c8f25f.zip
Update to 0.9.5.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-configure11
-rw-r--r--audio/rhythmbox/files/patch-metadata_rb-metadata-gst.c11
-rw-r--r--audio/rhythmbox/files/patch-remote_bonobo_Makefile.in11
-rw-r--r--audio/rhythmbox/files/patch-sources_rb-ipod-source.c18
-rw-r--r--audio/rhythmbox/files/patch-widges_eggtrayicon.c11
-rw-r--r--audio/rhythmbox/files/patch-widgets_rb-song-info.c29
6 files changed, 0 insertions, 91 deletions
diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure
deleted file mode 100644
index 197d077b6526..000000000000
--- a/audio/rhythmbox/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue Apr 25 17:51:39 2006
-+++ configure Tue Apr 25 17:51:45 2006
-@@ -22468,7 +22468,7 @@ _ACEOF
- { echo "$as_me:$LINENO: Using Avahi for mDNS/DNS-SD" >&5
- echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;}
-
-- if test x$have_avahi_06 == xyes; then
-+ if test x$have_avahi_06 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_AVAHI_0_6 1
diff --git a/audio/rhythmbox/files/patch-metadata_rb-metadata-gst.c b/audio/rhythmbox/files/patch-metadata_rb-metadata-gst.c
deleted file mode 100644
index f12bc25fcf13..000000000000
--- a/audio/rhythmbox/files/patch-metadata_rb-metadata-gst.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- metadata/rb-metadata-gst.c.orig Sat Jun 3 00:21:25 2006
-+++ metadata/rb-metadata-gst.c Sat Jun 3 00:21:34 2006
-@@ -1068,7 +1068,7 @@ rb_metadata_load (RBMetaData *md,
- g_set_error (error,
- RB_METADATA_ERROR,
- RB_METADATA_ERROR_NOT_AUDIO_IGNORE,
-- NULL);
-+ " ");
- }
- } else {
- /* yay, it worked */
diff --git a/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in b/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in
deleted file mode 100644
index c19ec530ea0b..000000000000
--- a/audio/rhythmbox/files/patch-remote_bonobo_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- remote/bonobo/Makefile.in.orig Wed Aug 27 04:19:40 2003
-+++ remote/bonobo/Makefile.in Wed Aug 27 04:19:56 2003
-@@ -237,7 +237,7 @@
-
- noinst_HEADERS = Rhythmbox.h
-
--idldir = $(prefix)/share/idl
-+idldir = $(datadir)/idl
- idl_DATA = Rhythmbox.idl
-
- CLEAN_FILES = $(rhythmbox_interface_idl_sources)
diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c
deleted file mode 100644
index 61fbb19a5cd5..000000000000
--- a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- sources/rb-ipod-source.c.orig Sun Sep 19 17:05:37 2004
-+++ sources/rb-ipod-source.c Sun Sep 19 17:05:49 2004
-@@ -234,6 +234,7 @@
- }
-
- /* Set disc number */
-+ /*
- if (song->cd_nr != 0) {
- GValue value = {0, };
- g_value_init (&value, G_TYPE_ULONG);
-@@ -243,6 +244,7 @@
- &value);
- g_value_unset (&value);
- }
-+ */
-
- /* Set bitrate */
- if (song->bitrate != 0) {
diff --git a/audio/rhythmbox/files/patch-widges_eggtrayicon.c b/audio/rhythmbox/files/patch-widges_eggtrayicon.c
deleted file mode 100644
index bb9d982e2878..000000000000
--- a/audio/rhythmbox/files/patch-widges_eggtrayicon.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- widgets/eggtrayicon.c.orig Wed Jun 14 12:25:10 2006
-+++ widgets/eggtrayicon.c Wed Jun 14 12:26:41 2006
-@@ -571,7 +571,7 @@
-
- if (pixbuf)
- {
--#if (LIBNOTIFY_VERSION_MICRO < 2)
-+#if ((LIBNOTIFY_VERSION_MINOR <= 3) && (LIBNOTIFY_VERSION_MICRO < 2))
- notify_notification_set_icon_data_from_pixbuf (icon->notify->handle, pixbuf);
- #else
- notify_notification_set_icon_from_pixbuf (icon->notify->handle, pixbuf);
diff --git a/audio/rhythmbox/files/patch-widgets_rb-song-info.c b/audio/rhythmbox/files/patch-widgets_rb-song-info.c
deleted file mode 100644
index e7a9db557971..000000000000
--- a/audio/rhythmbox/files/patch-widgets_rb-song-info.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- widgets/rb-song-info.c.orig Mon Apr 17 03:10:40 2006
-+++ widgets/rb-song-info.c Mon Apr 17 03:11:42 2006
-@@ -750,7 +750,7 @@ rb_song_info_populate_dialog (RBSongInfo
- {
- const char *text;
- char *tmp;
-- ulong num;
-+ gulong num;
-
- g_assert (song_info->priv->current_entry);
-
-@@ -1063,7 +1063,7 @@ rb_song_info_update_rating (RBSongInfo *
- static void
- rb_song_info_update_year (RBSongInfo *song_info)
- {
-- ulong year;
-+ gulong year;
- char *text;
-
- year = rhythmdb_entry_get_ulong (song_info->priv->current_entry, RHYTHMDB_PROP_YEAR);
-@@ -1183,7 +1183,7 @@ rb_song_info_sync_entries_multiple (RBSo
- g_value_set_ulong (&val, discn);
-
- for (tem = dialog->priv->selected_entries; tem; tem = tem->next) {
-- ulong entry_disc_num;
-+ gulong entry_disc_num;
-
- entry = (RhythmDBEntry *)tem->data;
- entry_disc_num = rhythmdb_entry_get_ulong (entry, RHYTHMDB_PROP_DISC_NUMBER);