Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a5f8c9117f8c8b04e2fd3e24a9dc95bf00caa7d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a5f8c9117f8c8b04e2fd3e24a9dc95bf00caa7d9)
  • Date: Tue, 20 Jun 2006 20:32:29 -0500

GIT changes to master grimoire by Thomas Orgis <thomas AT orgis.org>:

audio-soft/cutmp3/BUILD | 1 +
audio-soft/cutmp3/CONFIGURE | 2 ++
audio-soft/cutmp3/DEPENDS | 4 ++++
audio-soft/cutmp3/DETAILS | 23 +++++++++++++++++++++++
audio-soft/cutmp3/HISTORY | 3 +++
audio-soft/cutmp3/INSTALL | 5 +++++
audio-soft/cutmp3/cutmp3-1.8.6.tar.bz2.sig |binary
gurus.gpg |binary
8 files changed, 38 insertions(+)

New commits:
commit a5f8c9117f8c8b04e2fd3e24a9dc95bf00caa7d9
Merge: 7a0338d27df4cbc41b8723308b764ce58388bdda
33bfeedb241032efe5efab4d62294cd1313c7176
Author: Thomas Orgis <thomas AT orgis.org>
Commit: Thomas Orgis <thomas AT orgis.org>

Merge branch 'master' of ssh://thorgis AT scm.sourcemage.org/smgl/grimoire

commit 7a0338d27df4cbc41b8723308b764ce58388bdda
Author: Thomas Orgis <thomas AT orgis.org>
Commit: Thomas Orgis <thomas AT orgis.org>

still adding spell cutmp3; a small git weirdness...

commit 18a4ea020e81e243bed3f3ce7cdac7b114ed3a3d
Merge: 25922f1604f41c2a9851b0020809b531c8ee706c
ad2d6dbf0fea03642b8d57186be1865b9008f25a
Author: Thomas Orgis <thomas AT orgis.org>
Commit: Thomas Orgis <thomas AT orgis.org>

Merge branch 'master' of ssh://thorgis AT scm.sourcemage.org/smgl/grimoire

commit 25922f1604f41c2a9851b0020809b531c8ee706c
Author: Thomas Orgis <thomas AT orgis.org>
Commit: Thomas Orgis <thomas AT orgis.org>

added spell cutmp3, a small program to cut mp3s

commit f80e1170d09718254f503be3c71f9a0a17723e8a
Author: Thomas Orgis <thomas AT orgis.org>
Commit: Thomas Orgis <thomas AT orgis.org>

added gpg sign key for sobukus AT sourcemage.org

diff --git a/audio-soft/cutmp3/BUILD b/audio-soft/cutmp3/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-soft/cutmp3/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-soft/cutmp3/CONFIGURE b/audio-soft/cutmp3/CONFIGURE
new file mode 100755
index 0000000..7eead1e
--- /dev/null
+++ b/audio-soft/cutmp3/CONFIGURE
@@ -0,0 +1,2 @@
+true
+
diff --git a/audio-soft/cutmp3/DEPENDS b/audio-soft/cutmp3/DEPENDS
new file mode 100755
index 0000000..901640b
--- /dev/null
+++ b/audio-soft/cutmp3/DEPENDS
@@ -0,0 +1,4 @@
+depends readline &&
+depends ncurses &&
+suggest_depends MPG123 "" "" "for playback (runtime)" &&
+optional_depends kdebase "kde" "" "install konqueror servicemenu entry"
diff --git a/audio-soft/cutmp3/DETAILS b/audio-soft/cutmp3/DETAILS
new file mode 100755
index 0000000..a556c2d
--- /dev/null
+++ b/audio-soft/cutmp3/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=cutmp3
+ VERSION=1.8.6
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.puchalla-online.de/$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://www.puchalla-online.de/$SPELL.html
+ ENTERED=20060620
+ UPDATED=20060620
+ LICENSE[0]="GPL"
+ BUILD_API=2
+ SHORT="Cutmp3 is a nifty tool for cutting mp3s."
+cat << EOF
+cutmp3 is a small and fast command line MP3 editor.
+It lets you select sections of an MP3 interactively or via a timetable
+and save them to separate files without quality loss.
+It uses mpg123 for playback and works with VBR files and even with
+files bigger than 2GB.
+Other features are configurable silence seeking and ID3 tag seeking,
+which are useful for concatenated mp3s.
+...and if you don't want to cut them, you can also just query some
+technical details about your mp3s (like the _real_ length of vbr files).
+EOF
diff --git a/audio-soft/cutmp3/HISTORY b/audio-soft/cutmp3/HISTORY
new file mode 100644
index 0000000..2ced0a6
--- /dev/null
+++ b/audio-soft/cutmp3/HISTORY
@@ -0,0 +1,3 @@
+2006-06-20 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, CONFIGURE, cutmp3-1.8.6.tar.bz2.sig, DEPENDS, DETAILS,
+ HISTORY, INSTALL: created the spell
diff --git a/audio-soft/cutmp3/INSTALL b/audio-soft/cutmp3/INSTALL
new file mode 100755
index 0000000..2b4a3fc
--- /dev/null
+++ b/audio-soft/cutmp3/INSTALL
@@ -0,0 +1,5 @@
+{
+ list_find $OPTS kde ||
+ sedit 's/^\(\s\+\)\(.*servicemenus.*\)$/\1#\2/' Makefile
+} &&
+make PREFIX=${INSTALL_ROOT}/usr install
diff --git a/audio-soft/cutmp3/cutmp3-1.8.6.tar.bz2.sig
b/audio-soft/cutmp3/cutmp3-1.8.6.tar.bz2.sig
new file mode 100644
index 0000000..e178e39
Binary files /dev/null and b/audio-soft/cutmp3/cutmp3-1.8.6.tar.bz2.sig differ
diff --git a/gurus.gpg b/gurus.gpg
index 885c3a8..095819e 100644
Binary files a/gurus.gpg and b/gurus.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a5f8c9117f8c8b04e2fd3e24a9dc95bf00caa7d9), Thomas Orgis, 06/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page