Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9c8baaed09358d721a3ee65f3443e22ce330febf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9c8baaed09358d721a3ee65f3443e22ce330febf)
  • Date: Wed, 20 Jun 2007 18:23:18 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
audio-players/cripple/DEPENDS | 2 ++
audio-players/cripple/DETAILS | 23 +++++++++++++++++++++++
audio-players/cripple/HISTORY | 2 ++
4 files changed, 30 insertions(+)

New commits:
commit 9c8baaed09358d721a3ee65f3443e22ce330febf
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-players/cripple: new spell

diff --git a/ChangeLog b/ChangeLog
index 52ff1e0..91a1fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * audio-players/cripple: new spell, an audio CD ripper wrapper
+
2007-06-20 Eric Sandall <sandalle AT sourcemage.org>
* utils/powertop: Intel's PowerTop to tell what's keeping your CPU
awake
at night
diff --git a/audio-players/cripple/DEPENDS b/audio-players/cripple/DEPENDS
new file mode 100755
index 0000000..38ec072
--- /dev/null
+++ b/audio-players/cripple/DEPENDS
@@ -0,0 +1,2 @@
+depends cdparanoia &&
+depends lame
diff --git a/audio-players/cripple/DETAILS b/audio-players/cripple/DETAILS
new file mode 100755
index 0000000..f8faf08
--- /dev/null
+++ b/audio-players/cripple/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=cripple
+ VERSION=0.06b
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.vortex.prodigynet.co.uk/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:121dcc47c0dea7b0b7969568c1268ee016ed2ab2930599500972da7d4808189f990f24b59084ed116c9503b751d9f8836bb1e6ba2e7f5f6c3457cc1ca7e86bd4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.vortex.prodigynet.co.uk/cripple/";
+ LICENSE[0]=GPL
+ ENTERED=20070621
+ SHORT="a simple command line CD ripper wrapper"
+cat << EOF
+Cripple is a simple command line CD ripper wrapper. By default it uses
+CDparanoia or cdda2wav and BladeEnc or LAME to rip and encode tracks from a
CD.
+
+Cripple retrives naming information for filenames and ID3 tags from the
freedb
+(CDDB) or local xmcd/CDDB format files, which it can write. CDDB access is
+implemented via HTTP and works through proxies. There is built-in support
+for writing ID3v1.1 tags to output files.
+
+On the majority of systems cripple requires no special libraries,
interpreters
+etc. However by its very nature it requires a command line ripper such as
+cdparanoia or cdda2wav and an encoder such as lame or bladeenc.
+EOF
diff --git a/audio-players/cripple/HISTORY b/audio-players/cripple/HISTORY
new file mode 100644
index 0000000..1ce3fde
--- /dev/null
+++ b/audio-players/cripple/HISTORY
@@ -0,0 +1,2 @@
+2007-06-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9c8baaed09358d721a3ee65f3443e22ce330febf), Florian Franzmann, 06/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page