Package: normalize-audio Version: 0.7.6-7 Severity: important Tags: patch find_flacdecode and find_flacencode do not set the proper variables $FLACDECODE and $FLACENCODE, respectively. Instead, they both set $FLAC so the script always reports "no decoder available" when working with FLAC files.
diff unpatched patched 299c299 < $FLAC = $path; --- > $FLACDECODE = $path; 308c308 < $FLAC = $path; --- > $FLACENCODE = $path; -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages normalize-audio depends on: ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an ii libmad0 0.15.1b-2.1 MPEG audio decoder library Versions of packages normalize-audio recommends: ii vorbis-tools 1.0.1-1.5 Several Ogg Vorbis Tools -- no debconf information
299c299 < $FLAC = $path; --- > $FLACDECODE = $path; 308c308 < $FLAC = $path; --- > $FLACENCODE = $path;