From 61e9a52104c0a63c2137895a607c76ff92bbe502 Mon Sep 17 00:00:00 2001 From: loswillios Date: Wed, 13 Apr 2011 09:46:15 +0000 Subject: [PATCH] [packages] pulseaudio: fix 26640 git-svn-id: svn://svn.openwrt.org/openwrt/packages@26641 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 947feb9ad..dfa39bbb7 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=0.9.22 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/ @@ -28,9 +28,9 @@ include $(INCLUDE_DIR)/nls.mk define Package/pulseaudio SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libspeexdsp +libgdbm +libsndfile \ - +libltdl +libpthread +librt +dbus \ - +alsa-lib $(ICONV_DEPENDS) $(INTL_DEPENDS) + DEPENDS:=+libspeexdsp +libgdbm +libsndfile +libsamplerate \ + +libltdl +libpthread +librt +alsa-lib \ + $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server URL:=http://www.pulseaudio.org endef @@ -48,6 +48,7 @@ CONFIGURE_ARGS += \ --with-system-group=root \ --with-access-group=root \ --enable-alsa \ + --disable-dbus \ --disable-hal \ --disable-gconf \ --disable-tcpwrap \ @@ -60,7 +61,6 @@ CONFIGURE_ARGS += \ --disable-bluez \ --without-caps - CONFIGURE_VARS += \ PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" -- 2.11.0