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

Eric Sandall scm at sourcemage.org
Mon Oct 4 22:46:50 EDT 2010


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



More information about the SM-Commit mailing list