[packages] pulseaudio: fix 26640
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26641 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a8fb359276
commit
61e9a52104
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user