From a53a857ded75763e58d22fc54228773e28428cb6 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Fri, 25 Sep 2015 12:40:33 +0100 Subject: [PATCH] pulseaudio: bump to version 7.0 - Bump to version 7.0 - Update the hash file - Remove non-existing --disable-legacy-runtime-dir configure option Signed-off-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- package/pulseaudio/pulseaudio.hash | 6 +++--- package/pulseaudio/pulseaudio.mk | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package/pulseaudio/pulseaudio.hash b/package/pulseaudio/pulseaudio.hash index dad495e1fb..0e560d06b4 100644 --- a/package/pulseaudio/pulseaudio.hash +++ b/package/pulseaudio/pulseaudio.hash @@ -1,3 +1,3 @@ -# From http://freedesktop.org/software/pulseaudio/releases/pulseaudio-5.0.tar.xz.{md5,sha1} -md5 c43749838612f4860465e83ed62ca38e pulseaudio-5.0.tar.xz -sha1 e420931a0b9cf37331cd06e30ba415046317ab85 pulseaudio-5.0.tar.xz +# From http://freedesktop.org/software/pulseaudio/releases/pulseaudio-7.0.tar.xz.{md5,sha1} +md5 09668b660ffb32f2639cfd6fdc9d3b37 pulseaudio-7.0.tar.xz +sha1 b4a3d331bdd94eb97a299f7328950dec31cf2b6a pulseaudio-7.0.tar.xz diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk index 0fcfe38f92..5bc6ec78f3 100644 --- a/package/pulseaudio/pulseaudio.mk +++ b/package/pulseaudio/pulseaudio.mk @@ -4,7 +4,7 @@ # ################################################################################ -PULSEAUDIO_VERSION = 5.0 +PULSEAUDIO_VERSION = 7.0 PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases PULSEAUDIO_INSTALL_STAGING = YES @@ -12,7 +12,6 @@ PULSEAUDIO_LICENSE = LGPLv2.1+ (specific license for modules, see LICENSE file) PULSEAUDIO_LICENSE_FILES = LICENSE GPL LGPL PULSEAUDIO_CONF_OPTS = \ --disable-default-build-tests \ - --disable-legacy-runtime-dir \ --disable-legacy-database-entry-format \ --disable-manpages -- 2.30.2