[Bug 307343] New: audiocd-kio 4.9.1 does not supply vorbis support
Felix Tiede
info at pc-tiede.de
Mon Sep 24 21:47:50 BST 2012
https://bugs.kde.org/show_bug.cgi?id=307343
Bug ID: 307343
Severity: major
Version: unspecified
Priority: NOR
Assignee: kde-multimedia at kde.org
Summary: audiocd-kio 4.9.1 does not supply vorbis support
Classification: Unclassified
OS: Linux
Reporter: info at pc-tiede.de
Hardware: Gentoo Packages
Status: UNCONFIRMED
Component: general
Product: kdemultimedia
Though libvorbis-1.3.3 is provided and found by audiocd-kio's build system and
libaudiocd_encoder_vorbis.so is built, there is no vorbis support for audio
CDs.
There is no tab in systemsettings to allow setup and ogg/vorbis files are not
provided if URL audiocd:/ is opened in dolphin, konqueror or amarok.
Reproducible: Always
Steps to Reproduce:
1. Open URL audiocd:/ in any kioslave-supporting application
Actual Results:
No folder with Ogg/Vorbis files is provided.
Expected Results:
Similar to wav there should be a folder providing the same files encoded as
Ogg/Vorbis.
KDE-4.9.1, compiled from sources;
libvorbis-1.3.3, compiled from sources.
Digging through the code it seems the problem is caused by a number of #ifdef
HAVE_VORBIS statements in source files in plugins/vorbis while HAVE_VORBIS is
never defined, thus switching off the entire sourcecode of the plugin.
I'll test if adding a line 'add_definitions( -DHAVE_VORBIS )' (similar to the
matching line in plugins/flac/CMakeLists.txt) to plugins/vorbis/CMakeLists.txt
solves the problem and provide a matching patch for it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-multimedia
mailing list