summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
blob: a2b145dd6b03c20cdf6a0278dae2bfff38226073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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/tdesupport/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/tdesupport/akode."
  all_tests=bad
fi