Skip to Content.
Sympa Menu

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

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 (25606a436a4f2be0b0fff14126a39fff2ae5d53c)
  • Date: Mon, 4 Oct 2010 21:46:50 -0500

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

audio-drivers/pulseaudio/DEPENDS | 14 +++++++-------
audio-drivers/pulseaudio/HISTORY | 3 +++
xorg-proto/xf86miscproto/HISTORY | 3 +++
xorg-proto/xf86miscproto/INSTALL | 2 ++
4 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 25606a436a4f2be0b0fff14126a39fff2ae5d53c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pulseaudio: Clarify what some optional depends are for

commit 90eda342b1b10b8526da40d5b3ad074437b050be
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xf86miscproto: Fails to install with multiple make jobs

diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index 8be64bb..d3b0207 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 95e2093..f8ea89f 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,6 @@
+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

diff --git a/xorg-proto/xf86miscproto/HISTORY
b/xorg-proto/xf86miscproto/HISTORY
index 9fb0cf7..b4f7bac 100644
--- a/xorg-proto/xf86miscproto/HISTORY
+++ b/xorg-proto/xf86miscproto/HISTORY
@@ -1,3 +1,6 @@
+2010-10-04 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails with multiple make jobs
+
2009-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.3
cleanup old stuff
diff --git a/xorg-proto/xf86miscproto/INSTALL
b/xorg-proto/xf86miscproto/INSTALL
new file mode 100755
index 0000000..03b8bb9
--- /dev/null
+++ b/xorg-proto/xf86miscproto/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+default_install



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (25606a436a4f2be0b0fff14126a39fff2ae5d53c), Eric Sandall, 10/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page