Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (90c22e28ec6acce63f381f484a04bf2b64af08d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (90c22e28ec6acce63f381f484a04bf2b64af08d1)
  • Date: Mon, 12 Apr 2010 11:43:07 -0500

GIT changes to master grimoire by Ismael Luceno <ismael.luceno AT gmail.com>:

ChangeLog | 3 +++
audio-soft/idjc/DEPENDS | 32 ++++++++++++++++++++++++++++++++
audio-soft/idjc/DETAILS | 15 +++++++++++++++
3 files changed, 50 insertions(+)

New commits:
commit 90c22e28ec6acce63f381f484a04bf2b64af08d1
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

idjc: new spell, Internet DJ Console

diff --git a/ChangeLog b/ChangeLog
index a336295..1e3e4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-12 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-soft/idjc: new spell, Internet DJ Console
+
2010-04-12 Elisamuel Resto <ryuji AT sourcemage.org>
* database/mysql: mysql.gpg move to top-level grimoire directory

diff --git a/audio-soft/idjc/DEPENDS b/audio-soft/idjc/DEPENDS
new file mode 100755
index 0000000..8f5709b
--- /dev/null
+++ b/audio-soft/idjc/DEPENDS
@@ -0,0 +1,32 @@
+depends python &&
+depends jack &&
+depends pygtk2 &&
+depends vorbis-tools &&
+depends libsndfile &&
+depends libsamplerate &&
+depends libshout &&
+depends mutagen &&
+optional_depends lame \
+ "--with-lame" \
+ "--without-lame" \
+ "MPEG Layer-III encoding support" &&
+optional_depends eyed3 \
+ "--with-eyed3t" \
+ "--without-eyed3" \
+ "ID3 metadata tagging support" &&
+optional_depends faad2 \
+ "--with-faad2" \
+ "--without-faad2" \
+ "M4A playback support" &&
+optional_depends libmad \
+ "--with-libmad" \
+ "--without-libmad" \
+ "MPEG2 Layer-III playback support" &&
+optional_depends LIBAVCODEC \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "Windows Media Audio playback support" &&
+optional_depends flac \
+ "--with-flac" \
+ "--without-flac" \
+ "FLAC playback support"
diff --git a/audio-soft/idjc/DETAILS b/audio-soft/idjc/DETAILS
new file mode 100755
index 0000000..463a8d2
--- /dev/null
+++ b/audio-soft/idjc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=idjc
+ VERSION=0.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:76db0f391215031490aead69bbc677e60b0725df05f120e1b61d794e539bc8b6360967a20a017f03a214f23b2f47bf29bd6cb646f95651e2fe72e77fad64e00d
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.onlymeok.nildram.co.uk/
+ ENTERED=20100412
+ KEYWORDS="streaming tools audio"
+ SHORT="Internet DJ Console icecast client"
+cat << EOF
+A graphical icecast client with two media players, a jingles player,
crossfader,
+ogg and mp3 streaming, shutoff timer, aux input.
+EOF




Archive powered by MHonArc 2.6.24.

Top of Page