summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-configure11
-rw-r--r--audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c26
-rw-r--r--audio/rhythmbox/files/patch-player_rb-recorder-gst.c12
-rw-r--r--audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h10
-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-widgets_rb-song-info.c29
7 files changed, 0 insertions, 117 deletions
diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure
deleted file mode 100644
index 197d077b6..000000000
--- 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-daapsharing_rb-daap-src.c b/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c
deleted file mode 100644
index 02b36912b..000000000
--- a/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- daapsharing/rb-daap-src.c.orig Fri Jan 27 21:11:13 2006
-+++ daapsharing/rb-daap-src.c Thu Feb 2 02:07:48 2006
-@@ -34,6 +34,7 @@
- #include <sys/ioctl.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <signal.h>
- #include <ctype.h>
-
- #include <libsoup/soup-headers.h>
-@@ -435,7 +436,14 @@ rb_daap_src_write (RBDAAPSrc *src, const
- size_t bytes_written = 0;
-
- while (bytes_written < count) {
-- ssize_t wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL);
-+ ssize_t wrote;
-+#ifdef MSG_NOSIGNAL
-+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL);
-+#else
-+ signal (SIGPIPE, SIG_IGN);
-+ wrote = send (src->sock_fd, buf + bytes_written, count - bytes_written, 0);
-+ signal (SIGPIPE, SIG_DFL);
-+#endif
-
- if (wrote < 0) {
- GST_WARNING ("error while writing: %s", g_strerror (errno));
diff --git a/audio/rhythmbox/files/patch-player_rb-recorder-gst.c b/audio/rhythmbox/files/patch-player_rb-recorder-gst.c
deleted file mode 100644
index e8aae3495..000000000
--- a/audio/rhythmbox/files/patch-player_rb-recorder-gst.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- player/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005
-+++ player/rb-recorder-gst.c Wed Aug 10 20:06:31 2005
-@@ -25,7 +25,9 @@
- #include <string.h>
- #include <math.h>
- #include <time.h>
-+#ifndef __FreeBSD__
- #include <sys/vfs.h>
-+#endif
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h
deleted file mode 100644
index 2208b3205..000000000
--- a/audio/rhythmbox/files/patch-podcast_rb-podcast-parse.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- podcast/rb-podcast-parse.h.orig Mon Nov 28 13:51:28 2005
-+++ podcast/rb-podcast-parse.h Mon Nov 28 13:51:05 2005
-@@ -22,6 +22,7 @@
- #ifndef RB_PODCAST_PARSE_H
- #define RB_PODCAST_PARSE_H
-
-+#include <inttypes.h>
- #include <glib.h>
-
- typedef struct
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 c19ec530e..000000000
--- 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 61fbb19a5..000000000
--- 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-widgets_rb-song-info.c b/audio/rhythmbox/files/patch-widgets_rb-song-info.c
deleted file mode 100644
index e7a9db557..000000000
--- 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);