summaryrefslogtreecommitdiffstats
path: root/rules/mpg123.in
diff options
context:
space:
mode:
authorJuergen Kilb <J.Kilb@phytec.de>2010-06-02 23:23:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 10:17:20 +0200
commit1dd42358fafcaa187a6d312358c6d1c34745f9e9 (patch)
tree760c991add4fcfd4f158791dae13032a8b959e20 /rules/mpg123.in
parent843882181cfbda831b73fa1313694e04f894bfa0 (diff)
downloadptxdist-1dd42358fafcaa187a6d312358c6d1c34745f9e9.tar.gz
ptxdist-1dd42358fafcaa187a6d312358c6d1c34745f9e9.tar.xz
[mpg123] add new package
Signed-off-by: Jürgen Kilb <j.kilb@phytec.de>
Diffstat (limited to 'rules/mpg123.in')
-rw-r--r--rules/mpg123.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/mpg123.in b/rules/mpg123.in
new file mode 100644
index 000000000..0e5125b35
--- /dev/null
+++ b/rules/mpg123.in
@@ -0,0 +1,14 @@
+## SECTION=multimedia_sound
+
+config MPG123
+ tristate
+ prompt "mpg123"
+ select ALSA_LIB
+ help
+ mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1,2 and 3
+ (MPEG 1.0 layer 3 aka MP3 most commonly tested). Among others working with Linux,
+ MacOSX, FreeBSD, SunOS4.1.3, Solaris 2.5, HPUX 9.x, SGI Irix and Cygwin or plain
+ MS Windows.
+ It is free software licensed under LGPL 2.1 (the officially released sources,
+ some files in subversion repository may differ).
+