diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-09-25 12:40:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-25 13:52:00 +0200 |
commit | a53a857ded75763e58d22fc54228773e28428cb6 (patch) | |
tree | b6c4948ac7093b02b96a1b12cfd71047663223a7 | |
parent | 6302ecc33fb0b01688a16ac3336cf50531f395cd (diff) | |
download | buildroot-a53a857ded75763e58d22fc54228773e28428cb6.tar.gz buildroot-a53a857ded75763e58d22fc54228773e28428cb6.zip |
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 <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/pulseaudio/pulseaudio.hash | 6 | ||||
-rw-r--r-- | 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 |