add mpg123, a console based mpg audio player
authorMichael Lauer <mickey@vanille-media.de>
Mon, 18 Jun 2007 10:07:52 +0000 (10:07 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 18 Jun 2007 10:07:52 +0000 (10:07 +0000)
NOTE: not based on libmad, using floating point algorithms

packages/mpg123/.mtn2git_empty [new file with mode: 0644]
packages/mpg123/mpg123_0.66.bb [new file with mode: 0644]

diff --git a/packages/mpg123/.mtn2git_empty b/packages/mpg123/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mpg123/mpg123_0.66.bb b/packages/mpg123/mpg123_0.66.bb
new file mode 100644 (file)
index 0000000..9677b1f
--- /dev/null
@@ -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
+