Skip to Content.
Sympa Menu

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

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 (0d20f7a69e002c7959b897df2e97b6d18b6bfe5f)
  • Date: Sun, 13 Apr 2008 07:14:40 -0500

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

ChangeLog | 3 +++
disk/burncdda/BUILD | 1 +
disk/burncdda/DEPENDS | 16 ++++++++++++++++
disk/burncdda/DETAILS | 17 +++++++++++++++++
disk/burncdda/HISTORY | 2 ++
disk/burncdda/INSTALL | 1 +
disk/burncdda/PRE_BUILD | 4 ++++
7 files changed, 44 insertions(+)

New commits:
commit 0d20f7a69e002c7959b897df2e97b6d18b6bfe5f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

burncdda: new spell, tool for creating audio CDs

diff --git a/ChangeLog b/ChangeLog
index e134bac..c2205c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/burncdda: new spell, tool for creating audio CDs
+
2008-04-12 Eric Sandall <sandalle AT sourcemage.org>
* libs/lockdev: Added a run-time shared library for locking devices
* utils/schroot: Added a user-runable chroot
diff --git a/disk/burncdda/BUILD b/disk/burncdda/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/disk/burncdda/BUILD
@@ -0,0 +1 @@
+true
diff --git a/disk/burncdda/DEPENDS b/disk/burncdda/DEPENDS
new file mode 100755
index 0000000..8706a80
--- /dev/null
+++ b/disk/burncdda/DEPENDS
@@ -0,0 +1,16 @@
+runtime_depends coreutils &&
+runtime_depends CD-BURN-UTILITY &&
+runtime_depends cdrdao &&
+
+suggest_depends mplayer "" "" "for decoding via MPlayer ability" &&
+
+if ! is_depends_enabled $SPELL mplayer; then
+ depends flac
+else
+ suggest_depends flac "" "" "for FLAC decoding support"
+fi &&
+
+suggest_depends vorbis-tools "" "" "for Ogg Vorbis decoding support" &&
+suggest_depends MPG123 "" "" "for MPEG decoding support" &&
+suggest_depends normalize "" "" "for normalization support" &&
+suggest_depends sox "" "" "for MPEG decoding support via SOX"
diff --git a/disk/burncdda/DETAILS b/disk/burncdda/DETAILS
new file mode 100755
index 0000000..00ec69a
--- /dev/null
+++ b/disk/burncdda/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=burncdda
+ VERSION=1.8.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://www.thenktor.homepage.t-online.de/$SPELL/download/$SOURCE
+
SOURCE_HASH=sha512:798d2f6c51005dc87d1214e82cc5b2227bdf34b93b0457382cb0eb86a1426be9e61df5029460b42842cb730b806934447f6adb9ed7e6674e69d4910799b3ee92
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.thenktor.homepage.t-online.de/burncdda/
+ LICENSE[0]=GPL
+ ENTERED=20080413
+ SHORT="tool for creating audio CDs"
+cat << EOF
+burnCDDA is a console frontend to cdrdao, cdrecord, MPlayer, mpg321,
+vorbis-tools, flac and normalize. It can be used to create Audio-CDs from an
+M3U playlist (the playlist format of XMMS and amaroK) or from files inside
+a directory. It supports MP3, OGG Vorbis, FLAC, WMA, M4A and WAV files,
+and it might be the easiest way to copy an audio CD.
+EOF
diff --git a/disk/burncdda/HISTORY b/disk/burncdda/HISTORY
new file mode 100644
index 0000000..99e1e53
--- /dev/null
+++ b/disk/burncdda/HISTORY
@@ -0,0 +1,2 @@
+2008-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/disk/burncdda/INSTALL b/disk/burncdda/INSTALL
new file mode 100755
index 0000000..edb5fcf
--- /dev/null
+++ b/disk/burncdda/INSTALL
@@ -0,0 +1 @@
+DESTDIR=$INSTALL_ROOT ./install.sh
diff --git a/disk/burncdda/PRE_BUILD b/disk/burncdda/PRE_BUILD
new file mode 100755
index 0000000..d9c7f9a
--- /dev/null
+++ b/disk/burncdda/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i "s:/man/:/share/man/:" install.sh



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d20f7a69e002c7959b897df2e97b6d18b6bfe5f), Vlad Glagolev, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page