aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-10-30 21:42:32 +0300
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-03 16:51:18 +0100
commitea860ac250983d39837d642f93eea63a96e1b4bd (patch)
tree6ca6231f2e8c0b39e9c34fb4a90093fae501ab31 /recipes
parent47bc7b62872aa5aedbcfb21539c0d087411f6eb8 (diff)
downloadopenembedded-ea860ac250983d39837d642f93eea63a96e1b4bd.tar.gz
mpg123: Removed mpg123-0.66, added mpg123-1.12.5.
Apart from the version bump, I have mpg123 compile with fixed point math, which resulted in a huge performance improvement on my Ben Nanonote. Compiled with floating point math (the default) anything over 192kbps would stutter, but with fixed point math, anything up to and including 320kbps MP3 files play smoothly. This should be the same for other devices lacking an FPU (all embedded devices?). Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/mpg123/mpg123_1.12.5.bb (renamed from recipes/mpg123/mpg123_0.66.bb)12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes/mpg123/mpg123_0.66.bb b/recipes/mpg123/mpg123_1.12.5.bb
index 444b70a38b..57e9030465 100644
--- a/recipes/mpg123/mpg123_0.66.bb
+++ b/recipes/mpg123/mpg123_1.12.5.bb
@@ -1,15 +1,17 @@
-DESCRIPTION = "mpg123 is a fast and free console based real time MPEG Audio Player \
-for Layer 1, 2 and 3. It uses floating point math (unlike libmad)."
+DESCRIPTION = "mpg123 is a fast and free console based real time MPEG \
+Audio Player for Layer 1, 2 and 3."
LICENSE = "LGPL"
DESCRIPTION = "multimedia"
HOMEPAGE = "http://www.mpg123.de"
RCONFLICTS_${PN} = "mpg321"
RREPLACES_${PN} = "mpg321"
-PR = "r1"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123-${PV}.tar.bz2"
+EXTRA_OECONF="--with-cpu=generic_nofpu"
+
inherit autotools
-SRC_URI[md5sum] = "6753c7ce5bb35bd65c535b2b6322a9aa"
-SRC_URI[sha256sum] = "2cdcb3b78412034f787ae52e213d04455132f6c94c8b7f3f4b21c21c38d9afa5"
+SRC_URI[md5sum] = "01fa64533cade452c2b22a3ce14a2fcd"
+SRC_URI[sha256sum] = "27008b972e37f35eb8a2a33af556adc29d8e10bf8f2c362f3e50254d682425c4"