[SM-Commit] GIT changes to master grimoire by Arjan Bouter (815729f61257da8c536a0104da32452ca697ad00)

Arjan Bouter scm at sourcemage.org
Mon Apr 14 23:19:24 EDT 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 audio-soft/darkice/DEPENDS  |    6 ++++++
 audio-soft/darkice/DETAILS  |   32 ++++++++++++++++++++++++++++++++
 audio-soft/darkice/HISTORY  |    3 +++
 audio-soft/darksnow/DEPENDS |    2 ++
 audio-soft/darksnow/DETAILS |   13 +++++++++++++
 audio-soft/darksnow/HISTORY |    3 +++
 6 files changed, 59 insertions(+)

New commits:
commit 815729f61257da8c536a0104da32452ca697ad00
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    darkice & darksnow: new spells, a live audio streamer and the gui for it

diff --git a/audio-soft/darkice/DEPENDS b/audio-soft/darkice/DEPENDS
new file mode 100755
index 0000000..c4405f1
--- /dev/null
+++ b/audio-soft/darkice/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends lame '--with-lame' '--without-lame' 'for MP3 audio support' &&
+optional_depends twolame '--with-twolame' '--without-towlame' 'for MP2 audio support' &&
+optional_depends libvorbis '--with-vorbis' '--without-vorbis' 'for ogg/vorbis audio support' &&
+optional_depends faac '--with-faac' '--without-faac' 'for faac audio support' &&
+optional_depends alsa-lib '--with-alsa' '--without-alsa' 'for alsa input support' &&
+optional_depends jack '--with-jack' '--without-jack' 'for jack support'
diff --git a/audio-soft/darkice/DETAILS b/audio-soft/darkice/DETAILS
new file mode 100755
index 0000000..d848f7d
--- /dev/null
+++ b/audio-soft/darkice/DETAILS
@@ -0,0 +1,32 @@
+           SPELL=darkice
+         VERSION=0.18.1
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://${SPELL}.tyrell.hu/dist/${VERSION}/${SOURCE}
+     SOURCE_HASH=sha512:2f687d4b2f558042af8f0953ee6857d9ffa2a8f197ceb10e62237e2301f595c234df70c4053c8a0df2580c7642a7a66ac7b79d489b65bc2fee3f3985ebcbb26d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://darkice.tyrell.hu/"
+      LICENSE[0]=GPL
+         ENTERED=20080413
+           SHORT="DarkIce is a live audio streamer"
+cat << EOF
+DarkIce is a live audio streamer. It records audio from an audio interface
+(e.g. sound card), encodes it and sends it to a streaming server.  DarkIce can
+record from:
+    * OSS audio devices
+    * ALSA audio devices
+    * Solaris audio interface
+    * Jack sources
+    * uLaw audio input through a serial interface
+
+DarkIce can encode in the following formats:
+    * mp3 - using the lame library
+    * mp2 - using the twolame library
+    * Ogg Vorbis
+    * aac - using the faac library
+
+DarkIce can send the encoded stream to the following streaming servers:
+    * ShoutCast
+    * IceCast 1.3.x and 2.x
+    * Darwin Streaming Server
+    * archive the encoded audio in files
+EOF
diff --git a/audio-soft/darkice/HISTORY b/audio-soft/darkice/HISTORY
new file mode 100644
index 0000000..0d921ba
--- /dev/null
+++ b/audio-soft/darkice/HISTORY
@@ -0,0 +1,3 @@
+2008-04-13 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/audio-soft/darksnow/DEPENDS b/audio-soft/darksnow/DEPENDS
new file mode 100755
index 0000000..08c32d2
--- /dev/null
+++ b/audio-soft/darksnow/DEPENDS
@@ -0,0 +1,2 @@
+depends darkice &&
+depends GTK2 
diff --git a/audio-soft/darksnow/DETAILS b/audio-soft/darksnow/DETAILS
new file mode 100755
index 0000000..f837677
--- /dev/null
+++ b/audio-soft/darksnow/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=darksnow
+         VERSION=0.6.1
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://${SPELL}.radiolivre.org/${SOURCE}
+     SOURCE_HASH=sha512:f61017d35b633fd4c453b774c698cfb1eda9f3f3e45d7dedee1c5d3a23fc0c35e3f607d83d4494f2bf40c9324d41ea9a81de9445f1f08aeb2abdb90923a9bdaf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://darksnow.radiolivre.org/index.en.html"
+      LICENSE[0]=GPL
+         ENTERED=20080413
+           SHORT="DarkSnow is a simple GUI for darkice"
+cat << EOF
+DarkSnow is a simple GTK GUI for darkice.
+EOF
diff --git a/audio-soft/darksnow/HISTORY b/audio-soft/darksnow/HISTORY
new file mode 100644
index 0000000..0d921ba
--- /dev/null
+++ b/audio-soft/darksnow/HISTORY
@@ -0,0 +1,3 @@
+2008-04-13 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS, DETAILS, HISTORY: spell created
+



More information about the SM-Commit mailing list