[Pkg-kde-extras] Bug#549221: [PATCH] Updated patch for K3B - normalize audio detection
Roderick B. Greening
roderick.greening at gmail.com
Thu Oct 1 16:52:43 UTC 2009
Package: k3b
Version: 1.66.0~alpha2-1
With the patch currently included with this version of K3B, normalize-audio
detection does not work properly (at least tested under current Kubuntu 9.10
Beta and I assume same would apply for Debian Experimental).
I have updated the patch to fully rename all references to normalize to
normalize-audio, including the kconfig read/write sections. Although these may
not be strictly required, it does make for a more accurate conversion.
As well, I have manually set the version detection to look for 'normalize' and
not the default which is the program name set (i.e. 'normalize-audio'). As you
can see below, the normalize package reports the following via the version
command:
rgreening at atlantis:~/Source/ninjas/karmic/k3b$ normalize-audio -V
normalize 0.7.7
Copyright (C) 2005 Chris Vaill
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This copy of normalize is compiled with the following libraries:
MAD audiofile
The fix is to add this line to the normalize detection, to force it to look for
normalize and not normalize-audio:
setVersionIdentifier( QLatin1String( "normalize" ) );
This patch has been tested under Kubuntu 9.10 Beta, and was verified to work as
expected with no noticeable side effects.
Regards,
Rod.
_______________________________________
Roderick B. Greening, B.Sc.
Paradise, NL Canada
E-mail/MSN: roderick.greening at gmail.com
LP: launchpad.net/~roderick-greening
Wiki: wiki.ubuntu.com/rgreening
Blog: roderick-greening.blogspot.com
Twitter: twitter.com/rgreening
Identica: identi.ca/rgreening
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 101_rename_normalize.diff
Type: text/x-patch
Size: 9145 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20091001/afd71c96/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20091001/afd71c96/attachment.pgp>
More information about the pkg-kde-extras
mailing list