Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (5712cfdb5a4b8bc6903c8ad8a73d5e5295ca25ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (5712cfdb5a4b8bc6903c8ad8a73d5e5295ca25ef)
  • Date: Mon, 14 May 2007 12:11:46 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

xfce/xfce4-mixer/DEPENDS | 4 ++++
xfce/xfce4-mixer/DETAILS | 1 +
xfce/xfce4-mixer/HISTORY | 5 +++++
3 files changed, 10 insertions(+)

New commits:
commit 5712cfdb5a4b8bc6903c8ad8a73d5e5295ca25ef
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

xfce4-mixer: Option to force use of ALSA, for when both ALSA and OSS
are present

diff --git a/xfce/xfce4-mixer/DEPENDS b/xfce/xfce4-mixer/DEPENDS
index f035f7b..b0b5a82 100755
--- a/xfce/xfce4-mixer/DEPENDS
+++ b/xfce/xfce4-mixer/DEPENDS
@@ -1,4 +1,8 @@
depends xfce4-panel &&
+optional_depends "alsa-lib" \
+ "--with-sound=alsa" \
+ "" \
+ "for ALSA support (not detected correctly if you have
OSS)" &&
optional_depends "startup-notification" \
"" \
"" \
diff --git a/xfce/xfce4-mixer/DETAILS b/xfce/xfce4-mixer/DETAILS
index 372caaf..38b5ccb 100755
--- a/xfce/xfce4-mixer/DETAILS
+++ b/xfce/xfce4-mixer/DETAILS
@@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
LICENSE[0]=BSD
ENTERED=20030608
+ UPDATED=20070515
KEYWORDS="xfce"
SHORT="Volume control plugin for the XFce 4 panel"
cat << EOF
diff --git a/xfce/xfce4-mixer/HISTORY b/xfce/xfce4-mixer/HISTORY
index 1eacdd1..32e6a40 100644
--- a/xfce/xfce4-mixer/HISTORY
+++ b/xfce/xfce4-mixer/HISTORY
@@ -1,3 +1,8 @@
+2007-05-15 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS, DETAILS: option to force use of ALSA. Without that, if
+ both ALSA and OSS are detected, it will use OSS. Fell free to
+ change the wording if you have a better one
+
2007-04-10 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 4.4.1





Archive powered by MHonArc 2.6.24.

Top of Page