SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kttsd / configure.in.bot
blobb24a08577649e102379d580cd05a362908d939b6
1 if test "x$have_gst" = xno && test "x$with_gstreamer" != xno; then
2     echo "********************************************************"
3     echo "*"
4     echo "* You do not seem to have GStreamer >= 0.8.7 installed."
5     echo "*"
6     echo "* KTTSD supports GStreamer output but will also"
7     echo "* work with aRts, ALSA, and aKode"
8     echo "*"
9     echo "* PACKAGERS: Please do not include the gstreamer plugin"
10     echo "* in binary distributions of kdeaccessibility as it"
11     echo "* creates unwanted dependencies.  Instead, include in a"
12     echo "* separate package, e.g., kdeaccessibility-extras."
13     echo "* The separate package should require gstreamer >= 0.8.7"
14     echo "*"
15     echo "********************************************************"
17 if test "x$have_gst" = xyes && test "x$with_gstreamer" = xno; then
18     echo "********************************************************"
19     echo "*"
20     echo "* You seem to have GStreamer >= 0.8.7 installed."
21     echo "* but you did not choose to build the gstreamer plugin."
22     echo "* To enable GStreamer plugin, configure with"
23     echo "*"
24     echo "*   --with-gstreamer"
25     echo "*"
26     echo "* KTTSD supports GStreamer output but will also"
27     echo "* work with aRts, ALSA, and aKode"
28     echo "*"
29     echo "* PACKAGERS: Please do not include the gstreamer plugin"
30     echo "* in binary distributions of kdeaccessibility as it"
31     echo "* creates unwanted dependencies.  Instead, include in a"
32     echo "* separate package, e.g., kdeaccessibility-extras."
33     echo "* The separate package should require gstreamer >= 0.8.7"
34     echo "*"
35     echo "********************************************************"
37 if test "x$have_gst" = xyes && test "x$with_gstreamer" != xno; then
38     echo "********************************************************"
39     echo "* The build of the GStreamer audio plugin has been enabled."
40     echo "*"
41     echo "* PACKAGERS: Please do not include the gstreamer plugin"
42     echo "* in binary distributions of kdeaccessibility as it"
43     echo "* creates unwanted dependencies.  Instead, include in a"
44     echo "* separate package, e.g., kdeaccessibility-extras."
45     echo "* The separate package should require gstreamer >= 0.8.7"
46     echo "*"
47     echo "********************************************************"
49 if test "x$have_alsa" = xno && test "x$with_alsa" = xcheck; then
50     echo "********************************************************"
51     echo "* The build of the KTTS ALSA audio plugin has been"
52     echo "* disabled because the ALSA sound library headers"
53     echo "* (alsa/asoundlib.h) were not found."
54     echo "*"
55     echo "********************************************************"
57 if test "x$have_akode" = xno && test "x$with_akode" = xcheck; then
58     echo "********************************************************"
59     echo "* The build of the KTTS aKode audio plugin has been"
60     echo "* disabled because the aKode library configuration"
61     echo "* script (akode-config) was not found. The aKode libary"
62     echo "* is part of the kdesupport module."
63     echo "*"
64     echo "********************************************************"