diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /juk/configure.in.bot | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
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
Diffstat (limited to 'juk/configure.in.bot')
-rw-r--r-- | juk/configure.in.bot | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/juk/configure.in.bot b/juk/configure.in.bot new file mode 100644 index 00000000..f611be1c --- /dev/null +++ b/juk/configure.in.bot @@ -0,0 +1,40 @@ +if test "x$with_taglib" = xcheck && test "x$have_taglib" != xyes; then + echo "**************************************************" + echo "*" + echo "* JuK will not be built without TagLib." + echo "* See the notice below for where to find TagLib." + echo "*" + echo "**************************************************" +fi + +if test "x$with_gstreamer" = xcheck && test "x$have_gst" = xno; then + echo "**************************************************" + echo "*" + echo "* You do not seem to have GStreamer 0.8.x installed." + echo "* Without this aRts and/or aKode output will be used exclusively." + echo "*" + echo "* If you actually have gstreamer installed make sure you also have" + echo "* the gst-plugins collection installed. Both gstreamer and" + echo "* gst-plugins need to be 0.8.x (0.9 is not supported)" + echo "* http://gstreamer.freedesktop.org/modules/" + echo "*" + echo "* JuK supports GStreamer output but will also" + echo "* work with aRts and aKode." + echo "*" + echo "**************************************************" +fi + +if test "x$with_musicbrainz" = xcheck && test "x$have_musicbrainz" = xno; then + echo "**************************************************" + echo "*" + echo "* You do not seem to have libmusicbrainz and" + echo "* libtunepimp. JuK will be compiled without" + echo "* MusicBrainz support and automatic song" + echo "* recognition will not be supported." + echo "* Please download libmusicbrainz 2.x and libtunepimp" + echo "* 0.3.x from:" + echo "* http://www.musicbrainz.org/products/client/download.html " + echo "* http://www.musicbrainz.org/products/tunepimp/download.html" + echo "*" + echo "**************************************************" +fi |