From 245fbc1f6596b1d5d5d95e62475e35ed64698a06 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Sat, 3 Oct 2015 10:54:45 +0200 Subject: [PATCH] pulseaudio: update to 7.0 Signed-off-by: Peter Wagner --- sound/pulseaudio/Makefile | 6 +++--- sound/pulseaudio/patches/002-xlocale.patch | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 sound/pulseaudio/patches/002-xlocale.patch diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index a4a449b7cc..d14f056206 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=6.0 -PKG_RELEASE:=2 +PKG_VERSION:=7.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ -PKG_MD5SUM:=b691e83b7434c678dffacfa3a027750e +PKG_MD5SUM:=09668b660ffb32f2639cfd6fdc9d3b37 PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=GPL LICENSE diff --git a/sound/pulseaudio/patches/002-xlocale.patch b/sound/pulseaudio/patches/002-xlocale.patch new file mode 100644 index 0000000000..ef3ee91ba4 --- /dev/null +++ b/sound/pulseaudio/patches/002-xlocale.patch @@ -0,0 +1,12 @@ +diff --git a/pulsecore/core-util.c b/pulsecore/core-util.c +index ba31221..824368a 100644 +--- a/src/pulsecore/core-util.c ++++ b/src/pulsecore/core-util.c +@@ -54,7 +54,6 @@ + + #ifdef HAVE_STRTOD_L + #include +-#include + #endif + + #ifdef HAVE_SCHED_H -- 2.30.2