summaryrefslogtreecommitdiffstats
path: root/akode/configure.in.bot
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:28:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:28:43 +0100
commit2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a (patch)
tree727ecd2b833f983b83bc4829435c864aad0a5aac /akode/configure.in.bot
downloadakode-2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a.tar.gz
akode-2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a.zip
Initial import of akode 2.0.2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'akode/configure.in.bot')
-rw-r--r--akode/configure.in.bot57
1 files changed, 57 insertions, 0 deletions
diff --git a/akode/configure.in.bot b/akode/configure.in.bot
new file mode 100644
index 0000000..1e2196e
--- /dev/null
+++ b/akode/configure.in.bot
@@ -0,0 +1,57 @@
+if test "x$have_libFLAC" = "xno"; then
+ echo ">"
+ echo "> You do not seem to have a recent enough libFLAC"
+ echo "> installed. Without it aKode and aRts"
+ echo "> will not be able to play FLAC files."
+ echo "> You need atleast libFLAC 1.0.3 or newer."
+ echo ">"
+fi
+
+if test "x$have_libOggFLAC" = "xno"; then
+ echo ">"
+ echo "> You do not seem to have libOggFLAC installed."
+ echo "> Without it aKode and aRts will not be"
+ echo "> able to play Ogg-files with embedded FLAC streams"
+ echo "> You need atleast libOggFLAC 1.1.1 or newer."
+ echo ">"
+fi
+
+if test "x$have_libSPEEX" = "xno"; then
+ echo ">"
+ echo "> You do not seem to have libspeex installed."
+ echo "> Without it aKode and aRts will not be"
+ echo "> able to play speex-files and -stream."
+ echo ">"
+fi
+
+if test "x$have_oggvorbis" = "xno"; then
+ echo ">"
+ echo "> You do not seem to have libvorbisfile installed."
+ echo "> Without it aKode will not be able to play"
+ echo "> Ogg-files with embedded Vorbis streams"
+ echo "> You need atleast libvorbisfile 1.0 or newer."
+ echo ">"
+fi
+
+if test "x$have_libMAD" = "xno"; then
+ echo ">"
+ echo "> You do not seem to have MADlib installed."
+ echo "> Without it aKode will not be able to play"
+ echo "> MPEG-audio this includes the common MP3 format"
+ echo ">"
+fi
+
+if test "x$AKODE_LIBDL" = "x" ; then
+ echo ">"
+ echo "> You do not seem to have any dynamic-library manipulation"
+ echo "> library installed. aKode will not be compiled."
+ echo ">"
+fi
+
+#if test "x$have_libltdl" = "xno"; then
+# echo ">"
+# echo "> You do not seem to have libltdl installed."
+# echo "> Without it aKode will not work on some platforms."
+# echo "> Recent Linux, BSDs and Solaris will still work"
+# echo ">"
+#fi