summaryrefslogtreecommitdiff
path: root/package/esound
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-18 19:56:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-18 19:56:55 +0200
commit24416fd812bfa3635c502f1abe8d7cf1f6b8bc61 (patch)
tree549f64765d9c3565b128ff3b246bcf66eac39976 /package/esound
parentab47a135a05994a38a3891e28040d4e68d1b73b0 (diff)
add example with su -, disable arts
Diffstat (limited to 'package/esound')
-rw-r--r--package/esound/Makefile6
-rw-r--r--package/esound/files/esd.init1
2 files changed, 5 insertions, 2 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile
index 8923d7b7d..56e097c87 100644
--- a/package/esound/Makefile
+++ b/package/esound/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= esound
PKG_VERSION:= 0.2.41
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
PKG_DESCR:= Enlightened Sound Daemon
PKG_SECTION:= multimedia
@@ -18,7 +18,9 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,ESOUND,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_ARGS+= --disable-alsa
+CONFIGURE_ARGS+= --disable-alsa \
+ --disable-arts \
+ --enable-oss
post-install:
${INSTALL_DIR} ${IDIR_ESOUND}/usr/bin ${IDIR_ESOUND}/usr/lib
diff --git a/package/esound/files/esd.init b/package/esound/files/esd.init
index 146cffee8..f576433d2 100644
--- a/package/esound/files/esd.init
+++ b/package/esound/files/esd.init
@@ -9,6 +9,7 @@ autostart)
exec sh $0 start
;;
start)
+ # start as another user via: su - mpd -c 'esd ..'
esd -public -tcp -nobeeps -noterminate &
;;
stop)