Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (7d028f581ccd21c74800f90d72f3269a626f6e1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (7d028f581ccd21c74800f90d72f3269a626f6e1d)
  • Date: Wed, 16 May 2007 08:43:20 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ChangeLog | 4 ++++
audio-plugins/xmms-mp3cue/BUILD | 3 +++
audio-plugins/xmms-mp3cue/DEPENDS | 1 +
audio-plugins/xmms-mp3cue/DETAILS | 22 ++++++++++++++++++++++
audio-plugins/xmms-mp3cue/HISTORY | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit 7d028f581ccd21c74800f90d72f3269a626f6e1d
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

xmms-mp3cue: new spell, xmms plugin for cue file support

diff --git a/ChangeLog b/ChangeLog
index 3fd18c3..4d649dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-16 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * audio-plugins/xmms-mp3cue: new spell, xmms plugin for cue file
+ support
+
2007-05-15 Ladislav Hagara <hgr AT vabo.cz>
* video-libs/unicap: new spell, a video capture library
* video/ucview: new, a video image capture and recording application
diff --git a/audio-plugins/xmms-mp3cue/BUILD b/audio-plugins/xmms-mp3cue/BUILD
new file mode 100755
index 0000000..e63a4f3
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/BUILD
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+sedit 's#^\(CPPFLAGS *=.*\)$#\1 -fPIC#' Makefile.in &&
+default_build
diff --git a/audio-plugins/xmms-mp3cue/DEPENDS
b/audio-plugins/xmms-mp3cue/DEPENDS
new file mode 100755
index 0000000..766630c
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/DEPENDS
@@ -0,0 +1 @@
+depends xmms
diff --git a/audio-plugins/xmms-mp3cue/DETAILS
b/audio-plugins/xmms-mp3cue/DETAILS
new file mode 100755
index 0000000..3267a6c
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=xmms-mp3cue
+ VERSION=0.94
+ SOURCE="XMMS-mp3cue-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://brianvictor.tripod.com/${SOURCE}
+
SOURCE_HASH=sha512:47d4f2b709de5e4115c28eb6cd167b585b8bffe8d0b490b9fa7bfb1c08a1bf5d0a6b71171d588991728348a4c140141d404478aaca78cfa4b8fab24217eec07d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/XMMS-mp3cue-${VERSION}"
+ WEB_SITE="http://brianvictor.tripod.com/mp3cue.htm";
+ LICENSE[0]=GPL
+ ENTERED=20070516
+ SHORT="Xmms plugin for cue file support"
+cat << EOF
+XMMS mp3cue adds cue file support to XMMS.
+
+Cue files store information (Artist, Title, Time) describing smaller tracks
+within a large audio file.
+mp3cue allows you to easily manipulate these cue files; and more importantly,
+it presents you with a separate playlist composed from the cue information
+which you can use to easily navigate to any of the smaller tracks in the
audio
+file, just like a normal playlist. You can also save this cue information
+within an ID3v2 tag (if the audio file is an mp3), eliminating the need for
+an external cue file.
+EOF
diff --git a/audio-plugins/xmms-mp3cue/HISTORY
b/audio-plugins/xmms-mp3cue/HISTORY
new file mode 100644
index 0000000..d72b886
--- /dev/null
+++ b/audio-plugins/xmms-mp3cue/HISTORY
@@ -0,0 +1,2 @@
+2007-05-16 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page