kaffeine fails to build due to libcdio 0.90 dropping the header cdda.h that has been present in libcdio <= 0.83. How do you propose we fix this?
File a bug report.
Darrell
On 01/22/2014 01:45 PM, Darrell Anderson wrote:
kaffeine fails to build due to libcdio 0.90 dropping the header cdda.h that has been present in libcdio <= 0.83. How do you propose we fix this?
File a bug report.
Darrell
Done (critical)
http://bugs.pearsoncomputing.net/show_bug.cgi?id=1853
You guys evaluate if you want to adjust importance to blocker. Just be aware, kaffeine (and anything else relying on cdda.h) will break when anyone updates to current libcdio.
On 01/23/2014 12:36 AM, David C. Rankin wrote:
Done (critical)
http://bugs.pearsoncomputing.net/show_bug.cgi?id=1853
You guys evaluate if you want to adjust importance to blocker. Just be aware, kaffeine (and anything else relying on cdda.h) will break when anyone updates to current libcdio.
However,
I think the fix will be fairly minor:
00:41 alchemy:~/tde/tmp/fix/src/kaffeine> grep -rn cdda.h * configure.in:303:KDE_CHECK_HEADER([cdio/cdda.h], [with_cdparanoia=yes], [with_cdparanoia=no]) kaffeine/configure.in.in:223:KDE_CHECK_HEADER([cdio/cdda.h], [with_cdparanoia=yes], [with_cdparanoia=no]) kaffeine/src/input/disc/paranoia.h:35:#include <cdio/cdda.h>
cdda.h is now available in the libcdio-paranoia package as cdio/paranoia/cdda.h so it is a matter of fixing the autotools files and preprocessor directives (which I will need HELP with)