[packages/pulseaudio] upgrade to version 0.9.22 (latest) - WARNING: this release requires libtool2 (libltdl7) which is not the default yet
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24201 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2aed0ec076
commit
03c33e7f9d
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pulseaudio
|
PKG_NAME:=pulseaudio
|
||||||
PKG_VERSION:=0.9.13
|
PKG_VERSION:=0.9.22
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/
|
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/pulseaudio/
|
||||||
PKG_MD5SUM:=279fb92f08393a6a992d55e3ac9a006b
|
#PKG_MD5SUM:=279fb92f08393a6a992d55e3ac9a006b
|
||||||
|
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: pulseaudio-0.9.13/src/daemon/main.c
|
|
||||||
===================================================================
|
|
||||||
--- pulseaudio-0.9.13.orig/src/daemon/main.c 2008-10-03 21:16:52.000000000 +0200
|
|
||||||
+++ pulseaudio-0.9.13/src/daemon/main.c 2008-10-10 09:56:38.000000000 +0200
|
|
||||||
@@ -892,7 +892,7 @@ int main(int argc, char *argv[]) {
|
|
||||||
win32_timer = pa_mainloop_get_api(mainloop)->time_new(pa_mainloop_get_api(mainloop), pa_gettimeofday(&win32_tv), message_cb, NULL);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
- oil_init();
|
|
||||||
+ oil_init_no_optimize();
|
|
||||||
|
|
||||||
if (!conf->no_cpu_limit)
|
|
||||||
pa_assert_se(pa_cpu_limit_init(pa_mainloop_get_api(mainloop)) == 0);
|
|
Loading…
x
Reference in New Issue
Block a user