Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (50c32d317c5f2df8482ef5619b44d3490428048c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (50c32d317c5f2df8482ef5619b44d3490428048c)
  • Date: Tue, 5 Oct 2010 14:22:08 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

audio-drivers/pulseaudio/DEPENDS | 5 +++++
audio-drivers/pulseaudio/HISTORY | 2 ++
2 files changed, 7 insertions(+)

New commits:
commit 50c32d317c5f2df8482ef5619b44d3490428048c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pulseaudio: Depends on libxtst when building X11 support
Fixes Bug #15741

diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index d3b0207..91d7044 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -48,6 +48,11 @@ optional_depends xorg-libs \
"--enable-x11" \
"--disable-x11" \
"Enable X11 support?" &&
+
+if is_depends_enabled $SPELL xorg-libs; then
+ depends libxtst
+fi &&
+
optional_depends policykit \
"--enable-polkit" \
"--disable-polkit" \
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
index 91c16d6..89b0789 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,6 +1,8 @@
2010-10-05 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Fails to compile with -Wl,--as-needed in LDFLAGS
Fixes Bug #15307
+ * DEPENDS: Depends on libxtst when building X11 support
+ Fixes Bug #15741

2010-10-04 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Clarify what some optional depends are for



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (50c32d317c5f2df8482ef5619b44d3490428048c), Eric Sandall, 10/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page