diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 05:06:20 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 05:06:20 +0800 |
commit | 42955dfe06a38fd27ef295ce6d8bf11b5c738599 (patch) | |
tree | 0c94d15b8a66ae7f8a53cae27b02402ca1a88c13 | |
parent | 6e8a7b128b067d27d7f98315e4f4c268fc57f45e (diff) | |
download | marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar.gz marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar.bz2 marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar.lz marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar.xz marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.tar.zst marcuscom-ports-42955dfe06a38fd27ef295ce6d8bf11b5c738599.zip |
The new disc number code causes rb to crash when reading metadata
from itunes.db, so comment it out until a proper fix is committed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2873 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c | 21 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-sources_rb-ipod-source.c | 21 |
2 files changed, 28 insertions, 14 deletions
diff --git a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c index 842e84978..61fbb19a5 100644 --- a/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c +++ b/audio/rhythmbox-devel/files/patch-sources_rb-ipod-source.c @@ -1,11 +1,18 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 -@@ -238,7 +238,7 @@ +--- 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); - g_value_set_ulong (&value, song->cd_nr); -- rhythmdb_entry_set (RHYTHMDB (db), entry, -+ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, - RHYTHMDB_PROP_DISC_NUMBER, +@@ -243,6 +244,7 @@ &value); g_value_unset (&value); + } ++ */ + + /* Set bitrate */ + if (song->bitrate != 0) { diff --git a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c index 842e84978..61fbb19a5 100644 --- a/audio/rhythmbox/files/patch-sources_rb-ipod-source.c +++ b/audio/rhythmbox/files/patch-sources_rb-ipod-source.c @@ -1,11 +1,18 @@ ---- sources/rb-ipod-source.c.orig Sun Sep 19 16:50:39 2004 -+++ sources/rb-ipod-source.c Sun Sep 19 16:51:22 2004 -@@ -238,7 +238,7 @@ +--- 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); - g_value_set_ulong (&value, song->cd_nr); -- rhythmdb_entry_set (RHYTHMDB (db), entry, -+ rhythmdb_entry_set (RHYTHMDB (ctxt->db), entry, - RHYTHMDB_PROP_DISC_NUMBER, +@@ -243,6 +244,7 @@ &value); g_value_unset (&value); + } ++ */ + + /* Set bitrate */ + if (song->bitrate != 0) { |