[SM-Commit] GIT changes to stable-rc-0.49 grimoire by George Sherwood (18939f9cad5169636c581f75bb425e539e54cc93)

George Sherwood scm at sourcemage.org
Sat Oct 9 10:40:34 EDT 2010


GIT changes to stable-rc-0.49 grimoire by George Sherwood <gsherwood at sourcemage.org>:

 audio-drivers/pulseaudio/BUILD   |    1 +
 audio-drivers/pulseaudio/DEPENDS |   19 ++++++++++++-------
 audio-drivers/pulseaudio/HISTORY |    9 +++++++++
 3 files changed, 22 insertions(+), 7 deletions(-)

New commits:
commit 18939f9cad5169636c581f75bb425e539e54cc93
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    pulseaudio:  Depends on libxtst when building X11 support
    Fixes Bug #15741
    (cherry picked from commit 50c32d317c5f2df8482ef5619b44d3490428048c)

commit 2919064fe2f2cd64da8fda7ed6b5b9459fadc347
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    pulseaudio:  Fails to compile with -Wl,--as-needed in LDFLAGS
    Fixes Bug #15307
    (cherry picked from commit fba063c8ac2c21da655bba175623c7ddfe6d8649)

commit b0022b6cad117f0266fc93c7c97aef094e4398a6
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    pulseaudio: Clarify what some optional depends are for
    (cherry picked from commit 25606a436a4f2be0b0fff14126a39fff2ae5d53c)

diff --git a/audio-drivers/pulseaudio/BUILD b/audio-drivers/pulseaudio/BUILD
index e656c67..ffdce6d 100755
--- a/audio-drivers/pulseaudio/BUILD
+++ b/audio-drivers/pulseaudio/BUILD
@@ -1,2 +1,3 @@
 OPTS="$PULSE_OSS $OPTS" &&
+LDFLAGS="${LDFLAGS/-Wl,--as-needed}" &&
 default_build
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index 8be64bb..91d7044 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -15,19 +15,19 @@ optional_depends dbus                          \
 optional_depends hal                              \
                  "--enable-hal"                   \
                  "--disable-hal"                  \
-                 "Enable hal support?"            &&
+                 "Enable Hardware Abstraction Layer support?"  &&
 optional_depends tcp_wrappers                     \
                  "--enable-tcpwrap"               \
                  "--disable-tcpwrap"              \
-                 "Enable tcp_wrappers support?"   &&
+                 "Enable TCP network filtering?"  &&
 optional_depends alsa-lib                         \
                  "--enable-alsa"                  \
                  "--disable-alsa"                 \
-                 "Enable alsa support?"           &&
+                 "Enable Advanced Linux Sound Architecture support? (RECOMMENDED)"  &&
 optional_depends JACK-DRIVER                      \
                  "--enable-jack"                  \
                  "--disable-jack"                 \
-                 "Enable jack support?"           &&
+                 "for low-latency sound server support?"  &&
 optional_depends glib2                            \
                  "--enable-glib2"                 \
                  "--disable-glib2"                \
@@ -35,19 +35,24 @@ optional_depends glib2                            \
 optional_depends lirc                             \
                  "--enable-lirc"                  \
                  "--disable-lirc"                 \
-                 "Enable lirc support?"           &&
+                 "Enable infra-red remote control support?"  &&
 optional_depends libasyncns                       \
                  "--enable-asyncns"               \
                  "--disable-asyncns"              \
-                 "Enable libasyncns support?"     &&
+                 "for asynchronous service queries?"  &&
 optional_depends libcap                           \
                  "--with-caps"                    \
                  "--without-caps"                 \
-                 "Enable libcap support?"         &&
+                 "Enable POSIX support?"          &&
 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 95e2093..89b0789 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,12 @@
+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
+
 2010-01-07 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: PATCHLEVEL++ to guarantee udev is built correctly for it
 



More information about the SM-Commit mailing list