From: Michael Lauer Date: Mon, 18 Jun 2007 10:07:52 +0000 (+0000) Subject: add mpg123, a console based mpg audio player X-Git-Tag: Release-2010-05/1~8868^2~328^2~1^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9130c5d055fd377f99a98b70ec8d8ba92df4788;p=openembedded.git add mpg123, a console based mpg audio player NOTE: not based on libmad, using floating point algorithms --- diff --git a/packages/mpg123/.mtn2git_empty b/packages/mpg123/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 +