~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to akode/configure.in.bot

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if test "x$have_libFLAC" = "xno"; then
 
2
        echo ">"
 
3
        echo "> You do not seem to have a recent enough libFLAC"
 
4
        echo "> installed. Without it aKode and aRts"
 
5
        echo "> will not be able to play FLAC files."
 
6
        echo "> You need atleast libFLAC 1.0.3 or newer."
 
7
        echo ">"
 
8
fi
 
9
 
 
10
if test "x$have_libOggFLAC" = "xno"; then
 
11
        echo ">"
 
12
        echo "> You do not seem to have libOggFLAC installed."
 
13
        echo "> Without it aKode and aRts will not be"
 
14
        echo "> able to play Ogg-files with embedded FLAC streams"
 
15
        echo "> You need atleast libOggFLAC 1.1.1 or newer."
 
16
        echo ">"
 
17
fi
 
18
 
 
19
if test "x$have_libSPEEX" = "xno"; then
 
20
        echo ">"
 
21
        echo "> You do not seem to have libspeex installed."
 
22
        echo "> Without it aKode and aRts will not be"
 
23
        echo "> able to play speex-files and -stream."
 
24
        echo ">"
 
25
fi
 
26
 
 
27
if test "x$ogg_vorbis" = "xno"; then
 
28
        echo ">"
 
29
        echo "> You do not seem to have libvorbisfile installed."
 
30
        echo "> Without it aKode will not be able to play"
 
31
        echo "> Ogg-files with embedded Vorbis streams"
 
32
        echo "> You need atleast libvorbisfile 1.0 or newer."
 
33
        echo ">"
 
34
fi
 
35
 
 
36
if test "x$have_libMAD" = "xno"; then
 
37
        echo ">"
 
38
        echo "> You do not seem to have MADlib installed."
 
39
        echo "> Without it aKode will not be able to play"
 
40
        echo "> MPEG-audio this includes the common MP3 format"
 
41
        echo ">"
 
42
fi
 
43
 
 
44
#if test "x$have_libltdl" = "xno"; then
 
45
#        echo ">"
 
46
#        echo "> You do not seem to have libltdl installed."
 
47
#        echo "> Without it aKode will not work on some platforms."
 
48
#        echo "> Recent Linux, BSDs and Solaris will still work"
 
49
#        echo ">"
 
50
#fi