modplugtools: Added package
authorMaarten ter Huurne <maarten@treewalker.org>
Sun, 19 Oct 2014 00:00:46 +0000 (02:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Oct 2014 09:40:08 +0000 (11:40 +0200)
commit267dc1c159bf6bf36e0a9b324d850f1a744ec222
tree21f6bed8f2227a184d89d72f4df86d4e01634def
parentffa33dc55247cdad1770389b891175e510b0857b
modplugtools: Added package

This installs the 'modplug123' command line tool to play tracker music
files (MOD, S3M, XM etc.) using libmodplug.

The modplugtools package can build two players: modplugplay that plays
directly via OSS and modplug123 that plays via libao. Since modplugplay
won't work without OSS support and modern kernels are likely to have no
OSS or OSS emulation, we build only modplug123.

If you have a system without ALSA support for some reason, you can
still use modplug123 to play over OSS via libao.

http://modplug-xmms.sourceforge.net/

[Thomas: add missing Config.in comment about the C++ dependency.]

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/modplugtools/Config.in [new file with mode: 0644]
package/modplugtools/modplugtools.mk [new file with mode: 0644]