diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-08-06 14:15:36 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-08-06 14:15:36 +0000 |
commit | b21c8bbce77f2590e2aa2f8dc7b8d1a2c33a5703 (patch) | |
tree | b0070c27dbfcb419a9d60a000da34d5dc2291fc7 /media-sound/audacious | |
parent | Local USE-flag chardet for media-sound/audacious. (diff) | |
download | gentoo-2-b21c8bbce77f2590e2aa2f8dc7b8d1a2c33a5703.tar.gz gentoo-2-b21c8bbce77f2590e2aa2f8dc7b8d1a2c33a5703.tar.bz2 gentoo-2-b21c8bbce77f2590e2aa2f8dc7b8d1a2c33a5703.zip |
Added local USE-flag to enable character set autodetection. This is only required for non-compliant ID3 tags as the specification is crystal clear on this: ISO8859-1 or UTF-8. Also closes upstream bug #543, the magic bytes for 15 instrument modules at offset 1080 triggered spuriously, and caused a decoder segfault.
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 24f3445ee177..b31bcb0804c7 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.58 2006/07/23 00:47:20 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.59 2006/08/06 14:15:36 chainsaw Exp $ + + 06 Aug 2006; Tony Vroon <chainsaw@gentoo.org> +audacious-1.1.1-r1.ebuild, + +files/1.1.1-remove-15instrument-magic.diff: + Added local USE-flag to enable character set autodetection. This is only + required for non-compliant ID3 tags as the specification is crystal clear on + this: ISO8859-1 or UTF-8. Also closes upstream bug #543, the magic bytes for + 15 instrument modules at offset 1080 triggered spuriously, and caused a + decoder segfault. *audacious-1.1.1 (23 Jul 2006) |