Mercurial > audlegacy
annotate configure.ac @ 834:0bb30ec2bce9 trunk
[svn] - revert pluginenum change (did no good)
- remove tags/Makefile reference from configure
author | nenolod |
---|---|
date | Mon, 13 Mar 2006 20:21:42 -0800 |
parents | 4e6132a6c2c1 |
children | 2628b35b4573 |
rev | line source |
---|---|
0 | 1 dnl Process this file with autoconf to produce a configure script. |
2 | |
794 | 3 AC_INIT(audacious, 0.2.2) |
0 | 4 AC_PREREQ(2.5) |
5 | |
6 AC_CANONICAL_HOST | |
7 AC_CANONICAL_TARGET | |
8 | |
9 AC_CONFIG_HEADERS([config.h]) | |
10 | |
11 dnl libbeep | |
12 LIBBEEP_MAJOR_VERSION=2 | |
13 LIBBEEP_MINOR_VERSION=0 | |
14 LIBBEEP_MICRO_VERSION=0 | |
15 LIBBEEP_VERSION=$LIBBEEP_MAJOR_VERSION.$LIBBEEP_MINOR_VERSION.$LIBBEEP_MICRO_VERSION | |
16 AC_SUBST(LIBBEEP_MAJOR_VERSION) | |
17 AC_SUBST(LIBBEEP_MINOR_VERSION) | |
18 AC_SUBST(LIBBEEP_MICRO_VERSION) | |
19 | |
38 | 20 dnl XXX kludge for FreeBSD |
21 if test -d "/usr/X11R6/include"; then | |
22 CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include" | |
23 fi | |
0 | 24 |
756 | 25 AM_INIT_AUTOMAKE |
26 | |
0 | 27 dnl GNU gettext |
28 | |
29 AM_GNU_GETTEXT | |
30 AM_GNU_GETTEXT_VERSION([0.12.1]) | |
31 | |
32 | |
33 dnl Check for C compiler | |
34 | |
35 AC_LANG([C]) | |
2 | 36 AC_LANG([C++]) |
0 | 37 AC_ISC_POSIX |
38 AC_C_BIGENDIAN | |
39 | |
40 dnl Check for assembler | |
41 | |
42 AM_PROG_AS | |
43 | |
44 dnl Checks for various programs | |
45 | |
46 AC_PROG_INSTALL | |
47 AC_PROG_LN_S | |
48 AC_PROG_MAKE_SET | |
49 | |
750 | 50 AC_PATH_PROG(RM, rm) |
51 AC_PATH_PROG(MV, mv) | |
52 AC_PATH_PROG(CP, cp) | |
53 AC_PATH_PROG(AR, ar) | |
54 AC_PATH_PROG(RANLIB, ranlib) | |
55 | |
0 | 56 dnl Path settings |
57 | |
58 AC_PATH_PROG(BEEP_PATH, audacious, no) | |
59 | |
60 AC_ARG_WITH(rc-path, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
61 [ --rc-path=path Resource and configuration path for audacious relative to $HOME.], |
0 | 62 [rc_path=$withval], |
63 [rc_path=.audacious] | |
64 ) | |
65 AC_DEFINE_UNQUOTED(BMP_RCPATH, "$rc_path", | |
535 | 66 [Resource and configuration path for audacious relative to $HOME.] |
0 | 67 ) |
68 AC_SUBST(BMP_RCPATH) | |
69 | |
70 AC_ARG_ENABLE(one-plugin-dir, | |
71 [ --enable-one-plugin-dir Use a single plugin dir [default=no]], | |
72 [enable_one_plugin_dir=$enableval], | |
73 [enable_one_plugin_dir=no] | |
74 ) | |
75 | |
76 AC_ARG_ENABLE(user-plugin-dir, | |
77 [ --disable-user-plugin-dir disable per-user plugin dir], | |
78 [enable_user_plugin_dir=$enableval], | |
79 [enable_user_plugin_dir=yes] | |
80 ) | |
81 | |
82 AC_ARG_WITH(dev-dsp, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
83 [ --with-dev-dsp=path Path to OSS DSP data pipe, default is /dev/dsp.], |
0 | 84 [dev_dsp=$withval], |
85 [dev_dsp=/dev/dsp] | |
86 ) | |
87 AC_DEFINE_UNQUOTED(DEV_DSP, "$dev_dsp", | |
88 [Path to OSS DSP, really just a data pipe, default is /dev/dsp.] | |
89 ) | |
90 | |
91 AC_ARG_WITH(dev-mixer, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
92 [ --with-dev-mixer=path Path to OSS sound mixer, default is /dev/mixer.], |
0 | 93 [dev_mixer=$withval], |
94 [dev_mixer=/dev/mixer] | |
95 ) | |
96 AC_DEFINE_UNQUOTED(DEV_MIXER, "$dev_mixer", | |
97 [Path to OSS mixer, default is /dev/mixer.] | |
98 ) | |
99 | |
100 AC_ARG_WITH(cdda-device, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
101 [ --with-cdda-device=path Path to default cdaudio device.], |
0 | 102 [AC_DEFINE_UNQUOTED(CDDA_DEVICE, "$withval", |
103 [Path to default cdaudio device.] | |
104 ) | |
105 ] | |
106 ) | |
107 | |
108 AC_ARG_WITH(cdda-dir, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
109 [ --with-cdda-dir=path Path to default cdaudio directory.], |
0 | 110 [AC_DEFINE_UNQUOTED(CDDA_DIRECTORY, "$withval", |
111 [Path to default cdaudio directory.] | |
112 ) | |
113 ] | |
114 ) | |
115 | |
634 | 116 dnl These plugins are always built. |
0 | 117 |
634 | 118 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav" |
820 | 119 OUTPUT_PLUGINS="disk_writer" |
812
f9a1ddb72432
[svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious.
nenolod
parents:
810
diff
changeset
|
120 EFFECT_PLUGINS="ladspa voice_removal" |
710
500f6d54bc46
[svn] Remove references to inetctl from the build system.
chainsaw
parents:
706
diff
changeset
|
121 GENERAL_PLUGINS="song_change" |
634 | 122 VISUALIZATION_PLUGINS="blur_scope" |
0 | 123 |
124 dnl Option to change equalizer to the old XMMS one which only works with the mpg123 | |
125 dnl plugin (or rather, only implemented within the plugin) | |
126 | |
127 AC_ARG_WITH(xmms-eq, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
128 [ --with-xmms-eq Use old XMMS equalization code.], |
0 | 129 [use_xmms_eq=$withval], |
130 [use_xmms_eq=no] | |
131 ) | |
132 | |
133 if test "$use_xmms_eq" = "yes"; then | |
134 AC_DEFINE(XMMS_EQ, , [Define if building with old XMMS equalization code.]) | |
135 fi | |
136 | |
137 dnl Check for GTK/GLib/GThread/Pango | |
138 | |
535 | 139 PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.6.0 gtk+-2.0 >= 2.6.0 gthread-2.0 pango], |
140 [ADD_PC_REQUIRES([glib-2.0 >= 2.6.0, gtk+-2.0 >= 2.6.0])], | |
0 | 141 [AC_MSG_ERROR([Cannot find glib2/gtk2/pango])] |
142 ) | |
143 | |
144 dnl Check for libglade | |
145 | |
146 PKG_CHECK_MODULES(LIBGLADE, [libglade-2.0 >= 2.3.1], | |
147 [], | |
148 [AC_MSG_ERROR([Cannot find libglade])] | |
149 ) | |
150 | |
151 # Check if socklen_t is defined | |
152 | |
153 AC_CACHE_CHECK(for socklen_t, beep_cv_type_socklen_t, | |
154 [AC_TRY_COMPILE( | |
155 [#include <sys/types.h> | |
156 #include <sys/socket.h>], | |
157 [socklen_t s;], | |
158 [beep_cv_type_socklen_t=yes], | |
159 [beep_cv_type_socklen_t=no] | |
160 ) | |
161 ] | |
162 ) | |
163 | |
164 if test "$beep_cv_type_socklen_t" = "no"; then | |
165 AC_DEFINE(socklen_t, int, [Define to int if the socklen_t type is missing]) | |
166 fi | |
167 | |
168 | |
169 dnl GConf support | |
170 | |
171 AC_ARG_ENABLE( gconf, | |
172 [ --enable-gconf enable GConf support (default=disabled)], | |
173 [enable_gconf=$enableval], | |
174 [enable_gconf="no"] | |
175 ) | |
176 | |
177 if test "$enable_gconf" = "yes"; then | |
178 PKG_CHECK_MODULES(GCONF, [gconf-2.0 >= 2.6.0], | |
179 [ | |
180 AC_DEFINE(HAVE_GCONF, , [Define if building with GConf support]) | |
181 ADD_PC_REQUIRES([gconf-2.0 >= 2.6.0]) | |
182 ], | |
183 [AC_MSG_ERROR([Cannot find GConf])] | |
184 ) | |
185 fi | |
186 | |
727 | 187 if test "$enable_gconf" = "yes"; then |
188 CONFIGDB_BACKEND="gconf" | |
189 else | |
190 CONFIGDB_BACKEND="rcfile" | |
191 fi | |
0 | 192 |
727 | 193 AC_SUBST(CONFIGDB_BACKEND) |
0 | 194 |
195 dnl GnomeVFS support | |
196 | |
197 AC_ARG_ENABLE( gnome-vfs, | |
198 [ --enable-gnome-vfs enable GnomeVFS support (default=disabled)], | |
199 [enable_gnomevfs=$enableval], | |
200 [enable_gnomevfs="no"] | |
201 ) | |
202 | |
203 if test "$enable_gnomevfs" = "yes"; then | |
204 PKG_CHECK_MODULES(GNOMEVFS, [gnome-vfs-2.0 >= 2.6.0], | |
205 [ | |
206 AC_DEFINE(HAVE_GNOME_VFS, , [Define if building with GnomeVFS support]) | |
207 ADD_PC_REQUIRES([gnome-vfs-2.0 >= 2.6.0]) | |
208 ], | |
209 [AC_MSG_ERROR([Cannot find GnomeVFS])] | |
210 ) | |
211 fi | |
212 | |
726 | 213 if test "$enable_gnomevfs" = "yes"; then |
214 VFS_BACKEND="gnome" | |
215 else | |
216 VFS_BACKEND="stdio" | |
217 fi | |
0 | 218 |
727 | 219 AC_SUBST(VFS_BACKEND) |
220 | |
0 | 221 dnl Check for esound |
222 | |
223 AC_ARG_ENABLE( esd, | |
224 [ --disable-esd disable esound output plugin [default=enabled]], | |
225 [enable_esd=$enableval], | |
226 [enable_esd="yes"] | |
227 ) | |
228 | |
229 if test "$enable_esd" = "yes"; then | |
230 PKG_CHECK_MODULES(ESD, [esound >= 0.2], | |
634 | 231 [have_esd=yes |
232 OUTPUT_PLUGINS="$OUTPUT_PLUGINS esd"], | |
0 | 233 [have_esd=no] |
234 ) | |
235 else | |
236 AC_MSG_RESULT([*** esound plugin disabled per user request ***]) | |
237 have_esd=no | |
238 fi | |
239 | |
240 dnl *** MP3 | |
241 | |
242 AC_ARG_ENABLE(mp3, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
243 [ --disable-mp3 disable mp3 plugin. (default=enabled) ], |
0 | 244 [enable_mp3=$enableval], |
245 [enable_mp3=yes] | |
246 ) | |
247 | |
634 | 248 if test "$enable_mp3" = "yes"; then |
249 INPUT_PLUGINS="$INPUT_PLUGINS mpg123" | |
250 fi | |
0 | 251 |
252 dnl *** id3lib | |
253 dnl only makes sence if mp3's enabled | |
254 if test "x$enable_mp3" = "xyes" ; then | |
255 | |
256 ID3LIBS="" | |
257 have_id3lib="no" | |
258 | |
259 dnl here we assume that if libz isn't installed but id3lib is | |
260 dnl it's compiled without compression support | |
261 AC_CHECK_HEADERS([id3.h],[ | |
262 AC_CHECK_LIB([z],[compress],[ZLIB='-lz'],[ZLIB='']) | |
263 AC_CHECK_LIB([id3],[ID3Tag_New], | |
264 [have_id3lib=yes | |
265 AC_DEFINE(HAVE_ID3LIB,,[Define when using id3lib]) | |
266 ID3LIBS="-lstdc++ $ZLIB -lid3"],,[-lstdc++ $ZLIB])]) | |
267 | |
268 AC_SUBST(ID3LIBS) | |
269 | |
270 fi dnl $enable_mp3 = yes | |
271 | |
157 | 272 dnl *** LIRC client libraries |
273 | |
274 AC_ARG_ENABLE(lirc, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
275 [ --disable-lirc disable LIRC plugin (default=enabled)], |
157 | 276 [enable_lirc=$enableval], |
277 [enable_lirc="yes"] | |
278 ) | |
279 | |
280 if test "$enable_lirc" = "yes"; then | |
281 AC_CHECK_LIB([lirc_client],[lirc_init],[have_lirc=yes],[have_lirc=no]) | |
282 else | |
283 AC_MSG_RESULT([*** LIRC plugin disabled per user request ***]) | |
284 have_lirc="no" | |
285 fi | |
634 | 286 |
287 if test "$have_lirc" = "yes"; then | |
288 GENERAL_PLUGINS="$GENERAL_PLUGINS lirc" | |
289 fi | |
157 | 290 |
386 | 291 dnl *** AdPlug requirement (libbinio) |
359 | 292 |
293 AC_ARG_ENABLE(adplug, | |
294 [ --disable-adplug disable AdPlug plugin (default=enabled)], | |
295 [enable_adplug=$enableval], | |
296 [enable_adplug="yes"] | |
297 ) | |
298 | |
386 | 299 if test "$enable_adplug" = "yes"; then |
406
5928c035fa4e
[svn] Use the pkg-config database to link with libbinio in a portable way. Requires libbinio 1.4 (or higher).
chainsaw
parents:
393
diff
changeset
|
300 have_adplug="yes" |
5928c035fa4e
[svn] Use the pkg-config database to link with libbinio in a portable way. Requires libbinio 1.4 (or higher).
chainsaw
parents:
393
diff
changeset
|
301 PKG_CHECK_MODULES(BINIO,[libbinio >= 1.4],,[have_adplug=no]) |
359 | 302 else |
303 AC_MSG_RESULT([*** AdPlug plugin disabled per user request ***]) | |
304 have_adplug="no" | |
305 fi | |
634 | 306 |
307 if test "$have_adplug" = "yes"; then | |
308 INPUT_PLUGINS="$INPUT_PLUGINS adplug" | |
309 fi | |
359 | 310 |
0 | 311 dnl *** Ogg Vorbis |
312 | |
313 AC_ARG_ENABLE(vorbis, | |
314 [ --disable-vorbis disable Ogg Vorbis input plugin (default=enabled)], | |
315 [enable_vorbis=$enableval], | |
316 [enable_vorbis="yes"] | |
317 ) | |
318 | |
319 if test "$enable_vorbis" = "yes"; then | |
320 PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0], | |
321 [have_oggvorbis=yes], | |
322 [AC_MSG_ERROR([Cannot find libogg/libvorbis]) | |
323 have_oggvorbis=no] | |
324 ) | |
325 else | |
326 AC_MSG_RESULT([*** Ogg Vorbis plugin disabled per user request ***]) | |
327 have_oggvorbis=no | |
328 fi | |
329 | |
634 | 330 if test "$have_oggvorbis" = "yes"; then |
331 INPUT_PLUGINS="$INPUT_PLUGINS vorbis" | |
332 fi | |
0 | 333 |
2 | 334 dnl *** AAC |
335 | |
336 AC_ARG_ENABLE(aac, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
337 [ --disable-aac disable aac plugin (default=enabled) ], |
2 | 338 [enable_aac=$enableval], |
339 [enable_aac=yes] | |
340 ) | |
341 | |
706 | 342 if test "$enable_aac" = "yes"; then |
634 | 343 INPUT_PLUGINS="$INPUT_PLUGINS aac" |
344 fi | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
345 |
165 | 346 dnl *** sndfile |
347 | |
348 AC_ARG_ENABLE(sndfile, | |
349 [ --disable-sndfile disable sndfile extensions. [default=enabled] ], | |
350 [enable_sndfile=$enableval], | |
351 [enable_sndfile=yes] | |
352 ) | |
353 | |
354 if test "$enable_sndfile" = "yes"; then | |
355 PKG_CHECK_MODULES(SNDFILE, [sndfile >= 0.19], | |
356 [enable_sndfile=yes], | |
357 [enable_sndfile=no] | |
358 ) | |
359 else | |
360 AC_MSG_RESULT([*** libsndfile extensions disabled per user request ***]) | |
361 enable_sndfile=no | |
362 fi | |
363 | |
634 | 364 if test "$enable_sndfile" = "yes"; then |
725 | 365 WAV_SNDFILE="-sndfile" |
634 | 366 fi |
367 | |
725 | 368 AC_SUBST(WAV_SNDFILE) |
165 | 369 |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
370 dnl *** modplug |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
371 |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
372 AC_ARG_ENABLE(modplug, |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
373 [ --disable-modplug disable ModPlug plugin (default=enabled)], |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
374 [enable_modplug=$enableval], |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
375 [enable_modplug="yes"] |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
376 ) |
32 | 377 |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
378 if test "$enable_modplug" = "yes"; then |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
379 AC_CHECK_LIB([modplug],[XMLinearTable],[have_modplug=yes],[have_modplug=no]) |
32 | 380 else |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
381 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
382 have_modplug="no" |
32 | 383 fi |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
384 |
634 | 385 if test "$have_modplug" = "yes"; then |
386 INPUT_PLUGINS="$INPUT_PLUGINS modplug" | |
387 fi | |
32 | 388 |
50 | 389 dnl *** flac |
390 AC_ARG_ENABLE( flc, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
391 [ --disable-flac disable flac input plugin (default=enabled)],, |
50 | 392 enable_flac="yes") |
393 | |
394 if test "x$enable_flac" = xyes; then | |
395 AM_PATH_LIBFLAC(have_flac=yes, have_flac=no) | |
396 else | |
397 AC_MSG_RESULT([*** flac plugin disabled per user request ***]) | |
398 have_flac=no | |
399 fi | |
634 | 400 |
401 if test "$have_flac" = "yes"; then | |
402 INPUT_PLUGINS="$INPUT_PLUGINS flac" | |
403 fi | |
32 | 404 |
260
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
405 dnl *** WMA |
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
406 |
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
407 AC_ARG_ENABLE(wma, |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
408 [ --disable-wma disable wma plugin. (default=enabled)], |
260
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
409 [enable_wma=$enableval], |
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
410 [enable_wma=yes] |
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
411 ) |
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
412 |
634 | 413 if test "$enable_wma" = "yes"; then |
414 INPUT_PLUGINS="$INPUT_PLUGINS wma" | |
415 fi | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
416 |
325
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
417 dnl *** jack output plugin |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
418 AC_ARG_ENABLE( jack, |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
419 [ --disable-jack disable jack output plugin (default=enabled)],, |
325
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
420 enable_jack="yes") |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
421 |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
422 if test "x$enable_jack" = xyes; then |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
423 AM_PATH_JACK(have_jack=yes, have_jack=no) |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
424 else |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
425 AC_MSG_RESULT([*** jack plugin disabled per user request ***]) |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
426 have_jack=no |
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
427 fi |
634 | 428 |
429 if test "$have_jack" = yes; then | |
430 OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack" | |
431 fi | |
325
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
432 |
810
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
433 dnl *** arts output plugin |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
434 AC_ARG_ENABLE( arts, |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
435 [ --disable-arts disable arts output plugin (default=enabled)],, |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
436 enable_arts="yes") |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
437 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
438 if test "x$enable_arts" = xyes; then |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
439 AM_PATH_ARTSC(0.9.5, have_arts=yes, have_arts=no) |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
440 else |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
441 AC_MSG_RESULT([*** arts plugin disabled per user request ***]) |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
442 have_arts=no |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
443 fi |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
444 |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
445 if test "$have_arts" = yes; then |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
446 OUTPUT_PLUGINS="$OUTPUT_PLUGINS arts" |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
447 fi |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
448 |
269
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
449 dnl *** sid |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
450 AC_ARG_ENABLE( sid, |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
451 [ --disable-sid disable sid input plugin (default=enabled)],, |
269
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
452 enable_sid="yes") |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
453 |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
454 if test "x$enable_sid" = xyes; then |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
455 AM_PATH_SIDPLAY(have_sidplay=yes, have_sidplay=no) |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
456 else |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
457 AC_MSG_RESULT([*** sid plugin disabled per user request ***]) |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
458 have_sidplay=no |
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
459 fi |
634 | 460 |
461 if test "$have_sidplay" = yes; then | |
462 INPUT_PLUGINS="$INPUT_PLUGINS sid" | |
463 fi | |
269
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
464 |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
465 dnl *** Musepack |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
466 |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
467 AC_ARG_ENABLE(musepack, |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
468 [ --disable-musepack disable musepack input plugin (default=enabled)], |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
469 [enable_musepack=$enableval], |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
470 [enable_musepack="yes"] |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
471 ) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
472 |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
473 if test "$enable_musepack" = "yes"; then |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
474 AC_CHECK_HEADERS(mpcdec/config_types.h,, |
319
1e642d74d68c
[svn] Do not abort if libmpc is not found, just disable musepack plugin.
chainsaw
parents:
293
diff
changeset
|
475 enable_musepack=no |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
476 ) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
477 |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
478 AC_PATH_PROG(TAGLIB_CONFIG, taglib-config, [no], [$PATH:$prefix/bin]) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
479 if test "x$TAGLIB_CONFIG" = "xno" ; then |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
480 enable_musepack=no |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
481 else |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
482 TAGLIB_CFLAGS=[`$TAGLIB_CONFIG --cflags`] |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
483 TAGLIB_LIBS=[`$TAGLIB_CONFIG --libs`] |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
484 fi |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
485 AC_SUBST(TAGLIB_CFLAGS) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
486 AC_SUBST(TAGLIB_LIBS) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
487 else |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
488 AC_MSG_RESULT([*** Musepack plugin disabled per user request ***]) |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
489 enable_musepack=no |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
490 fi |
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
491 |
634 | 492 if test "$enable_musepack" = "yes"; then |
493 INPUT_PLUGINS="$INPUT_PLUGINS musepack" | |
494 fi | |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
495 |
0 | 496 dnl *** OSS output |
497 | |
498 AC_ARG_ENABLE(oss, | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
499 [ --disable-oss disable the OSS output plugin (default=enabled)], |
0 | 500 [have_oss=$enableval], |
501 [have_oss=yes] | |
502 ) | |
503 | |
504 if test "$have_oss" = "yes"; then | |
505 AC_MSG_CHECKING(for OSS include dir) | |
506 OSS_CFLAGS="" | |
507 if test -f "/etc/oss.conf" ; then | |
508 for i in `cat /etc/oss.conf`; do | |
509 t=`echo $i | sed -e 's/OSSLIBDIR=//'` | |
510 if test "$i" != "$t" ; then | |
511 if test -f "$t/include/sys/soundcard.h" ; then | |
512 OSS_CFLAGS="-I$t/include" | |
513 fi | |
514 fi | |
515 done | |
516 fi | |
517 if test -n "$OSS_CFLAGS" ; then | |
518 AC_MSG_RESULT([$OSS_CFLAGS]) | |
519 else | |
520 AC_MSG_RESULT([not found]) | |
521 fi | |
522 CFLAGS_save=$CFLAGS | |
523 CFLAGS="$CFLAGS $OSS_CFLAGS" | |
524 AC_CHECK_HEADERS(sys/soundcard.h) | |
525 AC_CHECK_HEADERS(machine/soundcard.h) | |
526 CFLAGS=$CFLAGS_save | |
527 | |
528 if test "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes"; then | |
529 have_oss=yes | |
530 fi | |
531 fi | |
532 | |
533 if test "$have_oss" = "yes"; then | |
534 AC_DEFINE(HAVE_OSS, 1, [Define if the OSS output plugin should be built]) | |
535 else | |
536 have_oss=no | |
537 fi | |
538 | |
634 | 539 if test "$have_oss" = "yes"; then |
540 OUTPUT_PLUGINS="$OUTPUT_PLUGINS OSS" | |
541 fi | |
0 | 542 |
543 dnl *** ALSA output plugin | |
544 | |
545 AC_ARG_ENABLE(alsa, | |
546 [ --disable-alsa disable ALSA input plugin (default=enabled)], | |
547 [enable_alsa=$enableval], | |
548 [enable_alsa=yes] | |
549 ) | |
550 | |
551 if test "$enable_alsa" = "yes"; then | |
552 PKG_CHECK_MODULES(ALSA, [alsa >= 1.0], | |
527
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
553 [ |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
554 have_alsa=yes |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
555 alsalib_available=yes |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
556 ], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
557 [ |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
558 have_alsa=no |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
559 alsalib_available=no |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
560 ] |
0 | 561 ) |
562 else | |
563 AC_MSG_RESULT([*** ALSA output plugin disabled per user request ***]) | |
564 have_alsa=no | |
527
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
565 alsalib_available=check |
0 | 566 fi |
567 | |
635
6a9e1af8ee75
[svn] Check for have_alsa to enable ALSA, and not have_oss.
chainsaw
parents:
634
diff
changeset
|
568 if test "$have_alsa" = "yes"; then |
634 | 569 OUTPUT_PLUGINS="$OUTPUT_PLUGINS alsa" |
570 fi | |
0 | 571 |
527
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
572 dnl *** amidi-plug (note: should appear somewhere after the alsa ouput plugin check) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
573 |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
574 AC_ARG_ENABLE(amidiplug, |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
575 [ --disable-amidiplug disable amidi-plug input plugin (default=check) ], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
576 [enable_amidiplug=$enableval], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
577 [enable_amidiplug=check] |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
578 ) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
579 |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
580 if test "x$enable_amidiplug" = "xno"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
581 AC_MSG_RESULT([*** amidi-plug disabled per user request ***]) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
582 enable_amidiplug=no |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
583 else |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
584 if test "x$alsalib_available" = "xcheck"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
585 PKG_CHECK_MODULES(ALSA, [alsa >= 1.0], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
586 [alsalib_available=yes],[alsalib_available=no]) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
587 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
588 if test "x$alsalib_available" = "xyes"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
589 if test "x$enable_amidiplug" = "xcheck"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
590 AM_PATH_AMIDIPLUG(enable_amidiplug=yes, enable_amidiplug=no) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
591 if test "x$enable_amidiplug" = "xyes"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
592 ap_disable_timidity=yes |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
593 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
594 else |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
595 enable_amidiplug=yes |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
596 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
597 else |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
598 AC_MSG_WARN([*** ALSA not found, amidi-plug won't be compiled ***]) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
599 enable_amidiplug=no |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
600 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
601 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
602 |
634 | 603 if test "$enable_amidiplug" = "yes"; then |
604 INPUT_PLUGINS="$INPUT_PLUGINS amidi-plug" | |
605 fi | |
527
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
606 |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
607 dnl *** TiMidity input plugin (note: should appear somewhere after the amidi-plug check) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
608 |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
609 AC_ARG_ENABLE(timidity, |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
610 [ --disable-timidity disable timidity plugin. (default=enabled)], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
611 [enable_timidity=$enableval], |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
612 [ |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
613 if test "x$ap_disable_timidity" = "xyes"; then |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
614 enable_timidity=no |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
615 else |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
616 enable_timidity=yes |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
617 fi |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
618 ] |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
619 ) |
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
620 |
634 | 621 if test "$enable_timidity" = "yes"; then |
622 INPUT_PLUGINS="$INPUT_PLUGINS timidity" | |
623 fi | |
527
68f20f7ac954
[svn] in configure.ac, do not check for ALSA twice if it has been already detected (both alsa output plugin and amidi-plug check its availability)
giacomo
parents:
523
diff
changeset
|
624 |
0 | 625 dnl FreeBSD newpcm driver detection |
626 | |
627 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver, | |
628 if test -r "/dev/sndstat"; then | |
629 grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null | |
630 if test "x$?" = "x0"; then | |
631 beep_cv_newpcm_driver="yes" | |
632 else | |
633 beep_cv_newpcm_driver="no" | |
634 fi | |
635 else | |
636 beep_cv_newpcm_driver="no" | |
637 fi | |
638 ) | |
639 | |
640 if test "$beep_cv_newpcm_driver" = "yes"; then | |
641 AC_DEFINE(HAVE_NEWPCM, 1, [Define if you have the FreeBSD newpcm driver]) | |
642 fi | |
643 | |
644 | |
645 AC_CHECK_HEADERS(linux/cdrom.h) | |
646 AC_CHECK_HEADERS(sys/cdio.h) | |
647 AC_CHECK_HEADERS(linux/joystick.h) | |
648 AC_CHECK_HEADERS(unistd.h) | |
649 AC_CHECK_HEADERS(fcntl.h) | |
650 AC_CHECK_HEADERS(sys/ioctl.h) | |
651 AC_CHECK_HEADERS(fnmatch.h) | |
652 AC_CHECK_HEADERS(limits.h) | |
653 AC_CHECK_HEADERS(wchar.h) | |
654 AC_CHECK_HEADERS(fts.h) | |
655 | |
242 | 656 AC_CHECK_FUNCS([mkdtemp getmntinfo strtoul lrintf]) |
0 | 657 |
658 | |
659 if test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes" | |
660 then | |
661 case "$host" in | |
662 *-*-sunos* | *-*-solaris* | *-*-linux*) | |
663 AC_DEFINE(BEEP_CDROM_SOLARIS,, [Define if cdrom access is in Solaris style]) | |
664 ;; | |
665 *-*-freebsd*) | |
666 AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) | |
667 ;; | |
668 *-*-netbsd* | *-*-openbsd*) | |
669 AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) | |
670 AC_DEFINE(BEEP_CDROM_BSD_NETBSD,, [Define if cdrom access uses NetBSD variant]) | |
671 ;; | |
672 *-*darwin*) | |
673 AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) | |
674 AC_DEFINE(BEEP_CDROM_BSD_DARWIN,, [Define if cdrom access uses Darwin variant]) | |
675 ;; | |
676 esac | |
677 fi | |
678 | |
679 | |
680 AM_CONDITIONAL(HAVE_CDROM, test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes") | |
681 AM_CONDITIONAL(HAVE_LINUX_JOYSTICK,test "${ac_cv_header_linux_joystick_h}" = "yes") | |
682 | |
683 if test -n "$GCC" | |
684 then | |
703
d84e90a38980
[svn] Make GCC 4.1 a bit less talkative, patch by Flameeyes from Gentoo. Fixing the warnings is possible, but would require extensive changes throughout the entire codebase.
chainsaw
parents:
692
diff
changeset
|
685 CFLAGS="$CFLAGS -Wall -Wno-unused-parameter -Wpointer-arith -finline-functions -ffast-math" |
0 | 686 case "$CFLAGS" in |
687 -g*) ;; | |
688 *\ -g*) ;; | |
689 *) CFLAGS="$CFLAGS -fomit-frame-pointer" ;; | |
690 esac | |
691 case "$host" in | |
692 *-*-freebsd*) | |
693 ;; | |
694 *) | |
695 CFLAGS="$CFLAGS -funroll-all-loops" | |
696 ;; | |
697 esac | |
698 fi | |
699 | |
700 AC_MSG_CHECKING(if __ELF__ is defined) | |
701 AC_EGREP_CPP(yes, | |
702 [#ifdef __ELF__ | |
703 yes | |
704 #endif | |
705 ], | |
706 [is_elf=yes], | |
707 [is_elf=no] | |
708 ) | |
709 AC_MSG_RESULT([${is_elf}]) | |
710 | |
711 | |
712 have_solaris=no | |
713 have_sun=no | |
714 ARCH_DEFINES="" | |
715 case "$host" in | |
716 *-*-openbsd* | *-*-netbsd*) | |
717 have_sun=yes | |
718 if test "${is_elf}" = "no" | |
719 then | |
720 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) | |
721 fi | |
758
f9e8807ea6e5
[svn] - Initial port of the bsd/sun audio output plugin from XMMS. Needs testing.
nenolod
parents:
756
diff
changeset
|
722 OUTPUT_PLUGINS="$OUTPUT_PLUGINS sun" |
0 | 723 ;; |
724 *-*-darwin*) | |
725 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) | |
726 ;; | |
727 *-hpux-*) | |
728 ARCH_DEFINES="-DHPUX" | |
729 ;; | |
730 *-*-solaris* | *-*-sunos*) | |
731 have_solaris=yes | |
732 ;; | |
733 esac | |
734 | |
735 arch_type=other | |
736 x86_asm=no | |
737 case "$host" in | |
738 i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*) | |
739 arch_type=ix86 | |
740 case "$host" in | |
741 *-*-netbsd* | *-*openbsd*) | |
742 ;; | |
743 *) | |
744 ARCH_DEFINES="-DI386_ASSEM" | |
745 x86_asm=yes | |
746 ;; | |
747 esac | |
748 ;; | |
749 esac | |
750 | |
688 | 751 dnl *** Scrobbler *** |
752 | |
753 scrobbler="yes" | |
754 | |
755 dnl Checks for libmusicbrainz | |
692 | 756 PKG_CHECK_MODULES(MUSICBRAINZ, [libmusicbrainz >= 2.0.0], , [scrobbler="no"]) |
688 | 757 |
758 dnl libcurl check | |
759 | |
760 my_cv_curl_vers=NONE | |
761 dnl check is the plain-text version of the required version | |
762 check="7.9.7" | |
763 dnl check_hex must be UPPERCASE if any hex letters are present | |
764 check_hex="070907" | |
765 | |
766 AC_MSG_CHECKING([for curl >= $check]) | |
767 | |
768 if eval curl-config --version 2>/dev/null >/dev/null; then | |
769 ver=`curl-config --version | sed -e "s/libcurl //g"` | |
770 hex_ver=`curl-config --vernum | tr 'a-f' 'A-F'` | |
771 ok=`echo "ibase=16; if($hex_ver>=$check_hex) $hex_ver else 0" | bc` | |
772 | |
773 if test x$ok != x0; then | |
774 my_cv_curl_vers="$ver" | |
775 AC_MSG_RESULT([$my_cv_curl_vers]) | |
776 CURL_LIBS=`curl-config --libs` | |
777 CURL_CFLAGS=`curl-config --cflags` | |
778 else | |
779 AC_MSG_RESULT([no]) | |
780 AC_MSG_WARN([$ver is too old. Need version $check or higher. Scrobbler support will not be built.]) | |
781 fi | |
782 else | |
783 AC_MSG_RESULT([no]) | |
784 AC_MSG_WARN([curl-config was not found. Scrobbler support will not be built.]) | |
785 fi | |
786 | |
787 if test "x$scrobbler" = "xyes"; then | |
788 GENERAL_PLUGINS="$GENERAL_PLUGINS scrobbler" | |
789 fi | |
790 | |
791 AC_SUBST(CURL_CFLAGS) | |
792 AC_SUBST(CURL_LIBS) | |
793 AC_SUBST(MUSICBRAINZ_LIBS) | |
794 | |
795 dnl *** End of Scrobbler checks *** | |
0 | 796 |
797 AC_SUBST(ARCH_DEFINES) | |
798 AM_CONDITIONAL(ARCH_X86, test "x$arch_type" = "xix86") | |
799 AM_CONDITIONAL(USE_X86ASM, test "x$x86_asm" = xyes) | |
800 AM_CONDITIONAL(HAVE_SOLARIS, test "x$have_solaris" = xyes) | |
801 AM_CONDITIONAL(HAVE_SUN, test "x$have_sun" = xyes) | |
802 | |
803 plugindir=$libdir/audacious | |
804 AC_SUBST(plugindir) | |
805 | |
806 if test "x$enable_one_plugin_dir" = "xyes"; then | |
807 pluginsubs="\\\"Plugins\\\"" | |
808 INPUT_PLUGIN_DIR=Plugins | |
809 OUTPUT_PLUGIN_DIR=Plugins | |
810 EFFECT_PLUGIN_DIR=Plugins | |
811 GENERAL_PLUGIN_DIR=Plugins | |
812 VISUALIZATION_PLUGIN_DIR=Plugins | |
813 else | |
814 pluginsubs="\\\"Output\\\",\\\"Input\\\",\\\"Effect\\\",\\\"General\\\",\\\"Visualization\\\"" | |
815 INPUT_PLUGIN_DIR=Input | |
816 OUTPUT_PLUGIN_DIR=Output | |
817 EFFECT_PLUGIN_DIR=Effect | |
818 GENERAL_PLUGIN_DIR=General | |
819 VISUALIZATION_PLUGIN_DIR=Visualization | |
820 fi | |
821 | |
822 AC_SUBST(INPUT_PLUGIN_DIR) | |
823 AC_SUBST(OUTPUT_PLUGIN_DIR) | |
824 AC_SUBST(EFFECT_PLUGIN_DIR) | |
825 AC_SUBST(GENERAL_PLUGIN_DIR) | |
826 AC_SUBST(VISUALIZATION_PLUGIN_DIR) | |
827 AC_SUBST(pluginsubs) | |
828 | |
829 localedir=$datadir/locale | |
830 AC_SUBST(localedir) | |
831 | |
832 BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" | |
833 CFLAGS="$CFLAGS $EXTRA_CFLAGS" | |
834 | |
835 if test "$enable_user_plugin_dir" = "no"; then | |
836 AC_DEFINE(DISABLE_USER_PLUGIN_DIR,, [Define to disable per user plugin directory]) | |
837 fi | |
838 | |
839 AC_SUBST(BEEP_DEFINES) | |
840 | |
841 AC_SUBST(beepdir) | |
842 AC_SUBST(plugindir) | |
843 | |
634 | 844 AC_SUBST(EFFECT_PLUGINS) |
845 AC_SUBST(GENERAL_PLUGINS) | |
846 AC_SUBST(INPUT_PLUGINS) | |
847 AC_SUBST(OUTPUT_PLUGINS) | |
848 AC_SUBST(VISUALIZATION_PLUGINS) | |
38 | 849 |
0 | 850 AC_CONFIG_FILES([ |
851 Makefile | |
852 audacious.1 | |
853 audacious.spec | |
854 audacious.pc | |
855 audacious/audacious.desktop | |
856 audacious/Makefile | |
857 audacious/glade/Makefile | |
858 audacious/images/Makefile | |
859 libaudacious/Makefile | |
62 | 860 Plugins/Makefile |
861 Plugins/Output/Makefile | |
862 Plugins/Output/OSS/Makefile | |
863 Plugins/Output/esd/Makefile | |
864 Plugins/Output/alsa/Makefile | |
325
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
865 Plugins/Output/jack/Makefile |
810
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
866 Plugins/Output/arts/Makefile |
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
867 Plugins/Output/arts/arts_helper/Makefile |
62 | 868 Plugins/Output/disk_writer/Makefile |
759 | 869 Plugins/Output/sun/Makefile |
62 | 870 Plugins/Input/Makefile |
871 Plugins/Input/mpg123/Makefile | |
872 Plugins/Input/aac/Makefile | |
873 Plugins/Input/aac/libmp4v2/Makefile | |
874 Plugins/Input/aac/libfaad2/Makefile | |
875 Plugins/Input/aac/src/Makefile | |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
876 Plugins/Input/modplug/Makefile |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
877 Plugins/Input/modplug/archive/Makefile |
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
878 Plugins/Input/modplug/gui/Makefile |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
879 Plugins/Input/musepack/Makefile |
62 | 880 Plugins/Input/tonegen/Makefile |
881 Plugins/Input/vorbis/Makefile | |
882 Plugins/Input/cdaudio/Makefile | |
883 Plugins/Input/wav/Makefile | |
884 Plugins/Input/flac/Makefile | |
885 Plugins/Input/flac/plugin_common/Makefile | |
269
1b82a9932b60
[svn] Import sid plugin. Ported from XMMS by giacomo.
chainsaw
parents:
263
diff
changeset
|
886 Plugins/Input/sid/Makefile |
111
9d6a24d21322
[svn] Update configure to generate the makefile for the SPC decoder...
nenolod
parents:
89
diff
changeset
|
887 Plugins/Input/console/Makefile |
139 | 888 Plugins/Input/wma/Makefile |
889 Plugins/Input/wma/libffwma/Makefile | |
285
d1762728ea4b
[svn] Timidity support, via external contractor dai+audacious@cdr.jp.
nenolod
parents:
283
diff
changeset
|
890 Plugins/Input/timidity/Makefile |
d1762728ea4b
[svn] Timidity support, via external contractor dai+audacious@cdr.jp.
nenolod
parents:
283
diff
changeset
|
891 Plugins/Input/timidity/libtimidity/Makefile |
d1762728ea4b
[svn] Timidity support, via external contractor dai+audacious@cdr.jp.
nenolod
parents:
283
diff
changeset
|
892 Plugins/Input/timidity/src/Makefile |
332
07576d3ed844
[svn] Sexypsf input plugin; patch by dai in bug #395.
chainsaw
parents:
325
diff
changeset
|
893 Plugins/Input/sexypsf/Makefile |
359 | 894 Plugins/Input/adplug/Makefile |
895 Plugins/Input/adplug/core/Makefile | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
896 Plugins/Input/amidi-plug/Makefile |
62 | 897 Plugins/Visualization/Makefile |
898 Plugins/Visualization/blur_scope/Makefile | |
116 | 899 Plugins/General/Makefile |
900 Plugins/General/song_change/Makefile | |
157 | 901 Plugins/General/lirc/Makefile |
688 | 902 Plugins/General/scrobbler/Makefile |
277 | 903 Plugins/Effect/Makefile |
904 Plugins/Effect/ladspa/Makefile | |
812
f9a1ddb72432
[svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious.
nenolod
parents:
810
diff
changeset
|
905 Plugins/Effect/voice_removal/Makefile |
0 | 906 po/Makefile.in |
907 intl/Makefile | |
908 icons/Makefile | |
909 skin/Makefile | |
562
5cdadcf74ec3
[svn] needed requirements for objective-based buildsystem (automake replacement)
nenolod
parents:
539
diff
changeset
|
910 mk/rules.mk |
0 | 911 ]) |
912 | |
913 AC_OUTPUT | |
914 | |
915 | |
916 echo | |
917 echo "Configuration:" | |
918 echo | |
919 echo " Install path: ${prefix}" | |
920 | |
921 if test "$BEEP_PATH" != "no"; then | |
38 | 922 echo " Current Audacious executable: $BEEP_PATH" |
0 | 923 fi |
924 | |
925 echo " Configuration path: \$HOME/$rc_path" | |
926 echo | |
927 echo " Use one plugin dir: $enable_one_plugin_dir" | |
928 echo " Allow user plugin dir: $enable_user_plugin_dir" | |
929 echo | |
930 echo " XMMS Legacy" | |
931 echo " -----------" | |
932 echo " Equalization (works only with mpg123) $use_xmms_eq" | |
933 echo | |
934 echo " GNOME support" | |
935 echo " -------------" | |
936 echo " GConf support $enable_gconf" | |
937 echo " VFS support $enable_gnomevfs" | |
938 echo | |
939 echo " Output Plugins" | |
940 echo " --------------" | |
941 echo " Open Sound System (oss): $have_oss" | |
942 echo " Advanced Linux Sound Arch. (alsa): $have_alsa" | |
943 echo " Enlightenment Sound Daemon (esd): $have_esd" | |
325
ea321d1dae48
[svn] JACKd output plugin via external contractor james@develia.org.
nenolod
parents:
319
diff
changeset
|
944 echo " Jack Audio Connection Kit (jack): $have_jack" |
810
e9509e909193
[svn] ported xmms-arts 0.7.1 to audacious and integrated it in the build process
giacomo
parents:
794
diff
changeset
|
945 echo " Analog Realtime Synthesizer (arts): $have_arts" |
758
f9e8807ea6e5
[svn] - Initial port of the bsd/sun audio output plugin from XMMS. Needs testing.
nenolod
parents:
756
diff
changeset
|
946 echo " BSD/SUN audio output (sun): $have_sun" |
0 | 947 echo |
948 echo " Input Plugins" | |
949 echo " -------------" | |
950 echo " MPEG 1/2/3 (mpg123): $enable_mp3" | |
951 echo " + id3v2 editing: $have_id3lib" | |
2 | 952 echo " MPEG 4 Audio (AAC): $enable_aac" |
260
4b1c9d1a469b
[svn] Made WMA support configurable, defaults to on.
chainsaw
parents:
242
diff
changeset
|
953 echo " Windows Media Audio (wma): $enable_wma" |
293
9b191695629c
[svn] Add musepack input plugin & hook into build system.
chainsaw
parents:
285
diff
changeset
|
954 echo " .mpc playback (musepack): $enable_musepack" |
278
37316876ef6e
[svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
277
diff
changeset
|
955 echo " Module decoder (modplug): $enable_modplug" |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
956 echo " MIDI hw synth via ALSA (amidi-plug): $enable_amidiplug" |
285
d1762728ea4b
[svn] Timidity support, via external contractor dai+audacious@cdr.jp.
nenolod
parents:
283
diff
changeset
|
957 echo " MIDI to WAVE converter (timidity): $enable_timidity" |
0 | 958 echo " CD Digital Audio (cdda): yes" |
959 echo " Microsoft WAV (wav): yes" | |
184
740c072f8e23
[svn] List sndfile extensions in the plugin configuration table.
chainsaw
parents:
165
diff
changeset
|
960 echo " + sndfile extensions: $enable_sndfile" |
11 | 961 echo " Tone Generator: yes" |
0 | 962 echo " Ogg Vorbis (vorbis): $have_oggvorbis" |
270
c7efd92ee0e8
[svn] Update plugin descriptions in feature overview.
chainsaw
parents:
269
diff
changeset
|
963 echo " Free Lossless Audio Codec (flac): $have_flac" |
c7efd92ee0e8
[svn] Update plugin descriptions in feature overview.
chainsaw
parents:
269
diff
changeset
|
964 echo " Commodore 64 audio (sid): $have_sidplay" |
c7efd92ee0e8
[svn] Update plugin descriptions in feature overview.
chainsaw
parents:
269
diff
changeset
|
965 echo " Game music (spc, nsf & gbs): yes" |
343
7b71e0dbb62d
[svn] Replace a tab with spaces to make Mikachu happy.
chainsaw
parents:
332
diff
changeset
|
966 echo " PlayStation audio (sexypsf): yes" |
359 | 967 echo " AdLib synthesizer (adplug): $have_adplug" |
270
c7efd92ee0e8
[svn] Update plugin descriptions in feature overview.
chainsaw
parents:
269
diff
changeset
|
968 echo |
116 | 969 echo " General" |
970 echo " -------" | |
971 echo " Song Change: yes" | |
648 | 972 echo " Internet Control: yes" |
157 | 973 echo " LIRC: $have_lirc" |
688 | 974 echo " AudioScrobbler Client: $scrobbler" |
270
c7efd92ee0e8
[svn] Update plugin descriptions in feature overview.
chainsaw
parents:
269
diff
changeset
|
975 echo |
277 | 976 echo " Effect" |
977 echo " ------" | |
978 echo " LADSPA effects host (ladspa): yes" | |
812
f9a1ddb72432
[svn] - add voice_removal plugin. Ported by: Thomas Cort <linuxgeek -at- gmail.com>, tcort @ #audacious.
nenolod
parents:
810
diff
changeset
|
979 echo " Voice Removal: yes" |
277 | 980 echo |
0 | 981 echo " Visualization" |
982 echo " -------------" | |
983 echo " Blur Scope: yes" | |
984 echo | |
985 | |
986 if test "$beep_cv_lib_xlibs_threadsafe" = "no"; then | |
32 | 987 echo "Note: You need to have thread-safe xlibs to use Audacious." |
0 | 988 echo "If you are using libc5 thread aware Xlibs just skip this." |
989 echo "" | |
990 echo "If you don't have those libs and you are on a libc5 system get them at:" | |
991 echo "ftp://ftp.dent.med.uni-muenchen.de/pub/wmglo/" | |
992 fi | |
993 | |
994 if test "$BEEP_PATH" != "no" && test "$prefix/bin/audacious" != "$BEEP_PATH" ; then | |
995 echo "" | |
996 echo "Note: Configure has discovered that you already have Audacious installed" | |
997 echo "and it does not match with the given --prefix. You have Audacious installed " | |
998 echo "in $(dirname $BEEP_PATH) and you chose $prefix/bin." | |
999 echo | |
1000 echo "If you don't want two copies of Audacious installed, rerun configure with" | |
1001 echo "the --prefix option set to the location of the old Audacious, or uninstall" | |
1002 echo "the old Audacious." | |
1003 fi | |
523
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1004 |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1005 if test "x$ap_disable_timidity" = "xyes" && test "x$enable_timidity" = "xno"; then |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1006 echo "Note: an ALSA-supported hardware midi synth was detected in configuration;" |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1007 echo "in order to use it, the amidi-plug (MIDI through ALSA) input plugin" |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1008 echo "will be compiled in place of timidity. If you wish to compile timidity" |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1009 echo "anyway, simply use --enable-timidity in configuration." |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1010 echo "" |
42380ff32bad
[svn] updated configure.ac and macros; added amidi-plug and conditions for timidity compilation
giacomo
parents:
487
diff
changeset
|
1011 fi |