summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mp3blaster/mp3blaster_3.1.3.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/mp3blaster/mp3blaster_3.1.3.oe b/mp3blaster/mp3blaster_3.1.3.oe
index 2bdc3dc0d3..064da63320 100644
--- a/mp3blaster/mp3blaster_3.1.3.oe
+++ b/mp3blaster/mp3blaster_3.1.3.oe
@@ -1,5 +1,6 @@
-DEPENDS = virtual/libc ncurses
-RDEPENDS = libc6 libncurses
+DESCRIPTION=A console MP3 player based on ncurses
+DEPENDS=virtual/libc ncurses libsidplay libogg libvorbis
+RDEPENDS=libc6 libncurses libsidplay libogg libvorbis
SRC_URI = http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-3.1.3.tar.gz \
file://${FILESDIR}/includedir.patch;patch=1 \
@@ -7,6 +8,5 @@ SRC_URI = http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-3.1.3.tar.gz \
inherit autotools
-EXTRA_OECONF = '--with-x=no'
+EXTRA_OECONF = '--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas'
-# TODO: after adding libvorbis to OE, add --with-oggvorbis