comparison configure.ac @ 230:ee81e087615c trunk

[svn] - remove plugins that now live in -ugly
author nenolod
date Mon, 06 Nov 2006 23:06:03 -0800
parents dc19e2baf7e0
children 49136c75b018
comparison
equal deleted inserted replaced
229:5783d6281431 230:ee81e087615c
362 362
363 if test "$have_lirc" = "yes"; then 363 if test "$have_lirc" = "yes"; then
364 GENERAL_PLUGINS="$GENERAL_PLUGINS lirc" 364 GENERAL_PLUGINS="$GENERAL_PLUGINS lirc"
365 fi 365 fi
366 366
367 dnl *** libnotify requirement
368
369 AC_ARG_ENABLE(notify,
370 [ --disable-notify disable libnotify plugin (default=enabled)],
371 [enable_libnotify=$enableval],
372 [enable_libnotify="yes"]
373 )
374
375 if test "$enable_libnotify" = "yes"; then
376 PKG_CHECK_MODULES(LIBNOTIFY, [libnotify >= 0.4.2],
377 [have_libnotify=yes
378 GENERAL_PLUGINS="$GENERAL_PLUGINS notify"],
379 [have_libnotify=no]
380 )
381 else
382 AC_MSG_RESULT([*** libnotify plugin disabled per user request ***])
383 have_libnotify="no"
384 fi
385
386 dnl *** AdPlug requirement (libbinio) 367 dnl *** AdPlug requirement (libbinio)
387 368
388 AC_ARG_ENABLE(adplug, 369 AC_ARG_ENABLE(adplug,
389 [ --disable-adplug disable AdPlug plugin (default=enabled)], 370 [ --disable-adplug disable AdPlug plugin (default=enabled)],
390 [enable_adplug=$enableval], 371 [enable_adplug=$enableval],
399 have_adplug="no" 380 have_adplug="no"
400 fi 381 fi
401 382
402 if test "$have_adplug" = "yes"; then 383 if test "$have_adplug" = "yes"; then
403 INPUT_PLUGINS="$INPUT_PLUGINS adplug" 384 INPUT_PLUGINS="$INPUT_PLUGINS adplug"
404 fi
405
406 AC_ARG_ENABLE(mplayer,
407 [ --enable-mplayer enable mplayer plugin. (default=disabled) ],
408 [enable_mplayer=$enableval],
409 [enable_mplayer=no]
410 )
411
412 if test "$enable_mplayer" = "yes"; then
413 INPUT_PLUGINS="$INPUT_PLUGINS mplayer"
414 fi
415
416 AC_ARG_ENABLE(sap,
417 [ --enable-sap enable Atari XL SAP plugin. (default=disabled) ],
418 [enable_sap=$enableval],
419 [enable_sap=no]
420 )
421
422 if test "$enable_sap" = "yes"; then
423 INPUT_PLUGINS="$INPUT_PLUGINS sap"
424 fi 385 fi
425 386
426 dnl *** Ogg Vorbis 387 dnl *** Ogg Vorbis
427 388
428 AC_ARG_ENABLE(vorbis, 389 AC_ARG_ENABLE(vorbis,
855 816
856 if test "$enable_timidity" = "yes"; then 817 if test "$enable_timidity" = "yes"; then
857 INPUT_PLUGINS="$INPUT_PLUGINS timidity" 818 INPUT_PLUGINS="$INPUT_PLUGINS timidity"
858 fi 819 fi
859 820
860 dnl *** Iris
861
862 AC_ARG_ENABLE(iris,
863 [ --disable-iris disable iris plugin. (default=enabled)],
864 [enable_iris=$enableval],
865 [enable_iris=yes]
866 )
867
868 if test "$enable_iris" = "yes"; then
869 PKG_CHECK_MODULES(XXF86VM, [xxf86vm >= 1.0.0],
870 [enable_iris=yes
871 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS iris"],
872 [enable_iris=no]
873 )
874 else
875 AC_MSG_RESULT([*** Iris plugin disabled per user request ***])
876 enable_iris=no
877 fi
878
879 dnl FreeBSD newpcm driver detection 821 dnl FreeBSD newpcm driver detection
880 822
881 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver, 823 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver,
882 if test -r "/dev/sndstat"; then 824 if test -r "/dev/sndstat"; then
883 grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null 825 grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null
1160 echo " Game music (spc, nsf & gbs): yes" 1102 echo " Game music (spc, nsf & gbs): yes"
1161 echo " PlayStation audio (sexypsf): yes" 1103 echo " PlayStation audio (sexypsf): yes"
1162 echo " AdLib synthesizer (adplug): $have_adplug" 1104 echo " AdLib synthesizer (adplug): $have_adplug"
1163 echo " Apple Lossless Audio Codec (alac): yes" 1105 echo " Apple Lossless Audio Codec (alac): yes"
1164 echo " WavPack 4.31+ (wavpack): $have_wavpack" 1106 echo " WavPack 4.31+ (wavpack): $have_wavpack"
1165 echo " Mplayer controls (mplayer): $enable_mplayer"
1166 echo " Atari XL SAP playback (sap): $enable_sap"
1167 echo 1107 echo
1168 echo " General" 1108 echo " General"
1169 echo " -------" 1109 echo " -------"
1170 echo " Alarm: yes" 1110 echo " Alarm: yes"
1171 echo " Song Change: yes" 1111 echo " Song Change: yes"
1172 echo " LIRC: $have_lirc" 1112 echo " LIRC: $have_lirc"
1173 echo " AudioScrobbler Client: $scrobbler" 1113 echo " AudioScrobbler Client: $scrobbler"
1174 echo " libnotify Plugin: $have_libnotify"
1175 echo 1114 echo
1176 echo " Effect" 1115 echo " Effect"
1177 echo " ------" 1116 echo " ------"
1178 echo " AudioCompressor (AGC): yes" 1117 echo " AudioCompressor (AGC): yes"
1179 echo " LADSPA effects host (ladspa): yes" 1118 echo " LADSPA effects host (ladspa): yes"
1184 echo " Visualization" 1123 echo " Visualization"
1185 echo " -------------" 1124 echo " -------------"
1186 echo " Blur Scope: yes" 1125 echo " Blur Scope: yes"
1187 echo " Spectrum Analyzer: yes" 1126 echo " Spectrum Analyzer: yes"
1188 echo " Paranormal Visualization Library: $have_paranormal" 1127 echo " Paranormal Visualization Library: $have_paranormal"
1189 echo " IRIS 3D: $enable_iris"
1190 echo 1128 echo
1191 echo " Container" 1129 echo " Container"
1192 echo " ---------" 1130 echo " ---------"
1193 echo " Winamp PLS playlist format (pls): yes" 1131 echo " Winamp PLS playlist format (pls): yes"
1194 echo " M3U playlist format (m3u): yes" 1132 echo " M3U playlist format (m3u): yes"