[oe-commits] org.oe.dev add mpg123, a console based mpg audio player

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Jun 18 11:01:09 UTC 2007


add mpg123, a console based mpg audio player
NOTE: not based on libmad, using floating point algorithms

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: cd60da399e75b9e0b7a3e0a5e36dc5c3e3367ae5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cd60da399e75b9e0b7a3e0a5e36dc5c3e3367ae5
Files:
1
packages/mpg123
packages/mpg123/mpg123_0.66.bb
Diffs:

#
# mt diff -r5c8375300f32a9afea408744302514111b9bed44 -rcd60da399e75b9e0b7a3e0a5e36dc5c3e3367ae5
#
# 
# 
# add_dir "packages/mpg123"
# 
# add_file "packages/mpg123/mpg123_0.66.bb"
#  content [c82104160067aaaa1b94c139fbefc3d22e613750]
# 
============================================================
--- packages/mpg123/mpg123_0.66.bb	c82104160067aaaa1b94c139fbefc3d22e613750
+++ packages/mpg123/mpg123_0.66.bb	c82104160067aaaa1b94c139fbefc3d22e613750
@@ -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
+






More information about the Openembedded-commits mailing list