surpport seeking the recorded video
[vuplus_openembedded] / recipes / mp3blaster / mp3blaster_3.2.3.bb
1 LICENSE = "GPL"
2 SECTION = "console/multimedia"
3 DESCRIPTION = "A console MP3 player based on ncurses"
4 DEPENDS = "ncurses libogg libvorbis"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/mp3blaster/mp3blaster-${PV}.tar.gz file://includedir.patch;patch=1"
7
8 inherit autotools
9
10 EXTRA_OECONF = "--with-x=no --without-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"