summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-05-04 19:25:18 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-05-04 19:25:18 +0000
commitd2f5fc846d5f2d069dd0b2386342b03786a14171 (patch)
tree022e48195f7b947d46c257eec066da71337b0995 /media-sound/id3v2/files
parentSwitch to mozilla-launcher since version 1.6 supports thunderbird (diff)
downloadhistorical-d2f5fc846d5f2d069dd0b2386342b03786a14171.tar.gz
historical-d2f5fc846d5f2d069dd0b2386342b03786a14171.tar.bz2
historical-d2f5fc846d5f2d069dd0b2386342b03786a14171.zip
Version bump closes bug #50010.
Diffstat (limited to 'media-sound/id3v2/files')
-rw-r--r--media-sound/id3v2/files/digest-id3v2-0.1.101
-rw-r--r--media-sound/id3v2/files/digest-id3v2-0.1.91
-rw-r--r--media-sound/id3v2/files/id3v2-0.1.10-noinline.patch17
3 files changed, 18 insertions, 1 deletions
diff --git a/media-sound/id3v2/files/digest-id3v2-0.1.10 b/media-sound/id3v2/files/digest-id3v2-0.1.10
new file mode 100644
index 000000000000..9f35fe6973d3
--- /dev/null
+++ b/media-sound/id3v2/files/digest-id3v2-0.1.10
@@ -0,0 +1 @@
+MD5 a4a5130e49b6451ced32e208a2f9aeab id3v2-0.1.10.tar.gz 26419
diff --git a/media-sound/id3v2/files/digest-id3v2-0.1.9 b/media-sound/id3v2/files/digest-id3v2-0.1.9
deleted file mode 100644
index 5906a6bd07f2..000000000000
--- a/media-sound/id3v2/files/digest-id3v2-0.1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 544862d82224312595bf5a45422d1a49 id3v2-0.1.9.tar.gz 21144
diff --git a/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch b/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch
new file mode 100644
index 000000000000..f1aa3647b079
--- /dev/null
+++ b/media-sound/id3v2/files/id3v2-0.1.10-noinline.patch
@@ -0,0 +1,17 @@
+--- genre.cpp.orig 2004-05-04 12:13:01.548353000 -0700
++++ genre.cpp 2004-05-04 12:14:32.018353000 -0700
+@@ -200,12 +200,12 @@
+ 147, 113, 18, 51, 130, 144, 60, 70, 31, 72, 27, 28 } ;
+ #endif // SORT_RUNTIME
+
+-inline int GetGenreCount()
++int GetGenreCount()
+ {
+ return genre_count;
+ }
+
+-inline const char *GetGenreFromNum(int genre_id)
++const char *GetGenreFromNum(int genre_id)
+ {
+ if ((genre_id >= 0) && (genre_id < GetGenreCount()))
+ return genre_table[genre_id];