summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-04 19:46:35 -0700
committerGeorge Sherwood2010-10-09 09:41:30 -0500
commitb0022b6cad117f0266fc93c7c97aef094e4398a6 (patch)
tree035536f3717ce9bf94157f071ca26bbdbe7044d1
parent95c560be681a68563c8500bcd9fb57fc86eee440 (diff)
pulseaudio: Clarify what some optional depends are for
(cherry picked from commit 25606a436a4f2be0b0fff14126a39fff2ae5d53c)
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS14
-rw-r--r--audio-drivers/pulseaudio/HISTORY3
2 files changed, 10 insertions, 7 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index 8be64bb7f8..d3b0207956 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,15 +35,15 @@ 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" \
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index 95e2093475..f8ea89faf8 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,6 @@
+2010-10-04 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Clarify what some optional depends are for
+
2010-01-07 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL++ to guarantee udev is built correctly for it