summaryrefslogtreecommitdiffstats
path: root/audio-players/xmms2/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/xmms2/CONFIGURE')
-rwxr-xr-xaudio-players/xmms2/CONFIGURE82
1 files changed, 66 insertions, 16 deletions
diff --git a/audio-players/xmms2/CONFIGURE b/audio-players/xmms2/CONFIGURE
index ce726f5f91..07cac91989 100755
--- a/audio-players/xmms2/CONFIGURE
+++ b/audio-players/xmms2/CONFIGURE
@@ -1,23 +1,32 @@
XMMS2_OPTS="$(echo $XMMS2_OPTS $XMMS2_OPTS1 | tr " " "\n" | grep "\-\-with" | tr "\n" " ")"
+XMMS2_OPTS="${XMMS2_OPTS/--without-xmms2d=0/--with-xmms2d}"
+XMMS2_OPTS="${XMMS2_OPTS/--without-xmms2d=1/--without-xmms2d}"
+XMMS2_OPTS="${XMMS2_OPTS/--with-plugins=lastfm,lastfmeta,curl}"
+XMMS2_OPTS="${XMMS2_OPTS/--with-plugins=lastfm,lastfmeta,curl}"
message "NOTE: not all of these options might be relevant to your selected" &&
message "tree and version but they don't affect anything or in other words" &&
message "NOTHING WILL BREAK IF IT ISN'T SUPPORTED" &&
config_query_option XMMS2_OPTS \
"Do you want to build the xmms2 daemon(to play music localy)" \
y \
- "--without-xmms2d=0" \
- "--without-xmms2d=1" &&
-if list_find "$XMMS2_OPTS" "--without-xmms2d=0" ; then
+ "--with-xmms2d" \
+ "--without-xmms2d" &&
+if list_find "$XMMS2_OPTS" "--with-xmms2d" ; then
config_query_option XMMS2_OPTS \
"Do you want diskwrite plugin" \
y \
"--with-plugins=diskwrite" \
"--without-plugins=diskwrite" &&
-#config_query_option XMMS2_OPTS \
-# "Do you want html playlist support" \
-# y \
-# "--with-plugins=html" \
-# "--without-plugins=html" &&
+config_query_option XMMS2_OPTS \
+ "Do you want OSS support" \
+ y \
+ "--with-plugins=oss" \
+ "--without-plugins=oss" &&
+config_query_option XMMS2_OPTS \
+ "Do you want html playlist support" \
+ y \
+ "--with-plugins=html" \
+ "--without-plugins=html" &&
config_query_option XMMS2_OPTS \
"Do you want id3 tag support" \
y \
@@ -64,11 +73,6 @@ config_query_option XMMS2_OPTS \
"--with-plugins=ices" \
"--without-plugins=ices" &&
config_query_option XMMS2_OPTS \
- "Do you want lastfm stream transport support" \
- y \
- "--with-plugins=lastfm,lastfmeta,curl" \
- "--without-plugins=lastfm,lastfmeta,curl" &&
-config_query_option XMMS2_OPTS \
"Do you want phase vocoder effect plugin" \
y \
"--with-plugins=vocoder" \
@@ -119,17 +123,63 @@ config_query_option XMMS2_OPTS \
"--with-plugins=mp4" \
"--without-plugins=mp4" &&
config_query_option XMMS2_OPTS \
- "Do you want CDDA support" \
+ "Do you want APE support" \
+ y \
+ "--with-plugins=apefile" \
+ "--without-plugins=apefile" &&
+config_query_option XMMS2_OPTS \
+ "Do you want FLV support" \
+ y \
+ "--with-plugins=flv" \
+ "--without-plugins=flv" &&
+config_query_option XMMS2_OPTS \
+ "Do you want ReplayGain support" \
+ y \
+ "--with-plugins=replaygain" \
+ "--without-plugins=replaygain" &&
+config_query_option XMMS2_OPTS \
+ "Do you want TTA support" \
+ y \
+ "--with-plugins=tta" \
+ "--without-plugins=tta" &&
+config_query_option XMMS2_OPTS \
+ "Do you want WAVE support" \
+ y \
+ "--with-plugins=wave" \
+ "--without-plugins=wave" &&
+config_query_option XMMS2_OPTS \
+ "Do you want CDDA support" \
+ y \
+ "--with-plugins=cdda" \
+ "--without-plugins=cdda" &&
+config_query_option XMMS2_OPTS \
+ "Do you want Game Music support" \
+ y \
+ "--with-plugins=gme" \
+ "--without-plugins=gme" &&
+config_query_option XMMS2_OPTS \
+ "Do you want GVFS support" \
+ y \
+ "--with-plugins=gvfs" \
+ "--without-plugins=gvfs" &&
+config_query_option XMMS2_OPTS \
+ "Do you want karaoke support" \
y \
- "--with-plugins=cdda" \
- "--without-plugins=cdda"
+ "--with-plugins=karaoke" \
+ "--without-plugins=karaoke"
fi &&
+
config_query_option XMMS2_OPTS \
"Do you want to build the cli client" \
y \
"--with-optionals=cli" \
"--without-optionals=cli" &&
config_query_option XMMS2_OPTS \
+ "Do you want to build the new cli client" \
+ y \
+ "--with-optionals=nycli" \
+ "--without-optionals=nycli" &&
+config_query_option XMMS2_OPTS \
"Do you want to build the xmms2-launcher" \
y \
"--with-optionals=launcher" \