diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-12 20:08:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-12 20:08:52 +0100 |
commit | 990c7eddcdf768a9d63b407d177738b1271d633b (patch) | |
tree | ceea0ac5a7d3ba8ff066c4f64ae1aaeeded997ec /package/moc/Makefile | |
parent | c113ffbfb2c9b71980d0b84456ea8df2209da6c1 (diff) |
enable usb sound support
add mpg123 console mp3 player. A terratec usb soundadapter
works fine on alix2d device.
(0ccd:0077 TerraTec Electronic GmbH)
Diffstat (limited to 'package/moc/Makefile')
-rw-r--r-- | package/moc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/moc/Makefile b/package/moc/Makefile index 97b5e8707..3aa1a16f7 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -9,8 +9,10 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 647c770a5542a4ae5437386807a89796 PKG_DESCR:= console music player PKG_SECTION:= sound -PKG_DEPENDS:= libmad libvorbis libcurl libflac ffmpeg libiconv libid3tag -PKG_BUILDDEP+= libvorbis curl libmad flac ffmpeg libiconv libid3tag +PKG_DEPENDS:= libmad libvorbis libcurl libflac ffmpeg libiconv +PKG_DEPENDS+= libncurses libid3tag +PKG_BUILDDEP+= ncurses libvorbis curl libmad flac ffmpeg libiconv +PKG_BUILDDEP+= libid3tag PKG_URL:= http://moc.daper.net PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/stable/ |