diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-21 04:39:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-21 04:39:30 +0000 |
commit | 456f916e6d4debc3be8a9020282ca81419d80efd (patch) | |
tree | aa8fc9e95372a2efdd99f775a0ac4bb38928e2f7 /mp3blaster/mp3blaster_3.1.3.oe | |
parent | fc804566047635ff176e630284f2f836ebcd39df (diff) |
Merge http://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/03/20 23:39:27-05:00 local!kergoth
New versions of things:
centericq 4.9.10
sed 4.0.9
libgpg-error 0.7
fakeroot 0.9.0
dbus 0.21
ncurses 5.4
mp3blaster 3.2.0
BKrev: 405d1c8214TIKKDYft9ZYnLmplC44g
Diffstat (limited to 'mp3blaster/mp3blaster_3.1.3.oe')
-rw-r--r-- | mp3blaster/mp3blaster_3.1.3.oe | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mp3blaster/mp3blaster_3.1.3.oe b/mp3blaster/mp3blaster_3.1.3.oe index 6b8e2a244e..674cfad698 100644 --- a/mp3blaster/mp3blaster_3.1.3.oe +++ b/mp3blaster/mp3blaster_3.1.3.oe @@ -2,11 +2,10 @@ 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 \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \ + file://${FILESDIR}/includedir.patch;patch=1" inherit autotools -EXTRA_OECONF = '--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas' +EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas" |