Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (661e33714dae0ed23368866224476758936551b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (661e33714dae0ed23368866224476758936551b6)
  • Date: Mon, 26 Feb 2018 14:11:15 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-drivers/pulseaudio/DEPENDS | 14 +++++---------
audio-drivers/pulseaudio/DETAILS | 8 ++++----
audio-drivers/pulseaudio/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 661e33714dae0ed23368866224476758936551b6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pulseaudio: => 11.1

diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index cacb427..b234f6f 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 bdcc3ba..ac32523 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 25a0f8d..fae0bcf 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,7 @@
+2018-02-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 11.1
+ * DEPENDS: multiple changes
+
2015-12-25 Ismael Luceno <ismael AT sourcemage.org>
* CONFLICTS: Conflicts with apulse
* PROVIDES: Provides LIBPULSE



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (661e33714dae0ed23368866224476758936551b6), Treeve Jelbert, 02/26/2018

Archive powered by MHonArc 2.6.24.

Top of Page