[Bug 45026] Re: K3b dont find emovix-2 and normalize

Tito farmatito at tiscali.it
Fri Apr 20 13:21:35 BST 2007


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 dont find emovix-2 and normalize
https://bugs.launchpad.net/bugs/45026
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