From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- configure.in.bot | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 configure.in.bot (limited to 'configure.in.bot') diff --git a/configure.in.bot b/configure.in.bot new file mode 100644 index 00000000..9a79138a --- /dev/null +++ b/configure.in.bot @@ -0,0 +1,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/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 -- cgit v1.2.1