From d83f7da152878a7bd677121c6bea2c8b9242a857 Mon Sep 17 00:00:00 2001 From: loswillios Date: Tue, 26 Jul 2011 12:41:43 +0000 Subject: [PATCH] [packages] pulseaudio: remove optional gdbm dependency, bump PKG_RELEASE git-svn-id: svn://svn.openwrt.org/openwrt/packages@27782 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 9afb7195a..56c6d84f4 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=0.9.23 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/pulseaudio SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libspeexdsp +libgdbm +libsndfile +libsamplerate \ + DEPENDS:=+libspeexdsp +libsndfile +libsamplerate \ +libltdl +libpthread +librt +alsa-lib \ @!UCLIBC_VERSION_0_9_30_1 @!UCLIBC_VERSION_0_9_30_2 \ @!UCLIBC_VERSION_0_9_30_3 \ @@ -40,7 +40,7 @@ endef define Package/pa-tools SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libgdbm +libsndfile +pulseaudio #+libpulse + DEPENDS:=+libsndfile +pulseaudio #+libpulse TITLE:=Tools for Pulseaudio URL:=http://www.pulseaudio.org endef -- 2.11.0