diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
| commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
| tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/esound | |
| parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
| parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/esound')
| -rw-r--r-- | package/esound/Config.in | 10 | ||||
| -rw-r--r-- | package/esound/Makefile | 1 |
2 files changed, 1 insertions, 10 deletions
diff --git a/package/esound/Config.in b/package/esound/Config.in deleted file mode 100644 index 42f9f77e4..000000000 --- a/package/esound/Config.in +++ /dev/null @@ -1,10 +0,0 @@ -config ADK_PACKAGE_ESOUND - prompt "esound............................ Enlightened Sound Daemon" - tristate - default n - select ADK_PACKAGE_LIBAUDIOFILE - help - Sound daemon can be used to play music via the network. For example - with Amarok. You need to connect a sound card to your embedded device. - - http://www.tux.org/~ricdude/download.html diff --git a/package/esound/Makefile b/package/esound/Makefile index 123ade95c..b6ceecc2c 100644 --- a/package/esound/Makefile +++ b/package/esound/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= esound PKG_VERSION:= 0.2.41 PKG_RELEASE:= 1 +PKG_BUILDDEP+= libaudiofile PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688 PKG_DESCR:= Enlightened Sound Daemon PKG_SECTION:= net |
