summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r--audio/rhythmbox/files/patch-configure47
-rw-r--r--audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c27
-rw-r--r--audio/rhythmbox/files/patch-player_rb-recorder-gst.c12
-rw-r--r--audio/rhythmbox/files/patch-remote_bonobo_Makefile.in11
-rw-r--r--audio/rhythmbox/files/patch-sources_itunesdb.c22
-rw-r--r--audio/rhythmbox/files/patch-sources_rb-ipod-source.c18
6 files changed, 0 insertions, 137 deletions
diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure
deleted file mode 100644
index 9c31cedaa..000000000
--- a/audio/rhythmbox/files/patch-configure
+++ /dev/null
@@ -1,47 +0,0 @@
---- configure.orig Mon Oct 17 10:21:14 2005
-+++ configure Mon Oct 17 10:22:47 2005
-@@ -21603,7 +21603,7 @@
- enable_hal02=yes
- fi
- fi
-- if test x$enable_hal05 == xyes || test x$enable_hal02 == xyes; then
-+ if test x$enable_hal05 = xyes || test x$enable_hal02 = xyes; then
- enable_hal=yes
- else
- enable_hal=no
-@@ -21620,7 +21620,7 @@
- _ACEOF
-
- enable_ipod=yes
-- if test x$enable_hal05 == xyes; then
-+ if test x$enable_hal05 = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_HAL_0_5 1
-@@ -21887,7 +21887,7 @@
- RHYTHMBOX_LIBS="$RHYTHMBOX_LIBS $SOUNDSYSTEM_LIBS"
-
-
-- if test "x$GST_INSPECT" == "x"; then
-+ if test "x$GST_INSPECT" = "x"; then
- # Extract the first word of "gst-inspect-0.8", so it can be a program name with args.
- set dummy gst-inspect-0.8; ac_word=$2
- echo "$as_me:$LINENO: checking for $ac_word" >&5
-@@ -22640,7 +22640,7 @@
-
-
- if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then
-- CFLAGS=$CFLAGS -I`echo $x_includes | sed -e "s/:/ -I/g"`
-+ CFLAGS=$CFLAGS\ -I`echo $x_includes | sed -e "s/:/ -I/g"`
- fi
- if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then
- LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"`
-@@ -22977,7 +22977,7 @@
- fi
- if test "x$enable_audiocd" = "xyes"; then
-
-- if test "x$GST_INSPECT" == "x"; then
-+ if test "x$GST_INSPECT" = "x"; then
- # Extract the first word of "gst-inspect-0.8", so it can be a program name with args.
- set dummy gst-inspect-0.8; ac_word=$2
- echo "$as_me:$LINENO: checking for $ac_word" >&5
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 fdbf98e76..000000000
--- a/audio/rhythmbox/files/patch-daapsharing_rb-daap-src.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- daapsharing/rb-daap-src.c.orig Sun Oct 16 05:50:21 2005
-+++ daapsharing/rb-daap-src.c Mon Oct 17 10:30:20 2005
-@@ -34,6 +34,7 @@
- #include <sys/ioctl.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <signal.h>
-
- #include <libgnome/gnome-i18n.h>
- #include <gst/gst.h>
-@@ -580,7 +581,15 @@ gst_tcp_socket_write (int socket, const
- size_t bytes_written = 0;
-
- while (bytes_written < count) {
-- ssize_t wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL);
-+ ssize_t wrote;
-+#ifdef MSG_NOSIGNAL
-+ wrote = send (socket, buf + bytes_written, count - bytes_written, MSG_NOSIGNAL);
-+#else
-+ signal (SIGPIPE, SIG_IGN);
-+ wrote = send (socket, buf + bytes_written, count - bytes_written, 0);
-+ signal (SIGPIPE, SIG_DFL);
-+#endif
-+
-
- if (wrote <= 0) {
- return bytes_written;
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-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_itunesdb.c b/audio/rhythmbox/files/patch-sources_itunesdb.c
deleted file mode 100644
index 6270d9f74..000000000
--- a/audio/rhythmbox/files/patch-sources_itunesdb.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- sources/itunesdb.c.orig Fri Mar 19 12:20:13 2004
-+++ sources/itunesdb.c Fri Apr 2 21:39:39 2004
-@@ -729,8 +729,9 @@
- gchar data[4];
- guint32 header_length, entry_length, entry_num, i=0;
- time_t tt = time (NULL);
-+ struct tm *tmt;
-
-- localtime (&tt); /* set the ext. variable 'timezone' (see below) */
-+ tmt = localtime (&tt); /* set the ext. variable 'timezone' (see below) */
- if (seek_get_n_bytes (plycts, data, 0, 4) != 4) break;
- if (cmp_n_bytes (data, "mhdp", 4) == FALSE) break;
- header_length = get4int (plycts, 4);
-@@ -768,7 +769,7 @@
- * way to do that ?
- */
- if (playcount->time_played)
-- playcount->time_played += __timezone;
-+ playcount->time_played += tmt->tm_gmtoff;
-
- /* rating only exists if the entry length is at least 0x10 */
- if (entry_length >= 0x10)
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) {