diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-05-04 19:25:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-05-04 19:25:18 +0000 |
commit | 203f24f79cac8439d64541713721d98ecc0d8182 (patch) | |
tree | 1b5c305b235d62dea96e8c02e5c7b65243657d13 /media-sound/id3v2/files | |
parent | Switch to mozilla-launcher since version 1.6 supports thunderbird (Manifest r... (diff) | |
download | gentoo-2-203f24f79cac8439d64541713721d98ecc0d8182.tar.gz gentoo-2-203f24f79cac8439d64541713721d98ecc0d8182.tar.bz2 gentoo-2-203f24f79cac8439d64541713721d98ecc0d8182.zip |
Version bump closes bug #50010.
Diffstat (limited to 'media-sound/id3v2/files')
-rw-r--r-- | media-sound/id3v2/files/digest-id3v2-0.1.10 | 1 | ||||
-rw-r--r-- | media-sound/id3v2/files/digest-id3v2-0.1.9 | 1 | ||||
-rw-r--r-- | media-sound/id3v2/files/id3v2-0.1.10-noinline.patch | 17 |
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]; |