Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0efea2bb45d72aafa68af933328cb0bf955197bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0efea2bb45d72aafa68af933328cb0bf955197bd)
  • Date: Sun, 4 Nov 2007 18:07:30 -0600

GIT changes to master grimoire by Vlad Glagolev <codex AT sourcemage.org>:

audio-soft/asunder/DEPENDS | 16 ++++++++++++++++
audio-soft/asunder/DETAILS | 17 +++++++++++++++++
audio-soft/asunder/HISTORY | 2 ++
3 files changed, 35 insertions(+)

New commits:
commit 0efea2bb45d72aafa68af933328cb0bf955197bd
Author: Vlad Glagolev <codex AT sourcemage.org>
Commit: Vlad Glagolev <codex AT sourcemage.org>

asunder: simple GTK+2 CD ripper and encoder. added (0.9).

diff --git a/audio-soft/asunder/DEPENDS b/audio-soft/asunder/DEPENDS
new file mode 100755
index 0000000..2d07718
--- /dev/null
+++ b/audio-soft/asunder/DEPENDS
@@ -0,0 +1,16 @@
+depends gtk+2 &&
+depends cdparanoia &&
+depends libcddb &&
+
+optional_depends lame \
+ "" \
+ "" \
+ "for mp3 encoding support" &&
+optional_depends flac \
+ "" \
+ "" \
+ "for FLAC encoding support" &&
+optional_depends vorbis-tools \
+ "" \
+ "" \
+ "for Ogg Vorbis encoding support"
diff --git a/audio-soft/asunder/DETAILS b/audio-soft/asunder/DETAILS
new file mode 100755
index 0000000..68cdd63
--- /dev/null
+++ b/audio-soft/asunder/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=asunder
+ VERSION=0.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://littlesvr.ca/${SPELL}/releases/${SOURCE}
+
SOURCE_HASH=sha512:8f5bef21b77334b5538c334a8a934c783f690582d1371ea241337dbd68922711306a3c51c9dbd8ee6b9da4d15908f4608d1f81f6f21c82e9dab46ad6894fe197
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://littlesvr.ca/asunder/";
+ LICENSE[0]=GPL
+ ENTERED=20071105
+ SHORT="simple GTK+2 CD ripper and encoder"
+cat << EOF
+Asunder is a graphical CD ripper and encoder.
+ * Support for WAV, MP3, Ogg Vorbis, and FLAC audio files * Uses CDDB to
+ name and tag each track * Can encode to multiple formats in one session *
+ Creates M3U playlists * Allows for each track to be by a different artist *
+ Does not require a specific desktop environment
+EOF
diff --git a/audio-soft/asunder/HISTORY b/audio-soft/asunder/HISTORY
new file mode 100644
index 0000000..aff753c
--- /dev/null
+++ b/audio-soft/asunder/HISTORY
@@ -0,0 +1,2 @@
+2007-11-05 Vlad Glagolev <codex AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0efea2bb45d72aafa68af933328cb0bf955197bd), Vlad Glagolev, 11/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page