From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.9) Gecko/20070131 Fedora/1.5.0.9-2.fc6 Firefox/1.5.0.9 pango-text Description of problem: When I build it on my machine, it uses libsamplerate, as evidenced by: $ ldd /usr/bin/k3b | fgrep libsamplerate libsamplerate.so.0 => /usr/lib64/libsamplerate.so.0 (0x00000036a2400000) When I do this on the version from a repository, I get: $ ldd /usr/bin/k3b | fgrep libsamplerate <Blank line> I've been looking through the objects and libraries in the various k3b packages to find out how they do sample rate conversion, so far without success. The version is k3b-0.12.17-1. Questions: (1) Why does my build invoke libsamplrate.so, while the one from the repository doesn't? (2) How does K3B as released from the repository do sample rate conversion? Version-Release number of selected component (if applicable): k3b-0.12.17-1 How reproducible: Always Steps to Reproduce: 1.$ ldd /usr/bin/k3b | fgrep libsamplerate libsamplerate.so.0 => /usr/lib64/libsamplerate.so.0 (0x00000036a2400000) Actual Results: Nothing Expected Results: libsamplerate.so.0 => /usr/lib64/libsamplerate.so.0 (0x00000036a2400000) should appear on the console. Additional info: I don't know if this is a bug. It seems to be a problem of some sort. I have reported it on the Fedora list.
libsamplerate support is in k3b-extras (for FC-6). This couldn't be included in the "Core" k3b since libsamplerate is in "Extras". Life is better with F7 (and beyond) since Core/Extras are merged.