# mikmod/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. If you change option settings while you're running "mikmod" (e.g., volume level), the changes won't affect the current session unless you go to the Configuration menu and select "Use config". #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.28 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.32 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.40 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 000.95 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING setpaths = pulseaudio tmpsize = 2M #--------------------------------------------------------------------- [depends] gawk grep libmikmod ncurses pulseaudio #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=mikmod SPCWRAP=$PKGDIR_SPECIAL/wrappers cd $BINDIR mv $PROGBASE $PROGBASE.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $SPCWRAP/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/mikmod url_home = http://mikmod.raphnet.net/ url_lfs = n/a url_tarball = https://downloads.sourceforge.net/\ mikmod/mikmod-3.2.8.tar.gz #--------------------------------------------------------------------- [history] 181016 Updated from 3.2.2-beta1 to 3.2.8 #--------------------------------------------------------------------- [about] "mikmod" plays MOD sound files and numerous similar formats. Supported formats include: 669 - Composer 669 and Unis 669 AMF - DSMI Advanced Module Format AMF - ASYLUM Music Format V1.0 APUN - APlayer DSM - DSIK internal format FAR - Farandole Composer GDM - General DigiMusic IT - Impulse Tracker IMF - Imago Orpheus MOD - MOD files (15 and 31 instruments) MED - OctaMED MTM - MultiTracker Module editor OKT - Amiga Oktalyzer S3M - Scream Tracker 3 STM - Scream Tracker STX - Scream Tracker Music Interface Kit ULT - UltraTracker UNI - MikMod XM - FastTracker 2 "mikmod" is a text-mode program, but it provides a GUI-style interface using "ncurses". "mikmod" can play collections of sound files stored in ZIP archives. Note: MOD files and similar files tend to be small. Therefore, people sometimes collect them in large quantities. Additionally, these files are usually quite compressible. Taking both of these factors into ac- count, ZIP-file support is a convenient feature.