You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
15 years ago
|
dnl put here things which have to be done as very last part of configure
|
||
|
|
||
|
if test "x$with_vorbis" = xcheck && test "x$have_oggvorbis" = xno; then
|
||
|
echo ""
|
||
|
echo "Ogg Vorbis support was not found."
|
||
|
echo "a KFile-plugin for displaying Ogg Vorbis Information"
|
||
|
echo "has been disabled from compilation."
|
||
|
echo "audiocd:/ will be built without Vorbis support."
|
||
|
all_tests=bad
|
||
|
fi
|
||
|
|
||
|
if test "x$with_taglib" = xcheck && test "x$have_taglib" = xno; then
|
||
|
echo ""
|
||
|
echo "You're missing TagLib. Without TagLib KDE will not support ID3"
|
||
|
echo "tags in mp3 files. You can find taglib either in KDE's Subversion"
|
||
|
echo "repository under trunk/kdesupport/taglib or at"
|
||
|
echo "http://ktown.kde.org/~wheeler/taglib"
|
||
|
all_tests=bad
|
||
|
fi
|
||
|
|
||
|
if test "x$with_lame" = xcheck && test "x$have_lame" = xno; then
|
||
|
echo ""
|
||
|
echo "lame not found, MP3 support will be built into audiocd:/, but"
|
||
|
echo "if the library isn't present at runtime it will be disabled."
|
||
|
echo "See http://lame.sourceforge.net/"
|
||
|
all_tests=bad
|
||
|
fi
|
||
|
|
||
|
if test "x$with_akode" = xcheck && test "x$have_akode" = xno; then
|
||
|
echo ""
|
||
|
echo "aKode was not found. Without it the aKode aRts-plugin will not be"
|
||
|
echo "installed, and aRts will be unable to play many music formats."
|
||
|
echo "You can find aKode in KDE's Subversion repository under"
|
||
|
echo "trunk/kdesupport/akode."
|
||
|
all_tests=bad
|
||
|
fi
|