[Bug 110859] Re: k3b does not detect normalize-audio

Christian Mangold neversfelde at kubuntu-de.org
Thu May 10 18:12:36 BST 2007


here is a workaround:
http://forum.kubuntu-de.org/index.php?topic=8447.msg55097#msg55097

"The solution for feisty is to download the latest source package normalize-0.7.7 and change this lines in
 normalize-0.7.7/src/normalize.c
   
case 'V':
       printf("normalize %s\n", version);
       printf(_("\
to
   case 'V':
       printf("%s %s\n", progname, version);
       printf(_("\

after that
 checkinstall make install
 ln -s /usr/bin/normalize /usr/bin/normalize-audio
and everything will work.
 
The problem is due to the fact that k3b calls normalize-audio -V
 but the program answers:
 normalize 0.7.7
rather than
normalize-audio 0.7.7"

-- 
k3b does not detect normalize-audio
https://bugs.launchpad.net/bugs/110859
You received this bug notification because you are a member of Ubuntu
Burning Team, which is a bug contact for k3b in ubuntu.



More information about the Ubuntu-burning mailing list