[SM-Commit] GIT changes to master grimoire by Anton Brondz (1b6f523ed7257950b259fa7ab205626453319c07)

Anton Brondz scm at mail.sourcemage.org
Tue Sep 5 13:03:46 EDT 2006


GIT changes to master grimoire by Anton Brondz <dinolinux at sourcemage.org>:

 ChangeLog                   |    3 +++
 audio-players/akode/DEPENDS |   36 ++++++++++++++++++++++++++++++++++++
 audio-players/akode/DETAILS |   17 +++++++++++++++++
 audio-players/akode/HISTORY |    2 ++
 4 files changed, 58 insertions(+)

New commits:
commit 198f0f387d34c9bfa06467d1260c7c922768c905
Author: Anton Brondz <dinolinux at sourcemage.org>
Commit: Anton Brondz <dinolinux at sourcemage.org>

    akode: new spell

diff --git a/ChangeLog b/ChangeLog
index 10162b6..6166caa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-05 Anton Brondz <dinolinux at sourcemage.org>
+	* audio-players/akode: new spell, audio-decoder/player
+
 2006-09-05 Alexander Tsamutali <astsmtl at gmail.com>
 	* python-devel/mutagen: new spell, a python module to handle audio metadata
 	* audio-players/quodlibet: new spell, a gtk+ based audio player written in python
diff --git a/audio-players/akode/DEPENDS b/audio-players/akode/DEPENDS
new file mode 100755
index 0000000..de041b6
--- /dev/null
+++ b/audio-players/akode/DEPENDS
@@ -0,0 +1,36 @@
+optional_depends flac                              \
+                 '--with-flac'                     \
+                 '--without-flac'                  \
+                 'for FLAC audio decoding'         &&
+optional_depends speex                             \
+                 '--with-speex'                    \
+                 '--without-speex'                 \
+                 'for audio compression'           &&
+optional_depends libmad                            \
+                 '--with-libmad'                   \
+                 '--without-libmad'                \
+                 'for MPEG audio decoding'         &&
+optional_depends libsamplerate                     \
+                 '--with-libsamplerate'            \
+                 '--without-libsamplerate'         \
+                 'for sample rate converting'      &&
+optional_depends jack                              \
+                 '--with-jack'                     \
+                 '--without-jack'                  \
+                 'for Jack audio connection kit'   &&
+optional_depends polypaudio                        \
+                 '--with-polypaudio'               \
+                 '--without-polypaudio'            \
+                 'for polypaudio sound server'     &&
+optional_depends ffmpeg                            \
+                 '--with-ffmpeg'                   \
+                 '--without-ffmpeg'                \
+                 'for audio/video broadcasting'    &&
+optional_depends alsa-lib                          \
+                 '--with-alsa'                     \
+                 '--without-alsa'                  \
+                 'for ALSA sound support'          &&
+optional_depends libogg                            \
+                 '--with-vorbis'                   \
+                 '--without-vorbis'                \
+                 'for OGG Vorbis support'
diff --git a/audio-players/akode/DETAILS b/audio-players/akode/DETAILS
new file mode 100755
index 0000000..84bfc54
--- /dev/null
+++ b/audio-players/akode/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=akode
+         VERSION=2.0.1
+          SOURCE="30375-$SPELL-$VERSION.tar.bz2"
+   SOURCE_URL[0]="http://www.kde-apps.org/content/download.php?content=30375&id=1"
+     SOURCE_HASH=sha512:782955d61af81d3bf9da1cb533b39deb4cf42adbfd555698a692b741fc27ef79c83931350cfcf3fcd5b16684e1b16888adf8e8fd7557f69e03c2d6a01f98828c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+        WEB_SITE=http://carewolf.com/akode/
+      LICENSE[0]=LGPL
+         ENTERED=20060905
+           SHORT="aKode is a simple audio-decoding frame-work"
+        KEYWORDS="audio kde"
+
+cat << EOF
+aKode is a simple audio-decoding frame-work that provides a uniform interface
+to decode the most common audio-formats. It also has a direct playback option
+for a number of audio-outputs.
+EOF
diff --git a/audio-players/akode/HISTORY b/audio-players/akode/HISTORY
new file mode 100644
index 0000000..94e8501
--- /dev/null
+++ b/audio-players/akode/HISTORY
@@ -0,0 +1,2 @@
+2006-09-05 Anton Brondz <dinolinux at sourcemage.org>
+	* DETAILS, HISTORY DEPENDS: created spell



More information about the SM-Commit mailing list