Skip to Content.
Sympa Menu

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

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 (1fed0b4b5d135f811c5eee9062c87a8881afe418)
  • Date: Wed, 9 Jan 2008 00:50:29 -0600

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

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

New commits:
commit 1fed0b4b5d135f811c5eee9062c87a8881afe418
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

dermixd: version bump to 1.3.0.

diff --git a/audio-players/dermixd/BUILD b/audio-players/dermixd/BUILD
index b20b8a3..f4524d1 100755
--- a/audio-players/dermixd/BUILD
+++ b/audio-players/dermixd/BUILD
@@ -15,4 +15,7 @@ MAKE_OPT= &&
if list_find "$OPTS" --enable-sndfile; then
MAKE_OPT="$MAKE_OPT SNDFILE=yes"
fi &&
+if list_find "$OPTS" --enable-vorbis; then
+ MAKE_OPT="$MAKE_OPT VORBISFILE=yes"
+fi &&
make $MAKE_OPT $DMD_BUILD
diff --git a/audio-players/dermixd/DEPENDS b/audio-players/dermixd/DEPENDS
index 97872dc..44693cd 100755
--- a/audio-players/dermixd/DEPENDS
+++ b/audio-players/dermixd/DEPENDS
@@ -4,4 +4,5 @@ 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)" &&
+optional_depends libvorbis "--enable-vorbis" "--disable-vorbis" "OGG/Vorbis
input" &&
optional_depends libsndfile "--enable-sndfile" "--disable-sndfile" "sndfile
input"
diff --git a/audio-players/dermixd/DETAILS b/audio-players/dermixd/DETAILS
index 3cb3504..370b80b 100755
--- a/audio-players/dermixd/DETAILS
+++ b/audio-players/dermixd/DETAILS
@@ -1,9 +1,12 @@
SPELL=dermixd
- VERSION=1.2.0
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://dermixd.de/$SOURCE
- SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig
+ SOURCE2_URL=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=thomas.orgis.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://dermixd.de
ENTERED=20060904
PATCHLEVEL=0
diff --git a/audio-players/dermixd/HISTORY b/audio-players/dermixd/HISTORY
index 18a1965..3bbebc0 100644
--- a/audio-players/dermixd/HISTORY
+++ b/audio-players/dermixd/HISTORY
@@ -1,3 +1,7 @@
+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
+
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
diff --git a/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig
b/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig
deleted file mode 100644
index d96a824..0000000
Binary files a/audio-players/dermixd/dermixd-1.2.0.tar.bz2.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1fed0b4b5d135f811c5eee9062c87a8881afe418), Thomas Orgis, 01/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page