QUOTE(xmixahlx @ Jul 14 2007, 21:33)

i use debian official (unstable) reps, marillat reps, and my own reps to add full support for the multimedia packages at rarewares.
if you are doing this on your own you'll need to know how to resolve dependencies for the various elements of k3b (and any other software).
here is the configure line i use for the k3b packages at rarewares/debian: (you can see options with ./configure --help)
QUOTE
--with-alsa --with-k3bsetup=yes --with-external-libsamplerate \
--enable-ffmpeg-all-codecs --without-resmgr --enable-final \
--without-cdrecord-suid-root --enable-pch
you want --enable-ffmpeg-all-codecs
this adds support for ALL of the formats supported by ffmpeg, listed here:
http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html#SEC25obviously you want to have ffmpeg configured correctly, too.

later
Tank you xmixahlx, you made my day !
I'm using gentoo with the latest bleeding-edge libraries, so i was pretty sure it was not a ffmpeg problem . Based on your tips , i checked the k3b ebuild file ( containing the compile specs).
Everything worked fine , by adding --enable-ffmpeg-all-codecs into the ebuild , i was able to have a brand new , wavpack-enabled k3b.
I will contact gentoo k3b maintainer , this feature should be a standard one.