summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio
diff options
context:
space:
mode:
authorTreeve Jelbert2015-04-06 10:01:58 +0200
committerTreeve Jelbert2015-04-06 10:22:55 +0200
commit7cdbbeb07c345c4cd9568eda8562720786baaeb3 (patch)
tree3ad824e44e1b0f2f4e4fed7e568f9c4f593d730a /audio-drivers/pulseaudio
parentb7610af393b15b56d0d5ff9980ccfcd834edf59b (diff)
pulseaudio: => 6.0
Diffstat (limited to 'audio-drivers/pulseaudio')
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS6
-rwxr-xr-xaudio-drivers/pulseaudio/DETAILS4
-rw-r--r--audio-drivers/pulseaudio/HISTORY4
3 files changed, 11 insertions, 3 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index acfaa3edbe..cacb4273da 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -75,10 +75,14 @@ optional_depends DEVICE-MANAGER \
"--enable-udev --disable-hal-compat" \
"--disable-udev" \
"for device hotplug support" &&
+optional_depends bluez5 \
+ "--enable-bluez5" \
+ "--disable-bluez5" \
+ "for BlueZ-5 support" &&
optional_depends bluez \
"--enable-bluez4" \
"--disable-bluez4" \
- "for BlueZ support" &&
+ "for BlueZ-4 support" &&
if is_depends_enabled $SPELL bluez; then
depends sbc &&
diff --git a/audio-drivers/pulseaudio/DETAILS b/audio-drivers/pulseaudio/DETAILS
index b3254ab24d..bdcc3ba37f 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -1,6 +1,6 @@
SPELL=pulseaudio
- VERSION=5.0
- SOURCE_HASH=sha512:f3d64bd6e03a732fd812da466b6658004600b4f3d0b9760403b7e113b6d654d54387658bf3704f45f28ab700245433e23fe517e4579130886fc58647eb97be2b
+ VERSION=6.0
+ SOURCE_HASH=sha512:4f2293b41c8278047a41be4609a6bc267766874001092a91e785b05d5224fd82810862402942dadbb54bed7f74689779c958ca512666dfe6755d29551583cc2d
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://freedesktop.org/software/$SPELL/releases/$SOURCE
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index b07bca8a79..e2ecd0913f 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,7 @@
+2015-04-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.0
+ * DEPENDS: add bluez5
+
2015-02-11 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER