Mercurial > audlegacy-plugins
annotate configure.ac @ 3186:2e988f44b85d
alsa-ng: Don't crash on SND_PCM_FORMAT_UNKNOWN.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Jun 2009 08:23:51 -0500 |
parents | 6dd886b5c72b |
children | 478934734761 |
rev | line source |
---|---|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1 dnl Process this file with autoconf to produce a configure script. |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2 |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
3 AC_INIT([audlegacy-plugins], [1.9.0], [bugs+audacious-plugins@atheme.org]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 AC_PREREQ([2.59]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 AC_CANONICAL_HOST |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 AC_CANONICAL_TARGET |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 AC_CONFIG_HEADERS([config.h]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 dnl libbeep |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
12 LIBBEEP_MAJOR_VERSION=2 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
13 LIBBEEP_MINOR_VERSION=0 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
14 LIBBEEP_MICRO_VERSION=0 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
15 LIBBEEP_VERSION=$LIBBEEP_MAJOR_VERSION.$LIBBEEP_MINOR_VERSION.$LIBBEEP_MICRO_VERSION |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
16 AC_SUBST(LIBBEEP_MAJOR_VERSION) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
17 AC_SUBST(LIBBEEP_MINOR_VERSION) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
18 AC_SUBST(LIBBEEP_MICRO_VERSION) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
19 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
20 dnl XXX kludge for FreeBSD |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
21 if test -d "/usr/X11R6/include"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
22 CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
23 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
24 |
1912
613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1910
diff
changeset
|
25 dnl append audacious header path to CPPFLAGS when --prefix is specified. |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
26 if test "x$prefix" != "xNONE" ; then |
1912
613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1910
diff
changeset
|
27 CPPFLAGS="$CPPFLAGS -I${includedir}" |
613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1910
diff
changeset
|
28 fi |
613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1910
diff
changeset
|
29 |
419 | 30 dnl OMK bootstrap |
31 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME]) | |
32 AC_SUBST([VERSION], [AC_PACKAGE_VERSION]) | |
33 | |
34 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) | |
35 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]) | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
36 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
37 dnl Check for C compiler |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
38 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
39 AC_PROG_CC |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
40 AC_PROG_CXX |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
41 AC_ISC_POSIX |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
42 AC_C_BIGENDIAN |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
43 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
44 if test "x$GCC" = "xyes"; then |
1973
f86cb7fc1d4f
Add -pipe -Wall if gcc and fix a few warnings.
Jonathan Schleifer <js@h3c.de>
parents:
1919
diff
changeset
|
45 CFLAGS="$CFLAGS -pipe -Wall" |
f86cb7fc1d4f
Add -pipe -Wall if gcc and fix a few warnings.
Jonathan Schleifer <js@h3c.de>
parents:
1919
diff
changeset
|
46 CXXFLAGS="$CXXFLAGS -pipe -Wall" |
f86cb7fc1d4f
Add -pipe -Wall if gcc and fix a few warnings.
Jonathan Schleifer <js@h3c.de>
parents:
1919
diff
changeset
|
47 fi |
1046
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
48 |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
49 dnl Locate a program and check that its version is acceptable. |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
50 dnl AC_PROG_CHECK_VER(var, namelist, version-switch, |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
51 dnl [version-extract-regexp], version-glob [, do-if-fail]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
52 AC_DEFUN([AC_CHECK_PROG_VER], |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
53 [AC_CHECK_PROGS([$1], [$2]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
54 if test -z "[$]$1"; then |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
55 ac_verc_fail=yes |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
56 else |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
57 # Found it, now check the version. |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
58 AC_MSG_CHECKING([version of [$]$1]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
59 changequote(<<,>>)dnl |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
60 ac_prog_version=`<<$>>$1 $3 2>&1 ifelse(<<$4>>,,, |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
61 <<| sed -n 's/^.*patsubst(<<$4>>,/,\/).*$/\1/p'>>)` |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
62 case $ac_prog_version in |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
63 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
64 <<$5>>) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
65 changequote([,])dnl |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
66 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
67 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
68 |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
69 esac |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
70 AC_MSG_RESULT([$ac_prog_version]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
71 fi |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
72 ifelse([$6],,, |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
73 [if test $ac_verc_fail = yes; then |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
74 $6 |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
75 fi]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
76 ]) |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
77 |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
78 GCC42_CFLAGS="-fgnu89-inline" |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
79 AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
80 [version \([egcygnustpi-]*[0-9.]*\)], [4.[2-9]* ], |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
81 GCC42_CFLAGS="") |
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
82 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
83 dnl Check for assembler |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
84 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
85 AM_PROG_AS |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
86 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
87 dnl Checks for various programs |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
88 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
89 AC_PROG_LN_S |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
90 AC_PROG_MAKE_SET |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
91 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
92 AC_PATH_PROG(RM, rm) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
93 AC_PATH_PROG(MV, mv) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
94 AC_PATH_PROG(CP, cp) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
95 AC_PATH_PROG(AR, ar) |
2800
ea4e97a98914
a fix for automatic plugin _CFGIDs to be generated
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2781
diff
changeset
|
96 AC_PATH_PROG(TR, tr) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
97 AC_PATH_PROG(RANLIB, ranlib) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
98 |
390 | 99 dnl Gettext -nenolod |
100 AM_GNU_GETTEXT([external]) | |
101 | |
2948
b4046e5c478e
Please don't use GNU-only stuff without providing an alternative?
Jonathan Schleifer <js-audacious@webkeks.org>
parents:
2938
diff
changeset
|
102 AC_CHECK_FUNC(strnlen, [AC_DEFINE(HAVE_STRNLEN, 1, [Whether we have strnlen])],) |
b4046e5c478e
Please don't use GNU-only stuff without providing an alternative?
Jonathan Schleifer <js-audacious@webkeks.org>
parents:
2938
diff
changeset
|
103 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
104 dnl Path settings |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
105 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
106 AC_ARG_WITH(dev-dsp, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
107 [ --with-dev-dsp=path Path to OSS DSP data pipe, default is /dev/dsp.], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
108 [dev_dsp=$withval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
109 [dev_dsp=/dev/dsp] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
110 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
111 AC_DEFINE_UNQUOTED(DEV_DSP, "$dev_dsp", |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
112 [Path to OSS DSP, really just a data pipe, default is /dev/dsp.] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
113 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
114 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
115 AC_ARG_WITH(dev-mixer, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
116 [ --with-dev-mixer=path Path to OSS sound mixer, default is /dev/mixer.], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
117 [dev_mixer=$withval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
118 [dev_mixer=/dev/mixer] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
119 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
120 AC_DEFINE_UNQUOTED(DEV_MIXER, "$dev_mixer", |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
121 [Path to OSS mixer, default is /dev/mixer.] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
122 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
123 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
124 dnl These plugins are always built. |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
125 |
2961 | 126 INPUT_PLUGINS="tonegen console sexypsf psf2 xsf cue alac metronom vtx" |
3060
ff7130782918
Connect crossfade-ng to buildsystem.
William Pitcock <nenolod@atheme.org>
parents:
3043
diff
changeset
|
127 OUTPUT_PLUGINS="crossfade null" |
2518
eef3a506a2b8
Add crystalizer plugin.
William Pitcock <nenolod@atheme.org>
parents:
2494
diff
changeset
|
128 EFFECT_PLUGINS="audiocompress crystalizer ladspa voice_removal sndstretch stereo_plugin echo_plugin" |
3100
62adf7fe5a6f
vfstrace: add to build
William Pitcock <nenolod@atheme.org>
parents:
3085
diff
changeset
|
129 GENERAL_PLUGINS="song_change alarm skins vfstrace" |
146
03cfb311eafd
[svn] - spectrum analyzer plugin based on blurscope and a little of xmms-finespectrum
nenolod
parents:
144
diff
changeset
|
130 VISUALIZATION_PLUGINS="blur_scope spectrum" |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
131 CONTAINER_PLUGINS="m3u pls" |
3161
6dd886b5c72b
revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
3121
diff
changeset
|
132 #TRANSPORT_PLUGINS="gio" |
6dd886b5c72b
revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
3121
diff
changeset
|
133 TRANSPORT_PLUGINS="stdio" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
134 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
135 dnl Check for Audacious |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
136 |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
137 PKG_CHECK_MODULES(AUDLEGACY, [audlegacy >= 1.9.0], |
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
138 [ADD_PC_REQUIRES([audlegacy >= 1.9.0])], |
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
139 [AC_MSG_ERROR([Cannot find Audlegacy 1.9.0 or later, have you installed audlegacy yet?])] |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
140 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
141 |
1005
2346d918470d
[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
magma
parents:
1001
diff
changeset
|
142 dnl Check for GTK/GLib/GThread/Pango/DBus |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
143 |
3085
ac0af6b39272
Introduce new GIO plugin to buildsystem. stdio is now deprecated.
William Pitcock <nenolod@atheme.org>
parents:
3060
diff
changeset
|
144 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16.0 gthread-2.0], |
ac0af6b39272
Introduce new GIO plugin to buildsystem. stdio is now deprecated.
William Pitcock <nenolod@atheme.org>
parents:
3060
diff
changeset
|
145 [ADD_PC_REQUIRES([glib-2.0 >= 2.16.0])], |
ac0af6b39272
Introduce new GIO plugin to buildsystem. stdio is now deprecated.
William Pitcock <nenolod@atheme.org>
parents:
3060
diff
changeset
|
146 [AC_MSG_ERROR([Cannot find Glib2 >= 2.16.0])] |
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
147 ) |
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
148 |
2447
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
149 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
150 [ADD_PC_REQUIRES([gtk+-2.0 >= 2.10.0])], |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
151 [AC_MSG_ERROR([Cannot find Gtk+2 >= 2.10.0])] |
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
152 ) |
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
153 |
3107
2a8eb3450ea4
Link GIO plugin against libgio.
John Lindgren <john.lindgren@tds.net>
parents:
3100
diff
changeset
|
154 PKG_CHECK_MODULES(GIO, [gio-2.0 >= 2.0], |
2a8eb3450ea4
Link GIO plugin against libgio.
John Lindgren <john.lindgren@tds.net>
parents:
3100
diff
changeset
|
155 [ADD_PC_REQUIRES([gio-2.0 >= 2.0])], |
2a8eb3450ea4
Link GIO plugin against libgio.
John Lindgren <john.lindgren@tds.net>
parents:
3100
diff
changeset
|
156 [AC_MSG_ERROR([Cannot find GIO >= 2.0])] |
2a8eb3450ea4
Link GIO plugin against libgio.
John Lindgren <john.lindgren@tds.net>
parents:
3100
diff
changeset
|
157 ) |
2a8eb3450ea4
Link GIO plugin against libgio.
John Lindgren <john.lindgren@tds.net>
parents:
3100
diff
changeset
|
158 |
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
159 PKG_CHECK_MODULES(PANGO, [pango >= 1.8.0], |
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
560
diff
changeset
|
160 [ADD_PC_REQUIRES([pango >= 1.8.0])], |
2447
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
161 [AC_MSG_ERROR([Cannot find Pango >= 1.8.0])] |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
162 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
163 |
1233 | 164 AC_ARG_ENABLE(dbus, |
165 [ --enable-dbus enable DBus support (default=yes)], | |
166 enable_dbus=$enableval, enable_dbus=yes) | |
2178
852fb48fcc67
Fix bashism in the configure script.
William Pitcock <nenolod@atheme.org>
parents:
2176
diff
changeset
|
167 if test "x$enable_dbus" = "xyes"; then |
1233 | 168 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.60 dbus-glib-1 >= 0.60], |
169 [ADD_PC_REQUIRES([dbus-1 >= 0.60 dbus-glib-1 >= 0.60]) | |
170 AC_DEFINE(USE_DBUS, 1, [Define if D-Bus support enabled])], | |
171 [AC_MSG_ERROR([Cannot find dbus-glib >= 0.60])] | |
172 ]) | |
1234 | 173 fi |
1005
2346d918470d
[svn] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
magma
parents:
1001
diff
changeset
|
174 |
2447
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
175 |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
176 dnl Check for libmowgli. |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
177 |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
178 PKG_CHECK_MODULES(MOWGLI, [libmowgli >= 0.4.0], |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
179 [ADD_PC_REQUIRES([libmowgli >= 0.4.0])], |
bfa3d9faa4f0
Some sanitization, I hope.
Matti Hamalainen <ccr@tnsp.org>
parents:
2445
diff
changeset
|
180 [AC_MSG_ERROR([Cannot find libmowgli >= 0.4.0, try http://www.atheme.org/projects/mowgli.shtml])] |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
181 ) |
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
182 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
183 dnl IPv6 support |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
184 dnl ======================== |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
185 AC_ARG_ENABLE(ipv6, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
186 [ --enable-ipv6 enable IPv6 support (default=no)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
187 enable_ipv6=$enableval, enable_ipv6=no) |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
188 if test "x$enable_ipv6" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
189 AC_DEFINE(USE_IPV6,, [Define if building with IPv6 support] ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
190 fi |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
191 AM_CONDITIONAL(USE_IPV6,test "x$enable_ipv6" = "xyes") |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
192 AC_SUBST(USE_IPV6) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
193 |
44 | 194 dnl chardet support |
195 dnl ======================== | |
196 AC_ARG_ENABLE(chardet, | |
197 [ --enable-chardet enable character set detection support (default=no)], | |
198 enable_chardet=$enableval, enable_chardet=no) | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
199 if test "x$enable_chardet" = "xyes"; then |
44 | 200 AC_DEFINE(USE_CHARDET, 1, [Define if character set detection enabled] ) |
201 fi | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
202 AM_CONDITIONAL(USE_CHARDET,test "x$enable_chardet" = "xyes") |
44 | 203 AC_SUBST(USE_CHARDET) |
204 | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
205 dnl plugin stuff |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
206 dnl ======================== |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
207 |
1879
81cdc01db60e
Update buildsys (adds ${PROG_SUFFIX}).
Jonathan Schleifer <js@h3c.de>
parents:
1863
diff
changeset
|
208 BUILDSYS_SHARED_LIB |
1909 | 209 BUILDSYS_PROG_IMPLIB |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
210 test "x$PROG_IMPLIB_NEEDED" = "xyes" && LIBS="$LIBS -L\${libdir} -laudlegacy.exe" |
1764
0b6e61f2f22b
Connect Mk2 to autoconf.
William Pitcock <nenolod@atheme.org>
parents:
1724
diff
changeset
|
211 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
212 dnl Ok, first we find out what flags we need to use. |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
213 AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
214 case "$target" in |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
215 *-apple-*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
216 AC_MSG_RESULT([Mac OS X: -fPIC -bundle -fno-common -flat_namespace -undefined suppress, .dylib]) |
1260
e1df1bad7837
MacOS target: Build modules with -fno-common.
William Pitcock <nenolod@atheme-project.org>
parents:
1237
diff
changeset
|
217 PICFLAGS="-DPIC -fno-common" |
1540
8efa68ee4d5a
audacious-plugins: -single-module on OSX.
William Pitcock <nenolod@atheme.org>
parents:
1523
diff
changeset
|
218 PICLDFLAGS="-DPIC -bundle -fno-common -flat_namespace -undefined suppress -single_module" |
8efa68ee4d5a
audacious-plugins: -single-module on OSX.
William Pitcock <nenolod@atheme.org>
parents:
1523
diff
changeset
|
219 LIBLDFLAGS="-dynamiclib -single_module" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
220 AUDLDFLAGS="" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
221 SHARED_SUFFIX=".dylib" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
222 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
223 *) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
224 AC_MSG_RESULT([libdl-compatible: -fPIC -DPIC -shared, .so]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
225 PICFLAGS="-fPIC -DPIC" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
226 PICLDFLAGS="-fPIC -DPIC -shared" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
227 LIBLDFLAGS="-fPIC -DPIC -shared" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
228 SHARED_SUFFIX=".so" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
229 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
230 esac |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
231 AC_SUBST(PICFLAGS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
232 AC_SUBST(PICLDFLAGS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
233 AC_SUBST(LIBLDFLAGS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
234 AC_SUBST(SHARED_SUFFIX) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
235 AC_DEFINE_UNQUOTED(SHARED_SUFFIX, "${SHARED_SUFFIX}", |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
236 [Define the shared module suffix extension on your platform.]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
237 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
238 AC_MSG_CHECKING([if you are running Apple-GCC]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
239 case "$target" in |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
240 *-apple-*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
241 AC_MSG_RESULT([yes, sorry you poor bastard]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
242 LDFLAGS="$LDFLAGS -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
243 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
244 *) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
245 AC_MSG_RESULT([no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
246 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
247 esac |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
248 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
249 dnl Check for esound |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
250 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
251 AC_ARG_ENABLE( esd, |
2769
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
252 [ --disable-esd disable esound output plugin (default=enabled)], |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
253 [enable_esd=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
254 [enable_esd="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
255 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
256 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
257 if test "x$enable_esd" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
258 PKG_CHECK_MODULES(ESD, [esound >= 0.2], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
259 [have_esd=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
260 OUTPUT_PLUGINS="$OUTPUT_PLUGINS esd"], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
261 [have_esd=no] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
262 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
263 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
264 AC_MSG_RESULT([*** esound plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
265 have_esd=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
266 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
267 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
268 dnl Check for PulseAudio |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
269 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
270 AC_ARG_ENABLE( pulse, |
2769
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
271 [ --disable-pulse disable PulseAudio output plugin (default=enabled)], |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
272 [enable_pulse=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
273 [enable_pulse="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
274 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
275 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
276 if test "x$enable_pulse" = "xyes"; then |
2399
dd2c14a4c9f1
Change required pulseaudio version to 0.9.9 because some PA_SAMPLE_S32 formats are not defined in older versions.
Christian Birchinger <joker@netswarm.net>
parents:
2359
diff
changeset
|
277 PKG_CHECK_MODULES(PULSE, [libpulse >= 0.9.9], |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
278 [have_pulse=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
279 OUTPUT_PLUGINS="$OUTPUT_PLUGINS pulse_audio"], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
280 [have_pulse=no] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
281 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
282 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
283 AC_MSG_RESULT([*** pulseaudio output plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
284 have_pulse=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
285 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
286 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
287 dnl *** CoreAudio |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
288 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
289 AC_ARG_ENABLE(coreaudio, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
290 [ --disable-coreaudio disable CoreAudio output plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
291 [enable_coreaudio=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
292 [enable_coreaudio="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
293 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
294 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
295 if test "x$enable_coreaudio" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
296 AC_CHECK_HEADERS([CoreServices/CoreServices.h], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
297 [have_coreaudio=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
298 OUTPUT_PLUGINS="$OUTPUT_PLUGINS CoreAudio"], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
299 [have_coreaudio=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
300 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
301 AC_MSG_RESULT([*** CoreAudio output plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
302 have_coreaudio=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
303 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
304 |
2770
9bc47b31404a
added SHOUT_CFLAGS and SHOUT_LIBS
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2769
diff
changeset
|
305 dnl *** Icecast |
9bc47b31404a
added SHOUT_CFLAGS and SHOUT_LIBS
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2769
diff
changeset
|
306 |
2769
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
307 AC_ARG_ENABLE( icecast, |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
308 [ --disable-icecast disable Icecast output plugin (default=enabled)], |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
309 [enable_icecast=$enableval], |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
310 [enable_icecast="yes"] |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
311 ) |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
312 |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
313 if test "x$enable_icecast" = "xyes"; then |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
314 PKG_CHECK_MODULES(SHOUT, [shout >= 2.0], |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
315 [have_shout=yes |
2778
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
316 enable_filewriter=yes], |
2769
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
317 [have_shout=no] |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
318 ) |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
319 else |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
320 AC_MSG_RESULT([*** icecast output plugin disabled per user request ***]) |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
321 have_shout=no |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
322 fi |
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
323 |
2770
9bc47b31404a
added SHOUT_CFLAGS and SHOUT_LIBS
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2769
diff
changeset
|
324 AC_SUBST(SHOUT_CFLAGS) |
9bc47b31404a
added SHOUT_CFLAGS and SHOUT_LIBS
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2769
diff
changeset
|
325 AC_SUBST(SHOUT_LIBS) |
9bc47b31404a
added SHOUT_CFLAGS and SHOUT_LIBS
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2769
diff
changeset
|
326 |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
327 dnl *** Dock Album Art (MacOS) |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
328 |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
329 AC_ARG_ENABLE(dockalbumart, |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
330 [ --disable-dockalbumart disable MacOS dock albumart plugin (default=guess)], |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
331 [enable_dockalbumart=$enableval], |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
332 [enable_dockalbumart="yes"] |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
333 ) |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
334 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
335 if test "x$enable_dockalbumart" = "xyes"; then |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
336 AC_CHECK_HEADERS([Carbon/Carbon.h], |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
337 [have_dockalbumart=yes |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
338 GENERAL_PLUGINS="$GENERAL_PLUGINS dockalbumart"], |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
339 [have_dockalbumart=no]) |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
340 else |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
341 AC_MSG_RESULT([*** DockAlbumArt plugin disabled per user request ***]) |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
342 have_dockalbumart=no |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
343 fi |
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
344 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
345 dnl *** AltiVec |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
346 |
1138
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
347 AC_ARG_ENABLE(altivec, |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
348 [ --disable-altivec disable AltiVec support. (default=enabled) ], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
349 [enable_altivec=$enableval], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
350 [enable_altivec=yes] |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
351 ) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
352 if test "x$enable_altivec" = "xyes"; then |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
353 AC_CHECK_HEADERS(altivec.h, |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
354 [AC_DEFINE(HAVE_ALTIVEC, 1, [Define to 1 if your system has AltiVec.]) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
355 AC_DEFINE(HAVE_ALTIVEC_H, 1, [Define to 1 if your system has an altivec.h file.]) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
356 AC_DEFINE(ARCH_POWERPC, 1, [Define to 1 if your system is a PowerPC.]) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
357 DCT64=dct64_altivec.c |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
358 SIMD_CFLAGS=-maltivec |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
359 AC_SUBST(SIMD_CFLAGS)], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
360 [DCT64=dct64.c] |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
361 ) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
362 fi |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
363 AC_SUBST(DCT64) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
364 |
922
7e14701aef54
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
yaz
parents:
908
diff
changeset
|
365 dnl *** SSE2 |
7e14701aef54
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
yaz
parents:
908
diff
changeset
|
366 |
1138
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
367 AC_ARG_ENABLE(sse2, |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
368 [ --disable-sse2 disable SSE2 support. (default=enabled) ], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
369 [enable_sse2=$enableval], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
370 [enable_sse2=yes] |
923 | 371 ) |
1138
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
372 if test "x$enable_sse2" = "xyes"; then |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
373 AC_MSG_CHECKING(SSE2) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
374 ac_save_CFLAGS="$CFLAGS" |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
375 CFLAGS="-msse2" |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
376 AC_TRY_RUN([ |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
377 #include <emmintrin.h> |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
378 int main() |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
379 { |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
380 _mm_setzero_pd(); |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
381 return 0; |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
382 } |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
383 ], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
384 [AC_MSG_RESULT(SSE2 yes) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
385 AC_DEFINE(HAVE_SSE2, 1, [Define to 1 if your system has SSE2]) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
386 SIMD_CFLAGS=-msse2], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
387 [AC_MSG_RESULT(SSE2 no)], |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
388 ) |
402ee2120cb1
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
giacomo
parents:
1083
diff
changeset
|
389 fi |
923 | 390 AC_SUBST(SIMD_CFLAGS) |
391 CFLAGS="$ac_save_CFLAGS" | |
922
7e14701aef54
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform.
yaz
parents:
908
diff
changeset
|
392 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
393 dnl *** MP3 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
394 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
395 AC_ARG_ENABLE(mp3, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
396 [ --disable-mp3 disable mp3 plugin. (default=enabled) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
397 [enable_mp3=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
398 [enable_mp3=yes] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
399 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
400 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
401 if test "x$enable_mp3" = "xyes"; then |
2125
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
402 AM_PATH_LIBMAD([enable_mp3=yes], |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
403 [AC_MSG_WARN([*** Cannot find libmad, mp3 plugin will not be built ***]) |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
404 enable_mp3=no] |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
405 ) |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
406 else |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
407 AC_MSG_RESULT([*** mp3 plugin disabled per user request ***]) |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
408 enable_mp3=no |
634 | 409 fi |
2125
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
410 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
411 if test "x$enable_mp3" = "xyes"; then |
2359
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
412 AC_MSG_CHECKING(mad.h suitability) |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
413 ac_save_CFLAGS="$CFLAGS" |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
414 CFLAGS="$CFLAGS $MAD_CFLAGS $AUDLEGACY_CFLAGS" |
2359
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
415 AC_TRY_RUN( |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
416 [ |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
417 #include <mad.h> |
2972 | 418 #include <audlegacy/plugin.h> |
2359
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
419 int main() |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
420 { |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
421 return (MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__) ? 0 : 1; |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
422 } |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
423 ], |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
424 [AC_MSG_RESULT(yes)], |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
425 [ |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
426 AC_MSG_RESULT(no) |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
427 enable_mp3=no |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
428 ], |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
429 ) |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
430 CFLAGS="$ac_save_CFLAGS" |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
431 fi |
b3475063c000
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2343
diff
changeset
|
432 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
433 if test "x$enable_mp3" = "xyes"; then |
2125
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
434 INPUT_PLUGINS="$INPUT_PLUGINS madplug" |
5c33e8e1a479
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2102
diff
changeset
|
435 fi |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
436 |
2102
42a16b5e5151
try to fill in MAD_CFLAGS/MAD_LIBS with sensible defaults. enforce AC_SUBST().
William Pitcock <nenolod@atheme.org>
parents:
2097
diff
changeset
|
437 AC_SUBST(MAD_CFLAGS) |
42a16b5e5151
try to fill in MAD_CFLAGS/MAD_LIBS with sensible defaults. enforce AC_SUBST().
William Pitcock <nenolod@atheme.org>
parents:
2097
diff
changeset
|
438 AC_SUBST(MAD_LIBS) |
42a16b5e5151
try to fill in MAD_CFLAGS/MAD_LIBS with sensible defaults. enforce AC_SUBST().
William Pitcock <nenolod@atheme.org>
parents:
2097
diff
changeset
|
439 |
327
f3f77cbd58f3
[svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update.
chainsaw
parents:
315
diff
changeset
|
440 dnl *** Rocklight |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
441 |
411 | 442 AC_ARG_ENABLE(rocklight, |
443 AS_HELP_STRING([--disable-rocklight], [disable Rocklight vis plugin (default=enabled)]), | |
444 [enable_rocklight="$enableval"], | |
445 [enable_rocklight="yes"] | |
446 ) | |
447 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
448 if test "x$enable_rocklight" = "xyes"; then |
411 | 449 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS rocklight" |
450 fi | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
451 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
452 dnl *** LIRC client libraries |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
453 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
454 AC_ARG_ENABLE(lirc, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
455 [ --disable-lirc disable LIRC plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
456 [enable_lirc=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
457 [enable_lirc="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
458 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
459 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
460 if test "x$enable_lirc" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
461 AC_CHECK_LIB([lirc_client],[lirc_init],[have_lirc=yes],[have_lirc=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
462 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
463 AC_MSG_RESULT([*** LIRC plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
464 have_lirc="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
465 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
466 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
467 if test "x$have_lirc" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
468 GENERAL_PLUGINS="$GENERAL_PLUGINS lirc" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
469 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
470 |
422
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
471 dnl *** EvDev-Plug general plugin (only built on Linux) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
472 |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
473 AC_ARG_ENABLE(evdevplug, |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
474 [ --disable-evdevplug disable Linux evdev plugin (default=enabled)], |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
475 [enable_evdevplug=$enableval], |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
476 [enable_evdevplug="yes"] |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
477 ) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
478 |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
479 if test "x$enable_evdevplug" = "xyes"; then |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
480 case "$target" in |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
481 *-*-linux*) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
482 have_evdevplug="yes" |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
483 ;; |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
484 *) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
485 AC_MSG_RESULT([*** Linux evdev plugin disabled (host does not run linux) ***]) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
486 have_evdevplug="no" |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
487 ;; |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
488 esac |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
489 else |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
490 AC_MSG_RESULT([*** Linux evdev plugin disabled per user request ***]) |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
491 have_evdevplug="no" |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
492 fi |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
493 |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
494 if test "x$have_evdevplug" = "xyes"; then |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
495 GENERAL_PLUGINS="$GENERAL_PLUGINS evdev-plug" |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
496 fi |
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
497 |
1543
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
498 dnl *** Global Hotkey general plugin (only built on X11) |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
499 |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
500 AC_ARG_ENABLE(hotkey, |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
501 [ --disable-hotkey disable global hotkey plugin (default=enabled)], |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
502 [enable_hotkey=$enableval], |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
503 [enable_hotkey="yes"] |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
504 ) |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
505 |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
506 if test "x$enable_hotkey" = "xyes"; then |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
507 have_hotkey="yes" |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
508 PKG_CHECK_MODULES(GDKX11,[gdk-x11-2.0 >= 2.6.0],,[have_hotkey="no"]) |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
509 else |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
510 AC_MSG_RESULT([*** X11 Global Hotkey plugin disabled per user request ***]) |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
511 have_hotkey="no" |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
512 fi |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
513 |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
514 if test "x$have_hotkey" = "xyes"; then |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
515 GENERAL_PLUGINS="$GENERAL_PLUGINS hotkey" |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
516 fi |
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
517 |
1724
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
518 dnl *** Gnome Shortcuts Plugin |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
519 |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
520 AC_ARG_ENABLE(gnomeshortcuts, |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
521 [ --disable-gnomeshortcuts disable gnome shortcuts (default=enabled)], |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
522 [enable_gnomeshortcuts=$enableval], |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
523 [enable_gnomeshortcuts="yes"] |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
524 ) |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
525 |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
526 if test "x$enable_gnomeshortcuts" = "xyes"; then |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
527 have_gnomeshortcuts="yes" |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
528 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.60 dbus-glib-1 >= 0.60],, |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
529 [AC_MSG_ERROR([Cannot find dbus-glib >= 0.60 for gnomeshortcuts plugin])]) |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
530 else |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
531 AC_MSG_RESULT([*** Gnome Shortcuts Plugin disabled per user request ***]) |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
532 have_gnomeshortcuts="no" |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
533 fi |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
534 |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
535 if test "x$have_gnomeshortcuts" = "xyes"; then |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
536 GENERAL_PLUGINS="$GENERAL_PLUGINS gnomeshortcuts" |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
537 fi |
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
538 |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
539 dnl *** Status Icon plugin (for X11 only) |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
540 |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
541 AC_ARG_ENABLE(statusicon, |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
542 [ --disable-statusicon disable X11 Status Icon plugin (default=enabled)], |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
543 [enable_statusicon=$enableval], |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
544 [enable_statusicon="yes"] |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
545 ) |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
546 |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
547 if test "x$enable_statusicon" = "xyes"; then |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
548 have_statusicon="yes" |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
549 PKG_CHECK_MODULES(GDKX11,[gdk-x11-2.0 >= 2.6.0],,[have_statusicon="no"]) |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
550 else |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
551 AC_MSG_RESULT([*** X11 Status Icon plugin disabled per user request ***]) |
856 | 552 have_statusicon="no" |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
553 fi |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
554 |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
555 if test "x$have_statusicon" = "xyes"; then |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
556 GENERAL_PLUGINS="$GENERAL_PLUGINS statusicon" |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
557 fi |
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
558 |
579 | 559 dnl *** Audacious OSD plugin (pangocairo-based) |
560 | |
561 AC_ARG_ENABLE(aosd, | |
908
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
562 [ --disable-aosd disable Audacious OSD plugin (default=enabled)], |
579 | 563 [enable_aosd=$enableval], |
933 | 564 [enable_aosd="guess"] |
579 | 565 ) |
566 | |
908
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
567 AC_ARG_ENABLE(aosd_xcomp, |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
568 [ --disable-aosd-xcomp disable Audacious OSD X Composite Support (default=enabled)], |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
569 [enable_aosd_xcomp=$enableval], |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
570 [enable_aosd_xcomp="yes"] |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
571 ) |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
572 |
933 | 573 if test "x$enable_aosd" = "xguess"; then |
579 | 574 have_aosd="yes" |
575 PKG_CHECK_MODULES(PANGO,[pango >= 1.14.7],, | |
576 [have_aosd="no" | |
577 AC_MSG_RESULT([*** pango >= 1.14.7 is required for Audacious OSD plugin ***])] | |
578 ) | |
579 PKG_CHECK_MODULES(CAIRO,[cairo >= 1.2.6],, | |
580 [have_aosd="no" | |
581 AC_MSG_RESULT([*** cairo >= 1.2.6 is required for Audacious OSD plugin ***])] | |
582 ) | |
583 PKG_CHECK_MODULES(PANGOCAIRO,[pangocairo >= 1.14.7],, | |
584 [have_aosd="no" | |
585 AC_MSG_RESULT([*** pangocairo >= 1.14.7 is required for Audacious OSD plugin ***])] | |
586 ) | |
908
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
587 PKG_CHECK_MODULES(XRENDER, xrender,, |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
588 [have_aosd="no" |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
589 AC_MSG_RESULT([*** X Render extension is required for Audacious OSD plugin ***])] |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
590 ) |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
591 if test "x$enable_aosd_xcomp" = "xyes"; then |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
592 have_aosd_xcomp="yes" |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
593 PKG_CHECK_MODULES(XCOMPOSITE, xcomposite, |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
594 [AC_DEFINE([HAVE_XCOMPOSITE],[],[X Composite extension available])], |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
595 [have_aosd_xcomp="no" |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
596 AC_MSG_RESULT([*** X Composite extension not found, composite support for Audacious OSD will not be compiled ***])] |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
597 ) |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
598 else |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
599 AC_MSG_RESULT([*** X Composite support for Audacious OSD plugin disabled per user request ***]) |
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
600 have_aosd_xcomp="no" |
933 | 601 fi |
579 | 602 else |
933 | 603 if test "x$enable_aosd" = "xyes"; then |
604 AC_MSG_RESULT([*** Audacious OSD plugin has been forcefully enabled ***]) | |
605 have_aosd="yes" | |
606 if test "x$enable_aosd_xcomp" = "xyes"; then | |
607 have_aosd_xcomp="yes" | |
608 PKG_CHECK_MODULES(XCOMPOSITE, xcomposite, | |
609 [AC_DEFINE([HAVE_XCOMPOSITE],[],[X Composite extension available])], | |
610 [have_aosd_xcomp="no" | |
611 AC_MSG_RESULT([*** X Composite extension not found, composite support for Audacious OSD will not be compiled ***])] | |
612 ) | |
613 else | |
614 AC_MSG_RESULT([*** X Composite support for Audacious OSD plugin disabled per user request ***]) | |
615 have_aosd_xcomp="no" | |
616 fi | |
617 else | |
618 AC_MSG_RESULT([*** Audacious OSD plugin disabled per user request ***]) | |
619 have_aosd="no" | |
620 fi | |
579 | 621 fi |
622 | |
623 if test "x$have_aosd" = "xyes"; then | |
624 GENERAL_PLUGINS="$GENERAL_PLUGINS aosd" | |
625 fi | |
626 | |
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
627 dnl *** Rootwindow vis plugin (imlib2 based) |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
628 |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
629 AC_ARG_ENABLE(rootvis, |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
630 [ --disable-rootvis disable X11 RootWindow vis plugin (default=enabled)], |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
631 [enable_rootvis=$enableval], |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
632 [enable_rootvis="yes"] |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
633 ) |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
634 |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
635 if test "x$enable_rootvis" = "xyes"; then |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
636 have_rootvis="yes" |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
637 PKG_CHECK_MODULES(IMLIB2, [imlib2 >= 1.1.0],, |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
638 [have_rootvis="no" |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
639 AC_MSG_RESULT([*** imlib2 >= 1.1.0 is required for Audacious RootVis plugin ***])] |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
640 ) |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
641 else |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
642 AC_MSG_RESULT([*** RootVis plugin disabled per user request ***]) |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
643 have_rootvis="no" |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
644 fi |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
645 |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
646 if test "x$have_rootvis" = "xyes"; then |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
647 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS rootvis" |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
648 fi |
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
649 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
650 dnl *** AdPlug requirement (libbinio) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
651 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
652 AC_ARG_ENABLE(adplug, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
653 [ --disable-adplug disable AdPlug plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
654 [enable_adplug=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
655 [enable_adplug="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
656 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
657 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
658 if test "x$enable_adplug" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
659 have_adplug="yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
660 PKG_CHECK_MODULES(BINIO,[libbinio >= 1.4],,[have_adplug=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
661 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
662 AC_MSG_RESULT([*** AdPlug plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
663 have_adplug="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
664 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
665 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
666 if test "x$have_adplug" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
667 INPUT_PLUGINS="$INPUT_PLUGINS adplug" |
2002
d7642cf63ae5
make adplug compile again.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2000
diff
changeset
|
668 AC_SUBST(BINIO_CFLAGS) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
669 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
670 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
671 dnl *** Ogg Vorbis |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
672 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
673 AC_ARG_ENABLE(vorbis, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
674 [ --disable-vorbis disable Ogg Vorbis input plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
675 [enable_vorbis=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
676 [enable_vorbis="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
677 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
678 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
679 if test "x$enable_vorbis" = "xyes"; then |
2141
c266c29a36c5
require libvorbis 1.2 due to undefined behaviour in 1.1.x.
William Pitcock <nenolod@atheme.org>
parents:
2139
diff
changeset
|
680 PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.2 vorbisfile >= 1.2], |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
681 [have_oggvorbis=yes], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
682 [AC_MSG_WARN([*** Cannot find libogg/libvorbis, Ogg Vorbis support will not be built ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
683 have_oggvorbis=no] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
684 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
685 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
686 AC_MSG_RESULT([*** Ogg Vorbis plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
687 have_oggvorbis=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
688 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
689 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
690 if test "x$have_oggvorbis" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
691 INPUT_PLUGINS="$INPUT_PLUGINS vorbis" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
692 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
693 |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
694 dnl *** FLACng (in progress replacement to XMMS-flac port) |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
695 |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
696 AC_ARG_ENABLE(flacng, |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
697 [ --disable-flacng disable flac input plugin (default=enabled)], |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
698 [enable_flacng=$enableval], |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
699 [enable_flacng="yes"] |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
700 ) |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
701 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
702 if test "x$enable_flacng" = "xyes"; then |
1309
e25e32e7d44e
Autoconf flac-config wrangling magic for FLAC 1.1.2.
William Pitcock <nenolod@atheme-project.org>
parents:
1294
diff
changeset
|
703 AM_PATH_LIBFLAC([have_flacng=yes], |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
704 [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***]) |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
705 have_flacng=no] |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
706 ) |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
707 else |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
708 AC_MSG_RESULT([*** FLACng plugin disabled per user request ***]) |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
709 have_flacng=no |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
710 fi |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
711 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
712 if test "x$have_flacng" = "xyes"; then |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
713 INPUT_PLUGINS="$INPUT_PLUGINS flacng" |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
714 fi |
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
715 |
110 | 716 dnl *** WavPack 4.31 support |
717 | |
718 AC_ARG_ENABLE(wavpack, | |
719 [ --disable-wavpack disable WavPack input plugin (default=enabled)], | |
720 [enable_wavpack=$enableval], | |
721 [enable_wavpack="yes"] | |
722 ) | |
723 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
724 if test "x$enable_wavpack" = "xyes"; then |
110 | 725 PKG_CHECK_MODULES(WAVPACK, [wavpack >= 4.31], |
726 [have_wavpack=yes], | |
727 [AC_MSG_WARN([*** Cannot find WavPack 4.31+, WavPack support will not be built ***]) | |
728 have_wavpack=no] | |
729 ) | |
730 else | |
731 AC_MSG_RESULT([*** WavPack plugin disabled per user request ***]) | |
732 have_wavpack=no | |
733 fi | |
734 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
735 if test "x$have_wavpack" = "xyes"; then |
110 | 736 INPUT_PLUGINS="$INPUT_PLUGINS wavpack" |
737 fi | |
738 | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
739 dnl *** AAC |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
740 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
741 AC_ARG_ENABLE(aac, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
742 [ --disable-aac disable aac plugin (default=enabled) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
743 [enable_aac=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
744 [enable_aac=yes] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
745 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
746 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
747 if test "x$enable_aac" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
748 INPUT_PLUGINS="$INPUT_PLUGINS aac" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
749 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
750 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
751 dnl *** sndfile |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
752 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
753 AC_ARG_ENABLE(sndfile, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
754 [ --disable-sndfile disable sndfile extensions. [default=enabled] ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
755 [enable_sndfile=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
756 [enable_sndfile=yes] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
757 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
758 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
759 if test "x$enable_sndfile" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
760 PKG_CHECK_MODULES(SNDFILE, [sndfile >= 0.19], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
761 [enable_sndfile=yes], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
762 [enable_sndfile=no] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
763 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
764 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
765 AC_MSG_RESULT([*** libsndfile extensions disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
766 enable_sndfile=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
767 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
768 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
769 if test "x$enable_sndfile" = "xyes"; then |
2303
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
2182
diff
changeset
|
770 INPUT_PLUGINS="$INPUT_PLUGINS sndfile" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
771 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
772 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
773 dnl *** modplug |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
774 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
775 AC_ARG_ENABLE(modplug, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
776 [ --disable-modplug disable ModPlug plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
777 [enable_modplug=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
778 [enable_modplug="yes"] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
779 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
780 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
781 if test "x$enable_modplug" = "xyes"; then |
136
6b5a52635b3b
[svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents:
135
diff
changeset
|
782 INPUT_PLUGINS="$INPUT_PLUGINS modplug" |
6b5a52635b3b
[svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents:
135
diff
changeset
|
783 have_modplug="yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
784 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
785 AC_MSG_RESULT([*** ModPlug plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
786 have_modplug="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
787 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
788 |
232 | 789 dnl *** Musepack |
790 | |
791 AC_ARG_ENABLE(musepack, | |
792 [ --disable-musepack disable musepack input plugin (default=enabled)], | |
793 [enable_musepack=$enableval], | |
794 [enable_musepack="yes"] | |
795 ) | |
796 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
797 if test "x$enable_musepack" = "xyes"; then |
662 | 798 PKG_CHECK_MODULES(TAGLIB, [taglib >= 1.4], [ |
799 AC_CHECK_HEADERS(mpcdec/config_types.h,, [ | |
800 enable_musepack=no | |
801 ]) | |
802 ], [enable_musepack=no]) | |
232 | 803 else |
804 AC_MSG_RESULT([*** Musepack plugin disabled per user request ***]) | |
805 enable_musepack=no | |
806 fi | |
807 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
808 if test "x$enable_musepack" = "xyes"; then |
232 | 809 INPUT_PLUGINS="$INPUT_PLUGINS musepack" |
2000
89a445c53318
make musepack compile again.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1973
diff
changeset
|
810 AC_SUBST(TAGLIB_CFLAGS) |
232 | 811 fi |
812 | |
878 | 813 dnl *** WMA |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
814 |
878 | 815 AC_ARG_ENABLE(wma, |
816 [ --disable-wma disable wma plugin. (default=enabled)], | |
817 [enable_wma=$enableval], | |
818 [enable_wma=yes] | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
819 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
820 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
821 if test "x$enable_wma" = "xyes"; then |
878 | 822 INPUT_PLUGINS="$INPUT_PLUGINS wma" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
823 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
824 |
2182
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
825 dnl *** Monkey's Audio |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
826 |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
827 AC_ARG_ENABLE(ape, |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
828 [ --disable-ape disable Monkey's Audio plugin. (default=enabled)], |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
829 [enable_ape=$enableval], |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
830 [enable_ape=yes] |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
831 ) |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
832 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
833 if test "x$enable_ape" = "xyes"; then |
2182
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
834 INPUT_PLUGINS="$INPUT_PLUGINS demac" |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
835 fi |
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
836 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
837 dnl *** jack output plugin |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
838 AC_ARG_ENABLE( jack, |
50 | 839 [ --disable-jack disable jack output plugin (default=enabled)], [enable_jack=$enableval], |
840 [enable_jack="yes"]) | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
841 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
842 if test "x$enable_jack" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
843 AM_PATH_JACK(have_jack=yes, have_jack=no) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
844 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
845 AC_MSG_RESULT([*** jack plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
846 have_jack=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
847 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
848 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
849 if test "x$have_jack" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
850 OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
851 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
852 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
853 dnl *** sid |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
854 AC_ARG_ENABLE( sid, |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
855 [ --disable-sid disable SID input plugin (default=enabled)],, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
856 enable_sid="yes") |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
857 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
858 if test "x$enable_sid" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
859 AM_PATH_SIDPLAY(have_sidplay=yes, have_sidplay=no) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
860 else |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
861 AC_MSG_RESULT([*** SID plugin disabled per user request ***]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
862 have_sidplay=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
863 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
864 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
865 if test "x$have_sidplay" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
866 INPUT_PLUGINS="$INPUT_PLUGINS sid" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
867 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
868 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
869 dnl *** OSS output |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
870 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
871 AC_ARG_ENABLE(oss, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
872 [ --disable-oss disable the OSS output plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
873 [enable_oss=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
874 [enable_oss=yes] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
875 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
876 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
877 have_oss=no |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
878 if test "x$enable_oss" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
879 AC_MSG_CHECKING(for OSS include dir) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
880 OSS_CFLAGS="" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
881 if test -f "/etc/oss.conf" ; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
882 for i in `cat /etc/oss.conf`; do |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
883 t=`echo $i | sed -e 's/OSSLIBDIR=//'` |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
884 if test "x$i" != "x$t" ; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
885 if test -f "$t/include/sys/soundcard.h" -o -f "$i/include/soundcard.h" ; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
886 OSS_CFLAGS="-I$t/include" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
887 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
888 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
889 done |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
890 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
891 if test -n "$OSS_CFLAGS" ; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
892 AC_MSG_RESULT([$OSS_CFLAGS]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
893 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
894 AC_MSG_RESULT([not found]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
895 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
896 CFLAGS_save=$CFLAGS |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
897 CFLAGS="$CFLAGS $OSS_CFLAGS" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
898 AC_CHECK_HEADERS(soundcard.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
899 AC_CHECK_HEADERS(sys/soundcard.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
900 AC_CHECK_HEADERS(machine/soundcard.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
901 CFLAGS=$CFLAGS_save |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
902 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
903 if test "x${ac_cv_header_soundcard_h}" = "xyes" || test "x${ac_cv_header_sys_soundcard_h}" = "xyes" || test "x${ac_cv_header_machine_soundcard_h}" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
904 have_oss=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
905 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
906 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
907 if test "x${have_oss}" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
908 AC_MSG_CHECKING(whether we need -lossaudio) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
909 AC_TRY_LINK([ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
910 #include <sys/ioctl.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
911 #ifdef HAVE_SYS_SOUNDCARD_H |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
912 #include <sys/soundcard.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
913 #else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
914 #include <soundcard.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
915 #endif |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
916 ], [ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
917 int fd, value; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
918 ioctl(fd, SOUND_MIXER_READ_VOLUME, &value); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
919 ], AC_MSG_RESULT(no), [ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
920 OSS_LIBS="-lossaudio" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
921 AC_MSG_RESULT(yes) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
922 ]) |
6
7cac35581bd0
[svn] - only check for -lossaudio if have_oss is true (otherwise libESD is broken on many platforms)
nenolod
parents:
5
diff
changeset
|
923 fi |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
924 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
925 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
926 if test "x$have_oss" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
927 AC_DEFINE(HAVE_OSS, 1, [Define if the OSS output plugin should be built]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
928 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
929 have_oss=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
930 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
931 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
932 if test "x$have_oss" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
933 OUTPUT_PLUGINS="$OUTPUT_PLUGINS OSS" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
934 fi |
2526
27630085a2c7
Actually substitute/define OSS_CFLAGS.
Matti Hamalainen <ccr@tnsp.org>
parents:
2521
diff
changeset
|
935 AC_SUBST(OSS_CFLAGS) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
936 AC_SUBST(OSS_LIBS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
937 |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
938 |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
939 dnl *** OSS4 output |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
940 |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
941 AC_ARG_ENABLE(oss4, |
1215
386342d66a4f
disabled OSS4 by default
Cristi Magherusan <majeru@atheme-project.org>
parents:
1213
diff
changeset
|
942 [ --enable-oss4 enable the OSS4 output plugin (default=disabled)], |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
943 [enable_oss4=$enableval], |
1215
386342d66a4f
disabled OSS4 by default
Cristi Magherusan <majeru@atheme-project.org>
parents:
1213
diff
changeset
|
944 [enable_oss4=no] |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
945 ) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
946 |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
947 have_oss4=no |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
948 if test "x$enable_oss4" = "xyes"; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
949 AC_MSG_CHECKING(for OSS4 include dir) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
950 OSS4_CFLAGS="" |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
951 if test -f "/etc/oss.conf" ; then |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
952 for i in `cat /etc/oss.conf`; do |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
953 t=`echo $i | sed -e 's/OSSLIBDIR=//'` |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
954 if test "x$i" != "x$t" ; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
955 if test -f "$t/include/sys/soundcard.h" -o -f "$i/include/soundcard.h" ; then |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
956 OSS4_CFLAGS="-I$t/include" |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
957 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
958 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
959 done |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
960 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
961 if test -n "$OSS4_CFLAGS" ; then |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
962 AC_MSG_RESULT([$OSS4_CFLAGS]) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
963 else |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
964 AC_MSG_RESULT([not found]) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
965 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
966 CFLAGS_save=$CFLAGS |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
967 CFLAGS="$CFLAGS $OSS4_CFLAGS" |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
968 AC_CHECK_HEADERS(soundcard.h) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
969 AC_CHECK_HEADERS(sys/soundcard.h) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
970 AC_CHECK_HEADERS(machine/soundcard.h) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
971 CFLAGS=$CFLAGS_save |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
972 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
973 if test "x${ac_cv_header_soundcard_h}" = "xyes" || test "x${ac_cv_header_sys_soundcard_h}" = "xyes" || test "x${ac_cv_header_machine_soundcard_h}" = "xyes"; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
974 have_oss4=yes |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
975 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
976 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
977 if test "x${have_oss4}" = "xyes"; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
978 AC_MSG_CHECKING(whether we need -lossaudio) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
979 AC_TRY_LINK([ |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
980 #include <sys/ioctl.h> |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
981 #ifdef HAVE_SYS_SOUNDCARD_H |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
982 #include <sys/soundcard.h> |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
983 #else |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
984 #include <soundcard.h> |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
985 #endif |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
986 ], [ |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
987 int fd, value; |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
988 ioctl(fd, SOUND_MIXER_READ_VOLUME, &value); |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
989 ], AC_MSG_RESULT(no), [ |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
990 OSS_LIBS="-lossaudio" |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
991 AC_MSG_RESULT(yes) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
992 ]) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
993 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
994 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
995 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
996 if test "x$have_oss4" = "xyes"; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
997 AC_DEFINE(HAVE_OSS4, 1, [Define if the OSS4 output plugin should be built]) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
998 else |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
999 have_oss4=no |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1000 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1001 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1002 if test "x$have_oss4" = "xyes"; then |
1213
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1003 OUTPUT_PLUGINS="$OUTPUT_PLUGINS OSS4" |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1004 fi |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1005 |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1006 AC_SUBST(OSS_LIBS) |
e49e02828f85
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
Cristi Magherusan <majeru@atheme-project.org>
parents:
1190
diff
changeset
|
1007 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1008 dnl *** ALSA output plugin |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1009 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1010 AC_ARG_ENABLE(alsa, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1011 [ --disable-alsa disable ALSA input plugin (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1012 [enable_alsa=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1013 [enable_alsa=yes] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1014 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1015 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1016 if test "x$enable_alsa" = "xyes"; then |
2937
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1017 PKG_CHECK_MODULES([ALSA], [alsa >= 1.0], [have_alsa=yes], [have_alsa=no]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1018 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1019 AC_MSG_RESULT([*** ALSA output plugin disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1020 have_alsa=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1021 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1022 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1023 if test "x$have_alsa" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1024 OUTPUT_PLUGINS="$OUTPUT_PLUGINS alsa" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1025 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1026 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1027 |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1028 dnl *** amidi-plug (note: to avoid checking twice ALSA, this should appear somewhere after the alsa output plugin check) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1029 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1030 AC_ARG_ENABLE(amidiplug, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1031 [ --disable-amidiplug disable amidi-plug input plugin (default=check) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1032 [enable_amidiplug=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1033 [enable_amidiplug=check] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1034 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1035 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1036 AC_ARG_ENABLE(amidiplug-alsa, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1037 [ --disable-amidiplug-alsa disable amidi-plug ALSA backend (default=enabled) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1038 [enable_amidiplug_alsa=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1039 [enable_amidiplug_alsa=auto] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1040 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1041 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1042 AC_ARG_ENABLE(amidiplug-flsyn, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1043 [ --disable-amidiplug-flsyn disable amidi-plug FluidSynth backend (default=enabled) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1044 [enable_amidiplug_fluidsynth=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1045 [enable_amidiplug_fluidsynth=auto] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1046 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1047 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1048 AC_ARG_ENABLE(amidiplug-dummy, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1049 [ --disable-amidiplug-dummy disable amidi-plug dummy backend (default=enabled) ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1050 [enable_amidiplug_dummy=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1051 [enable_amidiplug_dummy=auto] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1052 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1053 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1054 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1055 if test "x$enable_amidiplug" = "xno"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1056 AC_MSG_RESULT([*** amidi-plug disabled per user request ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1057 enable_amidiplug=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1058 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1059 if test "x$enable_amidiplug_alsa" != "xauto"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1060 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1061 elif test "x$enable_amidiplug_fluidsynth" != "xauto"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1062 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1063 elif test "x$enable_amidiplug_dummy" != "xauto"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1064 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1065 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1066 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1067 |
2937
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1068 if test "x$have_alsa" = "xyes"; then |
2982
c1417013d4eb
Silencing these _cv_ warnings by renaming that can_has_midi thing.
Tony Vroon <chainsaw@gentoo.org>
parents:
2978
diff
changeset
|
1069 AUD_TRY_COMPILE([ALSA MIDI support], [alsalib_cv_hasmidi], |
2937
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1070 [#include <alsa/asoundlib.h>], |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1071 [snd_seq_t *seq = NULL;], |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1072 [alsalib_midi=yes], [alsalib_midi=no]) |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1073 fi |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1074 |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1075 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1076 if test "x$enable_amidiplug" = "xcheck"; then |
2937
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1077 if test "x$alsalib_midi" = "xyes"; then |
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1078 AM_PATH_AMIDIPLUG_HWSYNTH([ap_have_hwsynth=yes], [ap_have_hwsynth=no]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1079 if test "x$ap_have_hwsynth" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1080 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1081 ap_disable_timidity=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1082 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1083 PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth >= 1.0.6], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1084 [fluidsynth_available=yes],[fluidsynth_available=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1085 if test "x$fluidsynth_available" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1086 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1087 ap_disable_timidity=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1088 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1089 enable_amidiplug=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1090 AC_MSG_WARN([*** Neither an ALSA-supported hardware synth or FluidSynth software synth (>= 1.0.6) have been found (even if ALSA was detected), so amidi-plug won't be compiled unless you explicitly request it with --enable-amidiplug ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1091 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1092 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1093 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1094 PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth >= 1.0.6], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1095 [fluidsynth_available=yes],[fluidsynth_available=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1096 if test "x$fluidsynth_available" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1097 enable_amidiplug=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1098 ap_disable_timidity=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1099 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1100 enable_amidiplug=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1101 AC_MSG_WARN([*** Neither ALSA or FluidSynth software synth (>= 1.0.6) have been found, so amidi-plug won't be compiled unless you explicitly request it with --enable-amidiplug ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1102 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1103 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1104 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1105 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1106 if test "x$enable_amidiplug" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1107 INPUT_PLUGINS="$INPUT_PLUGINS amidi-plug" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1108 PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.6.0],,) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1109 PKG_CHECK_MODULES(GMODULE, [gmodule-2.0 >= 2.6.0],,) |
2005
e2904348f154
Converted amidi-plug backends to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2002
diff
changeset
|
1110 AMIDIPLUG_BACKEND_DIR=amidi-plug |
e2904348f154
Converted amidi-plug backends to the new build system.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2002
diff
changeset
|
1111 AC_SUBST(AMIDIPLUG_BACKEND_DIR) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1112 if test "x$enable_amidiplug_alsa" = "xauto" -o "x$enable_amidiplug_alsa" = "xyes"; then |
2937
8c48d6793b86
Improve detection of MIDI-enabled alsalib, hopefully.
Matti Hamalainen <ccr@tnsp.org>
parents:
2921
diff
changeset
|
1113 if test "x$alsalib_midi" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1114 AMIDIPLUG_BACKENDS="$AMIDIPLUG_BACKENDS backend-alsa" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1115 enable_amidiplug_alsa=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1116 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1117 if test "x$enable_amidiplug_alsa" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1118 AC_MSG_ERROR([Cannot find ALSA development files (ver >= 1.0), but compilation of AMIDI-Plug ALSA backend has been explicitly requested; please install ALSA dev files and run configure again]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1119 enable_amidiplug_alsa=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1120 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1121 enable_amidiplug_alsa=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1122 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1123 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1124 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1125 if test "x$enable_amidiplug_fluidsynth" = "xauto" -o "x$enable_amidiplug_fluidsynth" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1126 if test "x$fluidsynth_available" != "xyes" -a "x$fluidsynth_available" != "xno"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1127 PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth >= 1.0.6], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1128 [fluidsynth_available=yes],[fluidsynth_available=no]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1129 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1130 if test "x$fluidsynth_available" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1131 AMIDIPLUG_BACKENDS="$AMIDIPLUG_BACKENDS backend-fluidsynth" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1132 enable_amidiplug_fluidsynth=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1133 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1134 if test "x$enable_amidiplug_fluidsynth" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1135 AC_MSG_ERROR([Cannot find FluidSynth development files (ver >= 1.0.6), but compilation of AMIDI-Plug FluidSynth backend has been explicitly requested; please install FluidSynth dev files and run configure again]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1136 enable_amidiplug_fluidsynth=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1137 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1138 enable_amidiplug_fluidsynth=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1139 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1140 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1141 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1142 if test "x$enable_amidiplug_dummy" = "xauto" -o "x$enable_amidiplug_dummy" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1143 AMIDIPLUG_BACKENDS="$AMIDIPLUG_BACKENDS backend-dummy" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1144 enable_amidiplug_dummy=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1145 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1146 AC_SUBST(AMIDIPLUG_BACKENDS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1147 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1148 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1149 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1150 dnl *** TiMidity input plugin (note: should appear somewhere after the amidi-plug check) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1151 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1152 AC_ARG_ENABLE(timidity, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1153 [ --disable-timidity disable timidity plugin. (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1154 [enable_timidity=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1155 [ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1156 if test "x$ap_disable_timidity" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1157 enable_timidity=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1158 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1159 enable_timidity=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1160 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1161 ] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1162 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1163 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1164 if test "x$enable_timidity" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1165 INPUT_PLUGINS="$INPUT_PLUGINS timidity" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1166 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1167 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1168 dnl FreeBSD newpcm driver detection |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1169 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1170 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1171 if test -r "/dev/sndstat"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1172 grep 'newpcm' /dev/sndstat 2>/dev/null 1>/dev/null |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1173 if test "x$?" = "x0"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1174 beep_cv_newpcm_driver="yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1175 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1176 beep_cv_newpcm_driver="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1177 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1178 else |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1179 beep_cv_newpcm_driver="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1180 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1181 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1182 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1183 if test "x$beep_cv_newpcm_driver" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1184 AC_DEFINE(HAVE_NEWPCM, 1, [Define if you have the FreeBSD newpcm driver]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1185 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1186 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1187 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1188 AC_CHECK_HEADERS(linux/joystick.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1189 AC_CHECK_HEADERS(unistd.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1190 AC_CHECK_HEADERS(fcntl.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1191 AC_CHECK_HEADERS(sys/ioctl.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1192 AC_CHECK_HEADERS(fnmatch.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1193 AC_CHECK_HEADERS(limits.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1194 AC_CHECK_HEADERS(wchar.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1195 AC_CHECK_HEADERS(fts.h) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1196 |
736 | 1197 AC_CHECK_DECL([lrintf],[AC_DEFINE(HAVE_LRINTF,1)],[AC_CHECK_FUNCS([lrintf])],[ |
1198 #define _ISOC9X_SOURCE | |
1199 #include <math.h> | |
1200 ], [AC_CHECK_FUNCS([lrintf])]) | |
734
ff62f5530a36
[svn] - freebsd portability fixes from "The_Paya". Closes #814.
nenolod
parents:
729
diff
changeset
|
1201 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1202 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1203 |
1051
0f2f68b9c98c
[svn] dnl CD-Audio New Generation; you need to add cdaudio-ng to INPUT_PLUGINS if CDIO_LIBS is set. Or something like that. Good luck.
chainsaw
parents:
1046
diff
changeset
|
1204 dnl CD-Audio New Generation |
1058 | 1205 |
1375
ef07ff837063
Obliterate old-style CD-Audio and make cdaudio-ng default to on.
Tony Vroon <chainsaw@gentoo.org>
parents:
1338
diff
changeset
|
1206 AC_ARG_ENABLE(cdaudio, |
1377
4eb2bacab83a
Added an information box to cdaudio-ng
Calin Crisan ccrisan@gmail.com
parents:
1375
diff
changeset
|
1207 [ --disable-cdaudio disable cdaudio-ng input plugin (default=enabled) ], |
1058 | 1208 [enable_cdaudio_ng=$enableval], |
1375
ef07ff837063
Obliterate old-style CD-Audio and make cdaudio-ng default to on.
Tony Vroon <chainsaw@gentoo.org>
parents:
1338
diff
changeset
|
1209 [enable_cdaudio_ng=yes] |
1058 | 1210 ) |
1211 | |
1212 if test "$enable_cdaudio_ng" = "yes"; then | |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1213 PKG_CHECK_MODULES(CDIO, [libcdio >= 0.70], |
1467
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1214 , |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1215 [AC_MSG_WARN([*** Cannot find libcdio 0.70 or newer, cdaudio-ng will not be built ***]) |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1216 enable_cdaudio_ng=no] |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1217 ) |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1218 fi |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1219 |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1220 if test "$enable_cdaudio_ng" = "yes"; then |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1221 PKG_CHECK_MODULES(CDIO, [libcdio_cdda >= 0.70], |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1222 [CDIO_LIBS=`pkg-config --libs libcdio_cdda` |
1083
325c52b01e56
[svn] Switch pkg-config for cdaudio-ng from libcdio to libcdio_cdda (At the request of Crazy_Hopper)
deitarion
parents:
1082
diff
changeset
|
1223 CDIO_CFLAGS=`pkg-config --cflags libcdio_cdda` |
1058 | 1224 AC_SUBST(CDIO_LIBS) |
1225 AC_SUBST(CDIO_CFLAGS)], | |
1467
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1226 [AC_MSG_WARN([*** Cannot find libcdio_cdda 0.70 or newer, cdaudio-ng will not be built ***]) |
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1227 enable_cdaudio_ng=no] |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1228 ) |
1467
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1229 fi |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1230 |
1467
42306c187663
Fixed libcdio and libcddb autoconf detection
Calin Crisan ccrisan@gmail.com
parents:
1457
diff
changeset
|
1231 if test "$enable_cdaudio_ng" = "yes"; then |
1338
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1232 PKG_CHECK_MODULES(CDDB, [libcddb >= 1.2.1], |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1233 [INPUT_PLUGINS="$INPUT_PLUGINS cdaudio-ng" |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1234 CDDB_LIBS=`pkg-config --libs libcddb` |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1235 CDDB_CFLAGS=`pkg-config --cflags libcddb` |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1236 AC_SUBST(CDDB_LIBS) |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1237 AC_SUBST(CDDB_CFLAGS)], |
0d4450d66bd1
Added libcddb autoconf dependency
Calin Crisan ccrisan@gmail.com
parents:
1337
diff
changeset
|
1238 [AC_MSG_WARN([*** Cannot find libcddb 1.2.1 or newer, cdaudio-ng will not be built ***]) |
1337
831720848162
Bail out if libcdio isn't found.
Alex Maclean <monkeh@monkeh.net>
parents:
1310
diff
changeset
|
1239 enable_cdaudio_ng=no] |
1058 | 1240 ) |
1241 fi | |
1242 | |
2763
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1243 AC_ARG_ENABLE(streambrowser, |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1244 [ --disable-streambrowser disable streambrowser general plugin (default=enabled) ], |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1245 [enable_streambrowser=$enableval], |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1246 [enable_streambrowser=yes] |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1247 ) |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1248 |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1249 if test "$enable_streambrowser" = "yes"; then |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1250 GENERAL_PLUGINS="$GENERAL_PLUGINS streambrowser" |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1251 fi |
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1252 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1253 AM_CONDITIONAL(HAVE_CDROM, test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes") |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1254 AM_CONDITIONAL(HAVE_LINUX_JOYSTICK,test "${ac_cv_header_linux_joystick_h}" = "yes") |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1255 |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
1256 CFLAGS="$CFLAGS $AUDLEGACY_CFLAGS $DBUS_CFLAGS" |
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
1257 CXXFLAGS="$CXXFLAGS $AUDLEGACY_CFLAGS $DBUS_CFLAGS" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1258 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1259 AC_MSG_CHECKING(if __ELF__ is defined) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1260 AC_EGREP_CPP(yes, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1261 [#ifdef __ELF__ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1262 yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1263 #endif |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1264 ], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1265 [is_elf=yes], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1266 [is_elf=no] |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1267 ) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1268 AC_MSG_RESULT([${is_elf}]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1269 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1270 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1271 have_solaris=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1272 have_sun=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1273 ARCH_DEFINES="" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1274 case "$host" in |
314 | 1275 *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1276 have_sun=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1277 if test "${is_elf}" = "no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1278 then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1279 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1280 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1281 OUTPUT_PLUGINS="$OUTPUT_PLUGINS sun" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1282 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1283 *-*-darwin*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1284 AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1285 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1286 *-hpux-*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1287 ARCH_DEFINES="-DHPUX" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1288 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1289 *-*-solaris* | *-*-sunos*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1290 have_solaris=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1291 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1292 esac |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1293 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1294 arch_type=other |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1295 x86_asm=no |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1296 case "$host" in |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1297 i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1298 arch_type=ix86 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1299 case "$host" in |
314 | 1300 *-*-netbsd* | *-*openbsd* | *-*-mirbsd*) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1301 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1302 *) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1303 ARCH_DEFINES="-DI386_ASSEM" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1304 x86_asm=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1305 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1306 esac |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1307 ;; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1308 esac |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1309 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1310 dnl *** Scrobbler *** |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1311 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1312 scrobbler="yes" |
2027
46bfefacb8b7
Removed some curl leftovers.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2024
diff
changeset
|
1313 have_lastfm="no" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1314 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1315 dnl libcurl check |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1316 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1317 my_cv_curl_vers=NONE |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1318 dnl check is the plain-text version of the required version |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1319 check="7.9.7" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1320 dnl check_hex must be UPPERCASE if any hex letters are present |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1321 check_hex="070907" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1322 |
2027
46bfefacb8b7
Removed some curl leftovers.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2024
diff
changeset
|
1323 PKG_CHECK_MODULES(CURL, [libcurl >= 7.9.7], [], [scrobbler="no"]) |
46bfefacb8b7
Removed some curl leftovers.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2024
diff
changeset
|
1324 AC_SUBST(CURL_CFLAGS) |
46bfefacb8b7
Removed some curl leftovers.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2024
diff
changeset
|
1325 AC_SUBST(CURL_LIBS) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1326 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1327 if test "x$scrobbler" = "xyes"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1328 GENERAL_PLUGINS="$GENERAL_PLUGINS scrobbler" |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1329 TRANSPORT_PLUGINS="$TRANSPORT_PLUGINS lastfm" |
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1330 have_lastfm="yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1331 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1332 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1333 dnl *** End of Scrobbler checks *** |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1334 |
1718
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1335 dnl *** neon http plugin *** |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1336 |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1337 AC_ARG_ENABLE(neon, |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1338 [ --enable-neon enable neon support (experimental). (default=disabled)], |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1339 [have_neon=$enableval], |
2024
361ee83691e9
enable neon by default
William Pitcock <nenolod@atheme.org>
parents:
2023
diff
changeset
|
1340 [have_neon=yes]) |
1718
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1341 |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1342 if test "x$have_neon" = "xyes"; then |
1906
353787f211ec
- Make code compilable against neon 0.26 by dropping the connect timeout.
Ralf Ertzinger <ralf@skytale.net>
parents:
1879
diff
changeset
|
1343 PKG_CHECK_MODULES(NEON, [neon >= 0.26], [TRANSPORT_PLUGINS="$TRANSPORT_PLUGINS neon" ], [have_neon="no"]) |
2674
b84f2aca1675
Fixed js's commit, and few other things.
Matti Hamalainen <ccr@tnsp.org>
parents:
2673
diff
changeset
|
1344 AC_CHECK_LIB([neon], [ne_set_connect_timeout], [AC_DEFINE(HAVE_NE_SET_CONNECT_TIMEOUT, 1, [Whether we have ne_set_connect_timeout])], [], [$NEON_LIBS]) |
1718
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1345 else |
2674
b84f2aca1675
Fixed js's commit, and few other things.
Matti Hamalainen <ccr@tnsp.org>
parents:
2673
diff
changeset
|
1346 have_neon="no" |
1718
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1347 fi |
2674
b84f2aca1675
Fixed js's commit, and few other things.
Matti Hamalainen <ccr@tnsp.org>
parents:
2673
diff
changeset
|
1348 AC_SUBST([NEON_LIBS]) |
b84f2aca1675
Fixed js's commit, and few other things.
Matti Hamalainen <ccr@tnsp.org>
parents:
2673
diff
changeset
|
1349 AC_SUBST([NEON_CFLAGS]) |
1718
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1350 |
892deefba58d
- Add neon HTTP transport plugin sources
Ralf Ertzinger <ralf@skytale.net>
parents:
1710
diff
changeset
|
1351 |
503 | 1352 dnl *** MMS |
1353 | |
1354 AC_ARG_ENABLE(mms, | |
1355 [ --disable-mms disable mms support. (default=enabled)], | |
1356 [have_mms=$enableval], | |
1357 [have_mms=yes]) | |
1358 | |
874
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1359 if test "x$have_mms" = "xyes"; then |
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1360 have_mms=yes |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1361 PKG_CHECK_MODULES(MMS, [libmms >= 0.3], [TRANSPORT_PLUGINS="$TRANSPORT_PLUGINS mms" ], [have_mms="no"]) |
874
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1362 else |
503 | 1363 have_mms=no |
1364 AC_MSG_RESULT([*** mms plugin disabled by request ***]) | |
1365 fi | |
1366 | |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1367 |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1368 dnl *** MTP Upload |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1369 |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1370 AC_ARG_ENABLE(mtp_up, |
1523
ff7d0178ba8e
fixed build system, now MTP support gets compiled if one has libmtp installed
Cristi Magherusan <majeru@atheme-project.org>
parents:
1500
diff
changeset
|
1371 [ --disable-mtp_up disable mtp upload support. (default=enabled)], |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1372 [have_mtp_up=$enableval], |
1523
ff7d0178ba8e
fixed build system, now MTP support gets compiled if one has libmtp installed
Cristi Magherusan <majeru@atheme-project.org>
parents:
1500
diff
changeset
|
1373 [have_mtp_up=yes]) |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1374 |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1375 if test "x$have_mtp_up" = "xyes"; then |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1376 have_mtp_up=yes |
1523
ff7d0178ba8e
fixed build system, now MTP support gets compiled if one has libmtp installed
Cristi Magherusan <majeru@atheme-project.org>
parents:
1500
diff
changeset
|
1377 PKG_CHECK_MODULES(MTP, [libmtp >= 0.1.3], [GENERAL_PLUGINS="$GENERAL_PLUGINS mtp_up" ], [have_mtp_up="no"]) |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1378 MTP_LIBS=`pkg-config --libs libmtp` |
1457
71138874c5fd
fixed linking
Cristi Magherusan <majeru@atheme-project.org>
parents:
1456
diff
changeset
|
1379 MTP_CFLAGS=`pkg-config --cflags libmtp` |
2935
6f0eccec978e
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!
Cristi Magherusan <majeru@atheme.org>
parents:
2921
diff
changeset
|
1380 dnl Check for libmtp 0.3.0+ |
6f0eccec978e
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!
Cristi Magherusan <majeru@atheme.org>
parents:
2921
diff
changeset
|
1381 PKG_CHECK_EXISTS(libmtp >= 0.3.0, libmtp_030_pkg=yes, libmtp_030_pkg=no) |
6f0eccec978e
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!
Cristi Magherusan <majeru@atheme.org>
parents:
2921
diff
changeset
|
1382 if test x"$libmtp_030_pkg" = "xyes" ; then |
6f0eccec978e
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!
Cristi Magherusan <majeru@atheme.org>
parents:
2921
diff
changeset
|
1383 AC_DEFINE([HAVE_LIBMTP_030], 1, [indidaces if libmtp 0.3.0 is installed]) |
6f0eccec978e
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!
Cristi Magherusan <majeru@atheme.org>
parents:
2921
diff
changeset
|
1384 fi |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1385 else |
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1386 have_mtp_up=no |
1523
ff7d0178ba8e
fixed build system, now MTP support gets compiled if one has libmtp installed
Cristi Magherusan <majeru@atheme-project.org>
parents:
1500
diff
changeset
|
1387 AC_MSG_RESULT([*** mtp upload plugin disabled by request ***]) |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1388 fi |
1457
71138874c5fd
fixed linking
Cristi Magherusan <majeru@atheme-project.org>
parents:
1456
diff
changeset
|
1389 AC_SUBST(MTP_LIBS) |
71138874c5fd
fixed linking
Cristi Magherusan <majeru@atheme-project.org>
parents:
1456
diff
changeset
|
1390 AC_SUBST(MTP_CFLAGS) |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1391 |
2644
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1392 dnl *** Bluetooth audio suport |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1393 |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1394 AC_ARG_ENABLE(bluetooth, |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1395 [ --disable-bluetooth disable bluetooth audio support. (default=enabled)], |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1396 [have_bluetooth=$enableval], |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1397 [have_bluetooth=yes]) |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1398 |
2949
0f0227b29f43
Only enable bluetooth if we have alsa.
Jonathan Schleifer <js-audacious@webkeks.org>
parents:
2948
diff
changeset
|
1399 if test "x$have_bluetooth" = "xyes" -a "x$have_alsa" = "xyes"; then |
2644
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1400 have_bluetooth=yes |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1401 PKG_CHECK_MODULES(BLUEZ, [bluez >= 2.22], |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1402 [GENERAL_PLUGINS="$GENERAL_PLUGINS bluetooth" ], [have_bluetooth="no"]) |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1403 BLUEZ_LIBS=`pkg-config --libs bluez` |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1404 BLUEZ_CFLAGS=`pkg-config --cflags bluez` |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1405 else |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1406 have_bluetooth=no |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1407 AC_MSG_RESULT([*** bluetooth audio suport plugin disabled by request ***]) |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1408 fi |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1409 AC_SUBST(BLUEZ_LIBS) |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1410 AC_SUBST(BLUEZ_CFLAGS) |
6fd8ca4b7b17
add bluetooth plugin
Paula Stanciu <paula.stanciu@gmail.com>
parents:
2526
diff
changeset
|
1411 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1412 dnl *** libparanormal checks |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1413 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1414 AC_ARG_ENABLE(paranormal, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1415 [ --disable-paranormal disable paranormal vis plugin. (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1416 [have_paranormal=$enableval], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1417 [have_paranormal=yes]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1418 |
874
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1419 if test "x$have_paranormal" = "xyes"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1420 have_paranormal=yes |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1421 AM_PATH_SDL(1.2.5, , [ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1422 AC_MSG_WARN([*** SDL is not installed. Paranormal will not be built. ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1423 have_paranormal="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1424 ]) |
874
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1425 else |
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1426 have_paranormal=no |
5b29a6fe9295
[svn] - clear up some configure bugs, pointed out by freebsd port patches
nenolod
parents:
856
diff
changeset
|
1427 AC_MSG_RESULT([*** paranormal plugin disabled by request ***]) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1428 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1429 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1430 AC_ARG_ENABLE(xspf, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1431 [ --disable-xspf disable XSPF support. (default=enabled)], |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1432 [have_xspf=$enableval], [have_xspf=yes]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1433 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1434 AM_PATH_XML2(2.0.0, , [ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1435 AC_MSG_WARN([*** libxml2 is not installed. Paranormal nor XSPF support will not be built. ***]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1436 have_paranormal="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1437 have_xspf="no" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1438 ]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1439 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1440 if test "x$have_paranormal" = "xyes"; then |
1821
eee1f51296ed
rovascope: drop from distribution due to too many bugs
William Pitcock <nenolod@atheme.org>
parents:
1764
diff
changeset
|
1441 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS paranormal" |
149
fd9c0a5871ac
[svn] - new and IMPROVED paranormal visualization studio
nenolod
parents:
148
diff
changeset
|
1442 fi |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1443 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1444 if test "x$have_xspf" = "xyes"; then |
364 | 1445 CONTAINER_PLUGINS="$CONTAINER_PLUGINS xspf" |
1446 fi | |
1447 | |
1919
266f1bf0d5fc
Add support for projectM-1.0, soon to be released
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
1912
diff
changeset
|
1448 dnl *** projectM (GL Milkdrop port) |
358 | 1449 |
1450 AC_ARG_ENABLE(projectm, | |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1451 [ --disable-projectm disable projectM vis plugin. (default=enabled)], |
358 | 1452 [have_projectm=$enableval], |
1453 [have_projectm=yes]) | |
1454 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1455 if test "x$have_projectm" = "xyes"; then |
1919
266f1bf0d5fc
Add support for projectM-1.0, soon to be released
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
1912
diff
changeset
|
1456 PKG_CHECK_MODULES(LIBPROJECTM, libprojectM < 1.0, [have_projectm="yes"], [have_projectm="no"]) |
1294 | 1457 AM_PATH_SDL(1.2.5, , [ |
1458 AC_MSG_WARN([*** SDL is not installed. projectM will not be built. ***]) | |
1459 have_projectm="no" | |
1460 ]) | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1461 if test "x$libprjM" = "xno"; then |
358 | 1462 AC_MSG_WARN([*** libprojectM not found. |
1463 libprojectM is needed to build this package. | |
1919
266f1bf0d5fc
Add support for projectM-1.0, soon to be released
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
1912
diff
changeset
|
1464 You can download libprojectM at http://projectm.sf.net/]) |
358 | 1465 fi |
1466 LIBPROJECTM_datadir=`pkg-config --variable=pkgdatadir libprojectM`; | |
1467 LIBPROJECTM_sysconfdir=`pkg-config --variable=sysconfdir libprojectM`; | |
1468 LIBPROJECTM_CFLAGS="$LIBPROJECTM_CFLAGS -DPROJECTM_DATADIR=\\\"$LIBPROJECTM_datadir\\\" -DPROJECTM_SYSCONFDIR=\\\"$LIBPROJECTM_sysconfdir\\\""; | |
1469 fi | |
1470 AC_SUBST(LIBPROJECTM_LIBS) | |
1471 AC_SUBST(LIBPROJECTM_CFLAGS) | |
1472 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1473 if test "x$have_projectm" = "xyes"; then |
358 | 1474 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS projectm" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1475 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1476 |
2136
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1477 dnl *** projectM (GL Milkdrop port) |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1478 |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1479 AC_ARG_ENABLE(projectm-1.0, |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1480 [ --disable-projectm-1.0 disable projectM 1.0+ vis plugin. (default=enabled)], |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1481 [have_projectm1=$enableval], |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1482 [have_projectm1=yes]) |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1483 |
2412
49c27d619ffc
Fix configure.ac to be less retarded.
William Pitcock <nenolod@atheme.org>
parents:
2401
diff
changeset
|
1484 if test "$have_projectm1" = "yes"; then |
2492
478622d66962
use projectm 1.1 again
William Pitcock <nenolod@atheme.org>
parents:
2449
diff
changeset
|
1485 PKG_CHECK_MODULES(LIBPROJECTM1, [libprojectM >= 1.1], [have_projectm1="yes"], [have_projectm1="no"]) |
2136
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1486 if test x$libprjM = xno; then |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1487 AC_MSG_WARN([*** libprojectM not found. |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1488 libprojectM is needed to build this package. |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1489 You can download libprojectM at http://projectm.sf.net/]) |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1490 fi |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1491 LIBPROJECTM1_datadir=`pkg-config --variable=pkgdatadir libprojectM`; |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1492 LIBPROJECTM1_sysconfdir=`pkg-config --variable=sysconfdir libprojectM`; |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1493 LIBPROJECTM1_prefix=`pkg-config --variable=prefix libprojectM`; |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1494 LIBPROJECTM1_CFLAGS="$LIBPROJECTM1_CFLAGS -DPROJECTM_DATADIR=\\\"$LIBPROJECTM1_datadir\\\" -DPROJECTM_SYSCONFDIR=\\\"$LIBPROJECTM1_sysconfdir\\\" -DPROJECTM_PREFIX=\\\"$LIBPROJECTM1_prefix\\\""; |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1495 fi |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1496 AC_SUBST(LIBPROJECTM1_LIBS) |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1497 AC_SUBST(LIBPROJECTM1_CFLAGS) |
2400
a0746d858e31
Depend on gtkglext for projectm-1.0 instead of SDL.
William Pitcock <nenolod@atheme.org>
parents:
2399
diff
changeset
|
1498 AC_SUBST(GTKGLEXT_LIBS) |
a0746d858e31
Depend on gtkglext for projectm-1.0 instead of SDL.
William Pitcock <nenolod@atheme.org>
parents:
2399
diff
changeset
|
1499 AC_SUBST(GTKGLEXT_CFLAGS) |
2136
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1500 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1501 if test "x$have_projectm1" = "xyes"; then |
2136
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1502 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS projectm-1.0" |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1503 fi |
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1504 |
290 | 1505 dnl *** TTA |
1506 | |
1507 AC_ARG_ENABLE(tta, | |
1508 [ --disable-tta disable TrueAudio plugin (default=enabled) ], | |
1509 [enable_tta=$enableval], | |
1510 [enable_tta=yes] | |
1511 ) | |
1512 | |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1513 if test "x$enable_tta" = "xyes"; then |
290 | 1514 INPUT_PLUGINS="$INPUT_PLUGINS tta" |
1515 fi | |
1516 | |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1517 dnl *** FileWriter |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1518 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1519 AC_ARG_ENABLE(filewriter, |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1520 [ --disable-filewriter disable FileWriter output plugin (default=enabled) ], |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1521 [enable_filewriter=$enableval], |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1522 [enable_filewriter=yes] |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1523 ) |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1524 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1525 if test "x$enable_filewriter" = "xyes"; then |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1526 OUTPUT_PLUGINS="$OUTPUT_PLUGINS filewriter" |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1527 fi |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1528 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1529 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1530 AC_ARG_ENABLE(filewriter_mp3, |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1531 [ --disable-filewriter_mp3 disable FileWriter MP3 output part (default=enabled) ], |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1532 [enable_filewriter_mp3=$enableval], [enable_filewriter_mp3=yes] |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1533 ) |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1534 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1535 if test "x$enable_filewriter_mp3" = "xyes"; then |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1536 AC_CHECK_LIB(mp3lame -lm, lame_init, [have_lame=yes], [have_lame=no]) |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1537 if test "x$have_lame" = "xyes"; then |
2097
6e4ad45c21d6
make it build on MacOS again
William Pitcock <nenolod@atheme.org>
parents:
2027
diff
changeset
|
1538 AC_DEFINE(FILEWRITER_MP3, 1, [Define if MP3 output part should be built]) |
1056
8e58b7dc2bd1
[svn] - FILEWRITER_LIBS had been left blank if bash 3.0 was used for configure, since this version doesn't accept '+='.
yaz
parents:
1051
diff
changeset
|
1539 FILEWRITER_LIBS="$FILEWRITER_LIBS -lmp3lame" |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1540 fi |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1541 fi |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1542 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1543 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1544 AC_ARG_ENABLE(filewriter_vorbis, |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1545 [ --disable-filewriter_vorbis disable FileWriter Vorbis output part (default=enabled) ], |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1546 [enable_filewriter_vorbis=$enableval], [enable_filewriter_vorbis=yes] |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1547 ) |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1548 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1549 if test "x$enable_filewriter_vorbis" = "xyes"; then |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1550 PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0], |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1551 [have_vorbisenc=yes], [have_vorbisenc=no]) |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1552 if test "x$have_vorbisenc" = "xyes"; then |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1553 AC_DEFINE(FILEWRITER_VORBIS, 1, [Define if Vorbis output part should be built]) |
2097
6e4ad45c21d6
make it build on MacOS again
William Pitcock <nenolod@atheme.org>
parents:
2027
diff
changeset
|
1554 FILEWRITER_CFLAGS="$FILEWRITER_CFLAGS `pkg-config --cflags vorbisenc`" |
1190
ed2d7787779e
more warning elimination.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1173
diff
changeset
|
1555 FILEWRITER_LIBS="$FILEWRITER_LIBS `pkg-config --libs vorbisenc`" |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1556 fi |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1557 fi |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1558 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1559 |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1560 AC_ARG_ENABLE(filewriter_flac, |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1561 [ --disable-filewriter_flac disable FileWriter FLAC output part (default=enabled) ], |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1562 [enable_filewriter_flac=$enableval], [enable_filewriter_flac=yes] |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1563 ) |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1564 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1565 if test "x$enable_filewriter_flac" = "xyes"; then |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1566 PKG_CHECK_MODULES(FLAC, [flac >= 1.1.2], |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1567 [have_writer_flac=yes], [have_writer_flac=no] |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1568 ) |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1569 if test "x$have_writer_flac" = "xyes"; then |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1570 AC_DEFINE(FILEWRITER_FLAC, 1, [Define if FLAC output part should be built]) |
2097
6e4ad45c21d6
make it build on MacOS again
William Pitcock <nenolod@atheme.org>
parents:
2027
diff
changeset
|
1571 FILEWRITER_CFLAGS="$FILEWRITER_CFLAGS `pkg-config --cflags flac`" |
1190
ed2d7787779e
more warning elimination.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
1173
diff
changeset
|
1572 FILEWRITER_LIBS="$FILEWRITER_LIBS `pkg-config --libs flac`" |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1573 fi |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1574 fi |
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1575 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1576 if test "x$enable_filewriter" != "xyes"; then |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1577 have_lame=no |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1578 have_vorbisenc=no |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1579 have_writer_flac=no |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1580 FILEWRITER_LIBS="" |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1581 fi |
2097
6e4ad45c21d6
make it build on MacOS again
William Pitcock <nenolod@atheme.org>
parents:
2027
diff
changeset
|
1582 AC_SUBST(FILEWRITER_CFLAGS) |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1583 AC_SUBST(FILEWRITER_LIBS) |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1584 |
2778
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
1585 if test "x$have_shout" = "xyes"; then |
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
1586 OUTPUT_PLUGINS="$OUTPUT_PLUGINS icecast" |
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
1587 fi |
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
1588 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1589 dnl *** End of all plugin checks *** |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1590 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1591 AC_SUBST(ARCH_DEFINES) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1592 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1593 dnl XXX delete ASAP -nenolod |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1594 AM_CONDITIONAL(ARCH_X86, test "x$arch_type" = "xix86") |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1595 AM_CONDITIONAL(USE_X86ASM, test "x$x86_asm" = xyes) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1596 AM_CONDITIONAL(HAVE_SOLARIS, test "x$have_solaris" = xyes) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1597 AM_CONDITIONAL(HAVE_SUN, test "x$have_sun" = xyes) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1598 |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
1599 plugindir=`pkg-config audlegacy --variable=plugin_dir` |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1600 AC_SUBST(plugindir) |
2974 | 1601 AUDLDFLAGS="-L ${plugindir} -Wl,-export-dynamic -Wl,-rpath,${plugindir}" |
1602 AC_SUBST(AUDLDFLAGS) | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1603 |
10 | 1604 dnl XXX |
1605 | |
1606 INPUT_PLUGIN_DIR=Input | |
1607 OUTPUT_PLUGIN_DIR=Output | |
1608 EFFECT_PLUGIN_DIR=Effect | |
1609 GENERAL_PLUGIN_DIR=General | |
1610 VISUALIZATION_PLUGIN_DIR=Visualization | |
1611 CONTAINER_PLUGIN_DIR=Container | |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1612 TRANSPORT_PLUGIN_DIR=Transport |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1613 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1614 AC_SUBST(INPUT_PLUGIN_DIR) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1615 AC_SUBST(OUTPUT_PLUGIN_DIR) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1616 AC_SUBST(EFFECT_PLUGIN_DIR) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1617 AC_SUBST(GENERAL_PLUGIN_DIR) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1618 AC_SUBST(VISUALIZATION_PLUGIN_DIR) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1619 AC_SUBST(CONTAINER_PLUGIN_DIR) |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1620 AC_SUBST(TRANSPORT_PLUGIN_DIR) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1621 AC_SUBST(pluginsubs) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1622 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1623 dnl XXX Work around some autoconf bugs. |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1624 if test "x$prefix" = "xNONE"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1625 prefix="${ac_default_prefix}" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1626 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1627 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1628 if test -z "$datadir"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1629 datadir="${prefix}/share" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1630 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1631 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1632 localedir="$datadir/locale" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1633 AC_SUBST(localedir) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1634 |
2973 | 1635 BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audlegacy\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1636 CFLAGS="$CFLAGS $EXTRA_CFLAGS" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1637 |
2454
2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
Matti Hamalainen <ccr@tnsp.org>
parents:
2449
diff
changeset
|
1638 if test "x$enable_user_plugin_dir" = "xno"; then |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1639 AC_DEFINE(DISABLE_USER_PLUGIN_DIR,, [Define to disable per user plugin directory]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1640 fi |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1641 |
2967
165ccb8de035
audlegacy-plugins begins.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
2961
diff
changeset
|
1642 AC_DEFINE(BMP_RCPATH, ".audlegacy", [Config dir to use]) |
33
e6d2dc95dda1
[svn] Removed BMP_RCPATH from configure.ac, mk/rules.mk.in and Makefiles and added it to config.h via configure.ac
js
parents:
32
diff
changeset
|
1643 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1644 AC_SUBST(BEEP_DEFINES) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1645 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1646 AC_SUBST(beepdir) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1647 AC_SUBST(plugindir) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1648 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1649 AC_SUBST(EFFECT_PLUGINS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1650 AC_SUBST(GENERAL_PLUGINS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1651 AC_SUBST(INPUT_PLUGINS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1652 AC_SUBST(OUTPUT_PLUGINS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1653 AC_SUBST(VISUALIZATION_PLUGINS) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1654 AC_SUBST(CONTAINER_PLUGINS) |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1655 AC_SUBST(TRANSPORT_PLUGINS) |
1046
9b8400ca5ee8
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
yaz
parents:
1043
diff
changeset
|
1656 AC_SUBST(GCC42_CFLAGS) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1657 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1658 AC_CONFIG_FILES([ |
1764
0b6e61f2f22b
Connect Mk2 to autoconf.
William Pitcock <nenolod@atheme.org>
parents:
1724
diff
changeset
|
1659 buildsys.mk |
0b6e61f2f22b
Connect Mk2 to autoconf.
William Pitcock <nenolod@atheme.org>
parents:
1724
diff
changeset
|
1660 extra.mk |
391 | 1661 po/Makefile.in |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1662 ]) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1663 |
2978
a68a51138f4d
Updated buildsys.
Jonathan Schleifer <js-audacious@webkeks.org>
parents:
2974
diff
changeset
|
1664 BUILDSYS_TOUCH_DEPS |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1665 AC_OUTPUT |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1666 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1667 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1668 echo "Configuration:" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1669 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1670 echo " Install path: ${audacious_plugin_root}" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1671 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1672 echo " Output Plugins" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1673 echo " --------------" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1674 echo " Open Sound System (oss): $have_oss" |
1215
386342d66a4f
disabled OSS4 by default
Cristi Magherusan <majeru@atheme-project.org>
parents:
1213
diff
changeset
|
1675 echo " Open Sound System v4 (oss4): $have_oss4" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1676 echo " Advanced Linux Sound Arch. (alsa): $have_alsa" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1677 echo " Enlightenment Sound Daemon (esd): $have_esd" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1678 echo " Jack Audio Connection Kit (jack): $have_jack" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1679 echo " BSD/SUN audio output (sun): $have_sun" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1680 echo " PulseAudio sound server (pulse_audio): $have_pulse" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1681 echo " Mac OS X sound support (CoreAudio): $have_coreaudio" |
1001
8825a00d57d7
[svn] - configure.ac changes for FileWriter (are likely to have to be fixed)
mf0102
parents:
973
diff
changeset
|
1682 echo " FileWriter: $enable_filewriter" |
1043
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1683 echo " -> FileWriter MP3 output part: $have_lame" |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1684 echo " -> FileWriter Vorbis output part: $have_vorbisenc" |
f65aa5417221
[svn] I will murder someone if I have to fix the buildsystem again.
kiyoshi
parents:
1039
diff
changeset
|
1685 echo " -> FileWriter FLAC output part: $have_writer_flac" |
2769
073c6eac0390
check for libshout in configure
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2454
diff
changeset
|
1686 echo " Icecast audio output (icecast): $have_shout" |
560 | 1687 echo " Null Audio output (null): yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1688 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1689 echo " Input Plugins" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1690 echo " -------------" |
622
70f3b14434b2
[svn] - remove the buggy memoryleaking mpg123 and integrate madplug into the
nenolod
parents:
579
diff
changeset
|
1691 echo " MPEG 1/2/3 (madplug): $enable_mp3" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1692 echo " MPEG 4 Audio (AAC): $enable_aac" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1693 echo " Windows Media Audio (wma): $enable_wma" |
2182
cc5e9ec110a4
Added initial version of Monkey's Audio plugin
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
2178
diff
changeset
|
1694 echo " Monkey's Audio (ape): $enable_ape" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1695 echo " Module decoder (modplug): $have_modplug" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1696 echo " MIDI modular plugin (amidi-plug): $enable_amidiplug" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1697 echo " -> ALSA backend: $enable_amidiplug_alsa" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1698 echo " -> FluidSynth backend: $enable_amidiplug_fluidsynth" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1699 echo " -> dummy backend: $enable_amidiplug_dummy" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1700 echo " MIDI to WAVE converter (timidity): $enable_timidity" |
1375
ef07ff837063
Obliterate old-style CD-Audio and make cdaudio-ng default to on.
Tony Vroon <chainsaw@gentoo.org>
parents:
1338
diff
changeset
|
1701 echo " CD Digital Audio (cdaudio_ng): $enable_cdaudio_ng" |
2303
5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
mf0102 <0102@gmx.at>
parents:
2182
diff
changeset
|
1702 echo " sndfile extensions: $enable_sndfile" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1703 echo " Tone Generator: yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1704 echo " Ogg Vorbis (vorbis): $have_oggvorbis" |
930
2f742d127b3e
[svn] - initial import of flacng from audacious-flacng-0.012
nenolod
parents:
923
diff
changeset
|
1705 echo " Free Lossless Audio Codec (flacng): $have_flacng" |
2704
5719fca5b7a4
Inform the user about in-going SID-plugin options bit better.
Matti Hamalainen <ccr@tnsp.org>
parents:
2674
diff
changeset
|
1706 echo " Commodore 64 audio (SID): $have_sidplay $xs_have_sidplay2_api" |
5719fca5b7a4
Inform the user about in-going SID-plugin options bit better.
Matti Hamalainen <ccr@tnsp.org>
parents:
2674
diff
changeset
|
1707 echo " -> libSIDPlay1 support: $xs_have_sidplay1" |
5719fca5b7a4
Inform the user about in-going SID-plugin options bit better.
Matti Hamalainen <ccr@tnsp.org>
parents:
2674
diff
changeset
|
1708 echo " -> libSIDPlay2 support: $xs_have_sidplay2" |
5719fca5b7a4
Inform the user about in-going SID-plugin options bit better.
Matti Hamalainen <ccr@tnsp.org>
parents:
2674
diff
changeset
|
1709 echo " -> distortion patched libSIDPlay2: $xs_have_distortion" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1710 echo " Game music (spc, nsf & gbs): yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1711 echo " PlayStation audio (sexypsf): yes" |
2755
5a0f5e9af5ef
Add psf2 plugin to build process.
William Pitcock <nenolod@atheme.org>
parents:
2727
diff
changeset
|
1712 echo " PlayStation2 audio (psf2): yes" |
2961 | 1713 echo " Nintendo DS audio (xsf): yes [experimental]" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1714 echo " AdLib synthesizer (adplug): $have_adplug" |
59
72ad216a01ac
[svn] - tell audacious that playback is starting when we open an alac file
nenolod
parents:
50
diff
changeset
|
1715 echo " Apple Lossless Audio Codec (alac): yes" |
110 | 1716 echo " WavPack 4.31+ (wavpack): $have_wavpack" |
232 | 1717 echo " Musepack support (musepack): $enable_musepack" |
290 | 1718 echo " TrueAudio (tta): $enable_tta" |
315
2294f3a6f136
[svn] Metronom (a.k.a. tact generator) input plugin, ported from XMMS.
chainsaw
parents:
314
diff
changeset
|
1719 echo " Metronom: yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1720 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1721 echo " General" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1722 echo " -------" |
121 | 1723 echo " Alarm: yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1724 echo " Song Change: yes" |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
429
diff
changeset
|
1725 echo " Status Icon: $have_statusicon" |
579 | 1726 echo " Audacious OSD: $have_aosd" |
908
8b4b381b4399
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded
giacomo
parents:
900
diff
changeset
|
1727 echo " -> X Composite support: $have_aosd_xcomp" |
422
5e46b57d1eda
[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
giacomo
parents:
419
diff
changeset
|
1728 echo " Control via event device (evdev-plug): $have_evdevplug" |
1543
ec4e8ec829b1
Include global hotkey plugin in build system (src/hotkey)
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1540
diff
changeset
|
1729 echo " Global Hotkey Plugin: $have_hotkey" |
1724
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
1720
diff
changeset
|
1730 echo " Gnome Shortcuts Plugin: $have_gnomeshortcuts" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1731 echo " LIRC: $have_lirc" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1732 echo " AudioScrobbler Client: $scrobbler" |
1456
475eac76a8ba
MTP upload plugin
Cristi Magherusan <majeru@atheme-project.org>
parents:
1377
diff
changeset
|
1733 echo " Upload to MTP device: $have_mtp_up" |
2778
28d9a2148cad
fixed plugins build order: filewriter needs to be built before icecast
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2777
diff
changeset
|
1734 echo " Bluetooth audio support: $have_bluetooth" |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
1543
diff
changeset
|
1735 echo " MacOS Dock Album Art plugin: $have_dockalbumart" |
2763
bbde87558ec7
integrated streambrowser into the main buildsystem
Calin Crisan ccrisan@gmail.com
parents:
2755
diff
changeset
|
1736 echo " Streambrowser: $enable_streambrowser" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1737 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1738 echo " Effect" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1739 echo " ------" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1740 echo " AudioCompressor (AGC): yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1741 echo " LADSPA effects host (ladspa): yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1742 echo " Voice Removal: yes" |
125 | 1743 echo " Extra Stereo: yes" |
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
125
diff
changeset
|
1744 echo " Echo/Surround: yes" |
882 | 1745 echo " SndStretch: yes" |
2521
c9d6887cd5d4
added a configure message for crystalizer
Cristi Magherusan <majeru@atheme.org>
parents:
2518
diff
changeset
|
1746 echo " Crystalizer: yes" |
2921
296fd6e83edb
we have both output and effect plugin, so report both
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2826
diff
changeset
|
1747 echo " Icecast effect plugin (icecast): $have_shout" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1748 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1749 echo " Visualization" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1750 echo " -------------" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1751 echo " Blur Scope: yes" |
146
03cfb311eafd
[svn] - spectrum analyzer plugin based on blurscope and a little of xmms-finespectrum
nenolod
parents:
144
diff
changeset
|
1752 echo " Spectrum Analyzer: yes" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1753 echo " Paranormal Visualization Library: $have_paranormal" |
1919
266f1bf0d5fc
Add support for projectM-1.0, soon to be released
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
1912
diff
changeset
|
1754 echo " projectM 0.x (GL milkdrop): $have_projectm" |
2136
9bdb5aba5e00
Backed out changeset 3bbb2673419b
William Pitcock <nenolod@atheme.org>
parents:
2135
diff
changeset
|
1755 echo " projectM 1.x (GL milkdrop): $have_projectm1" |
900
d985f0dcdeb0
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
nenolod
parents:
882
diff
changeset
|
1756 echo " RootVis plugin: $have_rootvis" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1757 echo |
503 | 1758 echo " Transport" |
1759 echo " ---------" | |
3161
6dd886b5c72b
revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
3121
diff
changeset
|
1760 echo " stdio transport: yes" |
6dd886b5c72b
revive stdio plugin for now. gio cannot write id3 tags.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
3121
diff
changeset
|
1761 #echo " gio transport: yes" |
1720
48b4c7d504f7
Make configure show neon plugin status
Ralf Ertzinger <ralf@skytale.net>
parents:
1718
diff
changeset
|
1762 echo " neon-based http/https: $have_neon" |
503 | 1763 echo " libmms-based mms: $have_mms" |
1173
5896bd827cbc
[svn] - move transport plugins into Transport subdirectory.
yaz
parents:
1138
diff
changeset
|
1764 echo " lastfm transport: $have_lastfm" |
503 | 1765 echo |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1766 echo " Container" |
44 | 1767 echo " ---------" |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1768 echo " Winamp PLS playlist format (pls): yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1769 echo " M3U playlist format (m3u): yes" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1770 echo " XML Sharable Playlist Format (xspf): $have_xspf" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1771 echo |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1772 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1773 if test "x$ap_disable_timidity" = "xyes" && test "x$enable_timidity" = "xno"; then |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1774 echo "Note: an ALSA-supported hardware midi synth or a FluidSynth software synth" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1775 echo "was detected in configuration; in order to use it, the amidi-plug input" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1776 echo "plugin will be compiled in place of timidity. If you wish to compile timidity" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1777 echo "anyway, simply use --enable-timidity in configuration." |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1778 echo "" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1779 fi |