]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- obsoleted
authoraflinta <aflinta@pld-linux.org>
Tue, 20 Apr 2004 20:36:37 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox-audio_mpeg.patch -> 1.2
    rhythmbox-dup.patch -> 1.2

rhythmbox-audio_mpeg.patch [deleted file]
rhythmbox-dup.patch [deleted file]

diff --git a/rhythmbox-audio_mpeg.patch b/rhythmbox-audio_mpeg.patch
deleted file mode 100644 (file)
index 7be1ae7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- orig/metadata/rb-metadata-gst.c
-+++ mod/metadata/rb-metadata-gst.c
-@@ -55,6 +55,7 @@
-       const char *human_name;
- } rb_metadata_type_map[] = {
-       {"application/x-id3", "id3tag", "MP3"},
-+      {"audio/mpeg", NULL, "MP3"},
-       {"application/ogg", NULL, "Ogg"},
-       {"audio/x-flac", "flactag", "FLAC"},
-       {"application/x-ape", NULL, "MonkeysAudio"},
diff --git a/rhythmbox-dup.patch b/rhythmbox-dup.patch
deleted file mode 100644 (file)
index 3d7a352..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- rhythmbox-0.8.0/sources/itunesdb.c.orig    2004-04-15 19:31:41.000000000 +0000
-+++ rhythmbox-0.8.0/sources/itunesdb.c 2004-04-20 16:36:14.000000000 +0000
-@@ -394,16 +394,6 @@
-   return fixup_utf16(entry_utf16);
- }
--#if (G_BYTE_ORDER == G_BIG_ENDIAN)
--/* Get length of utf16 string in number of characters (words) */
--static guint32 utf16_strlen (gunichar2 *utf16)
--{
--  guint32 i=0;
--  while (utf16[i] != 0) ++i;
--  return i;
--}
--#endif
--
- /* get a PL, return pos where next PL should be, name and content */
- static iPodPlaylist * get_pl(iPodParser *parser) 
- {
This page took 0.037412 seconds and 4 git commands to generate.