aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mpg123
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-18 10:07:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-18 10:07:52 +0000
commitf9130c5d055fd377f99a98b70ec8d8ba92df4788 (patch)
tree76f9e0ab8e7314609dc7259276e1f445647d1f70 /packages/mpg123
parent364315c4886e9b89dbf2458104d5aeac249e9c9e (diff)
downloadopenembedded-f9130c5d055fd377f99a98b70ec8d8ba92df4788.tar.gz
add mpg123, a console based mpg audio player
NOTE: not based on libmad, using floating point algorithms
Diffstat (limited to 'packages/mpg123')
-rw-r--r--packages/mpg123/.mtn2git_empty0
-rw-r--r--packages/mpg123/mpg123_0.66.bb11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/mpg123/.mtn2git_empty b/packages/mpg123/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/mpg123/.mtn2git_empty
diff --git a/packages/mpg123/mpg123_0.66.bb b/packages/mpg123/mpg123_0.66.bb
new file mode 100644
index 0000000000..9677b1f1d1
--- /dev/null
+++ b/packages/mpg123/mpg123_0.66.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "mpg123 is the fast and Free \
+console based real time MPEG Audio Player for \
+Layer 1, 2 and 3. It uses floating point math (unlike libmad)."
+LICENSE = "LGPL"
+DESCRIPTION = "multimedia"
+HOMEPAGE = "http://www.mpg123.de"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123-${PV}.tar.bz2"
+
+inherit autotools
+