summaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /audio/rhythmbox-devel/files
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'audio/rhythmbox-devel/files')
-rw-r--r--audio/rhythmbox-devel/files/patch-corba_Makefile.in11
-rw-r--r--audio/rhythmbox-devel/files/patch-sources_itunesdb.c22
-rw-r--r--audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c18
3 files changed, 0 insertions, 51 deletions
diff --git a/audio/rhythmbox-devel/files/patch-corba_Makefile.in b/audio/rhythmbox-devel/files/patch-corba_Makefile.in
deleted file mode 100644
index 723285dfa01b..000000000000
--- a/audio/rhythmbox-devel/files/patch-corba_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- corba/Makefile.in.orig Wed Aug 27 04:19:40 2003
-+++ corba/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-devel/files/patch-sources_itunesdb.c b/audio/rhythmbox-devel/files/patch-sources_itunesdb.c
deleted file mode 100644
index 6270d9f74cc1..000000000000
--- a/audio/rhythmbox-devel/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-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c
deleted file mode 100644
index 61fbb19a5cd5..000000000000
--- a/audio/rhythmbox-devel/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) {