[SM-Commit] GIT changes to master grimoire by Thomas Orgis (383a23b5886cf89fe807ab553d08d4558bc41d77)

Thomas Orgis scm at sourcemage.org
Mon Jan 28 02:59:17 EST 2008


GIT changes to master grimoire by Thomas Orgis <sobukus at sourcemage.org>:

 audio-players/dermixd/BUILD     |    3 +++
 audio-players/dermixd/CONFIGURE |    6 ++++--
 audio-players/dermixd/DETAILS   |    2 +-
 audio-players/dermixd/HISTORY   |    4 ++++
 4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 383a23b5886cf89fe807ab553d08d4558bc41d77
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    dermixd: versions 1.4.0

diff --git a/audio-players/dermixd/BUILD b/audio-players/dermixd/BUILD
index f4524d1..ce7153c 100755
--- a/audio-players/dermixd/BUILD
+++ b/audio-players/dermixd/BUILD
@@ -11,6 +11,9 @@ then
 else
   DMD_BUILD=gnu-oss
 fi &&
+if [[ "$DMD_PRIO" == y ]]; then
+  export CPPFLAGS="$CPPFLAGS -DLINUX"
+fi &&
 MAKE_OPT= &&
 if list_find "$OPTS" --enable-sndfile; then
   MAKE_OPT="$MAKE_OPT SNDFILE=yes"
diff --git a/audio-players/dermixd/CONFIGURE b/audio-players/dermixd/CONFIGURE
index 3b272c6..6ef0249 100755
--- a/audio-players/dermixd/CONFIGURE
+++ b/audio-players/dermixd/CONFIGURE
@@ -1,5 +1,7 @@
-config_query DMD_OSS "include OSS support (it is forced without ALSA!)" y
+config_query DMD_OSS "Include OSS support (it is forced without ALSA!)" y &&
 # I would like to make that depend on yes to init script
 # ...and even opt to mod the default config accordingly!
 config_query DMD_USER \
-"create musicdaemon user (init script per default uses it)" y
+"Create musicdaemon user (init script per default uses it)" y &&
+config_query DMD_PRIO \
+"Enable Linux-specific dropped priority for worker threads (less likely interruption of mixer/output threads)" n
diff --git a/audio-players/dermixd/DETAILS b/audio-players/dermixd/DETAILS
index 370b80b..115f233 100755
--- a/audio-players/dermixd/DETAILS
+++ b/audio-players/dermixd/DETAILS
@@ -1,5 +1,5 @@
            SPELL=dermixd
-         VERSION=1.3.0
+         VERSION=1.4.0
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.sig
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-players/dermixd/HISTORY b/audio-players/dermixd/HISTORY
index 3bbebc0..0d425a8 100644
--- a/audio-players/dermixd/HISTORY
+++ b/audio-players/dermixd/HISTORY
@@ -1,3 +1,7 @@
+2008-01-28 Thomas Orgis <sobukus at sourcemage.org>
+	* DETAILS: updated to 1.4.0
+	* CONFIGURE, BUILD: added option for linux thread priorities, fixed some typing
+
 2008-01-09 Thomas Orgis <sobukus at sourcemage.org>
 	* DETAILS, DEPENDS, BUILD: updated to 1.3.0 (added libvorbis dep)
 	* dermixd-*.sig: removed, using upstream file



More information about the SM-Commit mailing list