summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio
diff options
context:
space:
mode:
authorTreeve Jelbert2018-02-26 10:42:25 +0100
committerTreeve Jelbert2018-02-26 15:09:18 +0100
commit661e33714dae0ed23368866224476758936551b6 (patch)
tree95f487e20735bf55ba90244ac42e6ac130dcf3ad /audio-drivers/pulseaudio
parentfd182072fa634d88e9c2c1c69b6b78a104b2427a (diff)
pulseaudio: => 11.1
Diffstat (limited to 'audio-drivers/pulseaudio')
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS14
-rwxr-xr-xaudio-drivers/pulseaudio/DETAILS8
-rw-r--r--audio-drivers/pulseaudio/HISTORY4
3 files changed, 13 insertions, 13 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index cacb4273da..b234f6f747 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -1,7 +1,3 @@
-depends liboil &&
-depends libsndfile &&
-depends libatomic_ops &&
-depends speex &&
if [[ "$PULSE_DB" == 'gdbm' ]]; then
depends gdbm
elif [[ "$PULSE_DB" == 'tdb' ]]; then
@@ -10,8 +6,6 @@ else
message "using configuration database $PULSE_DB"
fi &&
-depends json-c &&
-
# gettext is needed in order to build the desktop files
depends gettext &&
#optional_depends gettext \
@@ -29,7 +23,6 @@ if is_depends_enabled $SPELL libx11; then
depends libxext &&
depends libxtst
fi &&
-depends libsamplerate &&
optional_depends alsa-lib \
"--enable-alsa" \
"--disable-alsa" \
@@ -71,7 +64,7 @@ optional_depends lirc \
"--enable-lirc" \
"--disable-lirc" \
"Enable infra-red remote control support?" &&
-optional_depends DEVICE-MANAGER \
+optional_depends eudev \
"--enable-udev --disable-hal-compat" \
"--disable-udev" \
"for device hotplug support" &&
@@ -84,7 +77,8 @@ optional_depends bluez \
"--disable-bluez4" \
"for BlueZ-4 support" &&
-if is_depends_enabled $SPELL bluez; then
+if is_depends_enabled $SPELL bluez ||
+ is_depends_enabled $SPELL bluez5; then
depends sbc &&
depends dbus "--enable-dbus"
else
@@ -121,6 +115,8 @@ optional_depends orc \
# "--disable-polkit" \
# "for PolicyKit authentication support" &&
+optional_depends speex '' '--without-speex' 'resampling support' &&
+
suggest_depends pasystray '' '' 'for Preferences tool & System Tray' &&
suggest_depends paprefs '' '' 'for Preferences tool' &&
suggest_depends pavucontrol '' '' 'for Volume Control tool' &&
diff --git a/audio-drivers/pulseaudio/DETAILS b/audio-drivers/pulseaudio/DETAILS
index bdcc3ba37f..ac32523e66 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -1,11 +1,11 @@
SPELL=pulseaudio
- VERSION=6.0
- SOURCE_HASH=sha512:4f2293b41c8278047a41be4609a6bc267766874001092a91e785b05d5224fd82810862402942dadbb54bed7f74689779c958ca512666dfe6755d29551583cc2d
+ VERSION=11.1
+ SOURCE_HASH=sha512:8863d8d7aede0d9a4d158e84e7bece91747c335f9ac98c7b21fafe76b762f8817e1125307aa46e561e540d2c40525e91f51a55ec34ac55d58fd5980199856a7a
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL=http://freedesktop.org/software/$SPELL/releases/$SOURCE
+ SOURCE_URL=https://freedesktop.org/software/$SPELL/releases/$SOURCE
# SOURCE_GPG=gurus.gpg:${SOURCE}.sig
- WEB_SITE=http://www.pulseaudio.org/
+ WEB_SITE=https://www.pulseaudio.org/
ENTERED=20070504
LICENSE[0]=GPL
SHORT="a sound server"
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index 25a0f8df08..fae0bcfd2c 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,7 @@
+2018-02-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 11.1
+ * DEPENDS: multiple changes
+
2015-12-25 Ismael Luceno <ismael@sourcemage.org>
* CONFLICTS: Conflicts with apulse
* PROVIDES: Provides LIBPULSE