summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-09-30 10:51:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-09-30 10:51:40 +0800
commit7ceca929d5b71d4fb3b31923463a805c0c1a7952 (patch)
tree192ab13e4efceb6d4df58ceaee3a7004e8e629ce /audio/rhythmbox-devel/files
parenta1e08072c6f56a64a137ef947b38cb30a62b6ef1 (diff)
downloadmarcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.gz
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.bz2
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.lz
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.xz
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.zst
marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.zip
Remove this port now that it is in ports-stable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2909 df743ca5-7f9a-e211-a948-0013205c9059
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.c11
3 files changed, 0 insertions, 44 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 723285dfa..000000000
--- 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 6270d9f74..000000000
--- 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 5c2552a88..000000000
--- a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sources/rb-ipod-source.c.orig Thu Sep 16 18:03:09 2004
-+++ sources/rb-ipod-source.c Sun Sep 19 20:00:17 2004
-@@ -238,7 +238,7 @@
- GValue value = {0, };
- g_value_init (&value, G_TYPE_ULONG);
- g_value_set_ulong (&value, song->cd_nr);
-- rhythmdb_entry_set (RHYTHMDB (db), entry,
-+ entry_set_locked (RHYTHMDB (ctxt->db), entry,
- RHYTHMDB_PROP_DISC_NUMBER,
- &value);
- g_value_unset (&value);