From b21c8bbce77f2590e2aa2f8dc7b8d1a2c33a5703 Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Sun, 6 Aug 2006 14:15:36 +0000 Subject: 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) --- media-sound/audacious/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +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) -- cgit v1.2.3-65-gdbad