diff options
author | Peter Wagner <tripolar@gmx.at> | 2016-02-22 22:02:12 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2016-02-22 22:02:12 +0100 |
commit | a6026fd1b3380021878f3ca608b8a42466e51090 (patch) | |
tree | 1780d5beb7b6e95ed84edf8ef0b8f30084c0759f /sound | |
parent | 9401ed35c468fc7e898fd345dfd155205de1e28c (diff) |
pulseaudio: update to 8.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pulseaudio/Makefile | 6 | ||||
-rw-r--r-- | sound/pulseaudio/patches/002-xlocale.patch | 12 |
2 files changed, 3 insertions, 15 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 62836b3a0..909d7902c 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2014 OpenWrt.org +# Copyright (C) 2011-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=7.1 +PKG_VERSION:=8.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ -PKG_MD5SUM:=9d0a9817b632cac8e3f3834d7eb1c99d +PKG_MD5SUM:=8678442ba0bb4b4c33ac6f62542962df 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 deleted file mode 100644 index ef3ee91ba..000000000 --- a/sound/pulseaudio/patches/002-xlocale.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 <locale.h> --#include <xlocale.h> - #endif - - #ifdef HAVE_SCHED_H |