[packages] pulseaudio update to v4.0

remove udev dependency, to use the first soundcard without udev, comment 
load-module module-detect
and add 
load-module module-alsa-sink device=hw:0 
to system.pa

Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@37144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-07-03 09:55:34 +00:00
parent 38066e1177
commit 153123586c
3 changed files with 7 additions and 8 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=pulseaudio PKG_NAME:=pulseaudio
PKG_VERSION:=3.0 PKG_VERSION:=4.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
PKG_MD5SUM:=47fd7eca8479c757822bee68a1feef25 PKG_MD5SUM:=591f211db2790a7e4d222f2dc6858db3
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=intltool/host PKG_BUILD_DEPENDS:=intltool/host
@ -30,7 +30,7 @@ define Package/pulseaudio/Default
SECTION:=sound SECTION:=sound
CATEGORY:=Sound CATEGORY:=Sound
DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \ DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
+librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS) +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=Network sound server TITLE:=Network sound server
URL:=http://www.pulseaudio.org URL:=http://www.pulseaudio.org
PROVIDES:=pulseaudio PROVIDES:=pulseaudio
@ -100,7 +100,6 @@ CONFIGURE_ARGS += \
--enable-alsa \ --enable-alsa \
--disable-hal \ --disable-hal \
--disable-gconf \ --disable-gconf \
--disable-tcpwrap \
--disable-nls \ --disable-nls \
--disable-manpages \ --disable-manpages \
--enable-oss-output \ --enable-oss-output \
@ -114,6 +113,7 @@ CONFIGURE_ARGS += \
--disable-asyncns \ --disable-asyncns \
--disable-lirc \ --disable-lirc \
--disable-bluez \ --disable-bluez \
--disable-udev \
--without-caps \ --without-caps \
--without-fftw --without-fftw

View File

@ -2,6 +2,7 @@
# Copyright (C) 2011 OpenWrt.org # Copyright (C) 2011 OpenWrt.org
START=65 START=65
STOP=65
SERVICE_USE_PID=1 SERVICE_USE_PID=1
SERVICE_PID_FILE=/var/run/pulse/pid SERVICE_PID_FILE=/var/run/pulse/pid

View File

@ -1,7 +1,5 @@
Index: pulseaudio-0.99.2/src/pulsecore/memblock.c --- a/src/pulsecore/memblock.c
=================================================================== +++ b/src/pulsecore/memblock.c
--- pulseaudio-0.99.2.orig/src/pulsecore/memblock.c 2011-08-15 10:41:56.000000000 +0200
+++ pulseaudio-0.99.2/src/pulsecore/memblock.c 2011-08-18 13:54:53.000000000 +0200
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
* stored in SHM and our OS does not commit the memory before we use * stored in SHM and our OS does not commit the memory before we use
* it for the first time. */ * it for the first time. */