more xopts
[k8sbuild.git] / xoptz / xmp.xopt
blobbe55e264919a35d89e943cc5e715b8db59d302de
1 profile=empty
3   --disable-option-checking  ignore unrecognized --enable/--with options
4   --enable-silent-rules   less verbose build output (undo: "make V=1")
5 #  --disable-oss           don't compile OSS support
6   --enable-alsa          don't compile ALSA support
7   --disable-pulseaudio     compile PulseAudio support
10 [docs]
11 README COPYING CREDITS Changelog
12 [/docs]
15 [preconfigure]
16 if test -d .git; then
17   if git show-ref --verify --quiet refs/heads/k8; then
18     git checkout k8
19   fi
22 if test ! -x configure; then
23   ./autogen.sh
25 [/preconfigure]
28 !DESC
29 xmp (tracker module player)
31 This is the Extended Module Player, a portable module player
32 that plays over 90 mainstream and obscure module formats,
33 including Protracker MOD, Fasttracker II XM,
34 Scream Tracker 3 S3M and Impulse Tracker IT files.
35 Many compressed module formats are supported, including
36 popular Unix, DOS, and Amiga file packers including gzip,
37 bzip2, SQSH, Powerpack, etc.
39 https://github.com/cmatsuoka/xmp-cli
40 !EOF