Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7fa91b7161b0550077eb78d1bee9937ee27336f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7fa91b7161b0550077eb78d1bee9937ee27336f4)
  • Date: Tue, 5 Jun 2007 15:26:38 -0500

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

audio-players/dermixd/BUILD | 6 +++++-
audio-players/dermixd/DEPENDS | 3 ++-
audio-players/dermixd/DETAILS | 13 +++++++------
audio-players/dermixd/HISTORY | 4 ++++
audio-players/dermixd/dermixd-1.1.0.tar.bz2.sig | 0
audio-players/dermixd/dermixd-1.1.1.tar.bz2.sig | 0
audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig |binary
dev/null |binary
8 files changed, 18 insertions(+), 8 deletions(-)

New commits:
commit 7fa91b7161b0550077eb78d1bee9937ee27336f4
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

dermixd: version bump to 1.2.0

diff --git a/audio-players/dermixd/BUILD b/audio-players/dermixd/BUILD
index 1546126..b20b8a3 100755
--- a/audio-players/dermixd/BUILD
+++ b/audio-players/dermixd/BUILD
@@ -11,4 +11,8 @@ then
else
DMD_BUILD=gnu-oss
fi &&
-make $DMD_BUILD
+MAKE_OPT= &&
+if list_find "$OPTS" --enable-sndfile; then
+ MAKE_OPT="$MAKE_OPT SNDFILE=yes"
+fi &&
+make $MAKE_OPT $DMD_BUILD
diff --git a/audio-players/dermixd/DEPENDS b/audio-players/dermixd/DEPENDS
index 54db98f..97872dc 100755
--- a/audio-players/dermixd/DEPENDS
+++ b/audio-players/dermixd/DEPENDS
@@ -3,4 +3,5 @@ optional_depends alsa-lib --enable-alsa --disable-alsa "ALSA
output" &&
optional_depends perl --enable-perl --disable-perl "install PERL frontend" &&
optional_depends mpg123 "" "" "for mpeg input -- \
need control interface of -thor version or >= 0.60! \
-(you can install mpg123 later without rebuilding)"
+(you can install mpg123 later without rebuilding)" &&
+optional_depends libsndfile "--enable-sndfile" "--disable-sndfile" "sndfile
input"
diff --git a/audio-players/dermixd/DETAILS b/audio-players/dermixd/DETAILS
index e3dc8da..3cb3504 100755
--- a/audio-players/dermixd/DETAILS
+++ b/audio-players/dermixd/DETAILS
@@ -1,10 +1,10 @@
SPELL=dermixd
- VERSION=1.1.1
+ VERSION=1.2.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://thomas.orgis.org/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://dermixd.de/$SOURCE
SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig
- WEB_SITE=http://thomas.orgis.org/dermixd
+ WEB_SITE=http://dermixd.de
ENTERED=20060904
PATCHLEVEL=0
LICENSE[0]="GPL"
@@ -15,7 +15,8 @@ number of mixes on an arbitrary number of output channels
(i.e. audio device
on host machine).
It is controlled via simple commands on TCP socket (you can talk to it with
telnet) that are scriptable in a timed manner.
-Most important input class is MPEG audio files/streams via (recent)
-mpg123 (there is a sine generator for fun and raw audio input) and on the
-output side there's OSS and ALSA as well as raw and text (tab-separated
value).
+Most important input classes are MPEG audio files/streams via (recent)
+mpg123 and libsndfile (there is a sine generator for fun and raw audio input
+and on the output side there's OSS and ALSA as well as raw and text
+(tab-separated value).
EOF
diff --git a/audio-players/dermixd/HISTORY b/audio-players/dermixd/HISTORY
index 967b0f8..18a1965 100644
--- a/audio-players/dermixd/HISTORY
+++ b/audio-players/dermixd/HISTORY
@@ -1,3 +1,7 @@
+2007-06-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, dermixd-1.{2.0,1.[01]}.tar.bz2.sig: version bump to 1.2.0
+ * DEPENDS, BUILD: support the new optional dependency on libsndfile
+
2006-12-28 Thomas Orgis <sobukus AT sourcemage.org>
* *.sig: now the correct one

diff --git a/audio-players/dermixd/dermixd-1.1.0.tar.bz2.sig
b/audio-players/dermixd/dermixd-1.1.0.tar.bz2.sig
deleted file mode 100644
index dcdf376..0000000
Binary files a/audio-players/dermixd/dermixd-1.1.0.tar.bz2.sig and /dev/null
differ
diff --git a/audio-players/dermixd/dermixd-1.1.1.tar.bz2.sig
b/audio-players/dermixd/dermixd-1.1.1.tar.bz2.sig
deleted file mode 100644
index 56824a7..0000000
Binary files a/audio-players/dermixd/dermixd-1.1.1.tar.bz2.sig and /dev/null
differ
diff --git a/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig
b/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig
new file mode 100644
index 0000000..d96a824
Binary files /dev/null and b/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7fa91b7161b0550077eb78d1bee9937ee27336f4), Thomas Orgis, 06/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page