Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b9c1b962cf5b15a6a89a3b47f5bfc2e242527838)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b9c1b962cf5b15a6a89a3b47f5bfc2e242527838)
  • Date: Sun, 17 Sep 2006 12:57:37 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-creation/seq24/DEPENDS | 15 ++++++++++++---
audio-creation/seq24/DETAILS | 28 +++++++++++++---------------
audio-creation/seq24/HISTORY | 8 ++++++++
3 files changed, 33 insertions(+), 18 deletions(-)

New commits:
commit e75869e1efb30a0eec93cd3dcb55f72911e9a554
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

seq24: Updated to 0.8.7 (shame on this not being updated since 2004! :))

diff --git a/audio-creation/seq24/DEPENDS b/audio-creation/seq24/DEPENDS
index ca596e5..6356ae3 100755
--- a/audio-creation/seq24/DEPENDS
+++ b/audio-creation/seq24/DEPENDS
@@ -1,4 +1,13 @@
-depends libsigc++ &&
depends alsa-lib &&
-depends gtkmm &&
-depends fftw2
+depends gtkmm2 &&
+depends g++ &&
+
+optional_depends JACK-DRIVER \
+ "--enable-jack-support" \
+ "--disable-jack-support" \
+ "for JACK driver support" &&
+
+optional_depends lash \
+ "--enable-lash" \
+ "--disable-lash" \
+ "for LASH session management support"
diff --git a/audio-creation/seq24/DETAILS b/audio-creation/seq24/DETAILS
index 8ac36f7..0e7b88d 100755
--- a/audio-creation/seq24/DETAILS
+++ b/audio-creation/seq24/DETAILS
@@ -1,23 +1,21 @@
SPELL=seq24
- VERSION=0.4.4
+ VERSION=0.8.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-SOURCE_URL[0]=http://www.filter24.org/$SPELL/$SOURCE
- MD5[0]=6c3336db0a6d9d5f5a2e2f581df00b7c
+ SOURCE_URL[0]=http://www.filter24.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d3769da7a5a6ab04b9547369074c5bc220f4a57f01f9496c430322b8173c6d217a3fa21f0f6f36a05ab62b8670672e4bc50dc33e49dcb804c8dd54633043351e
WEB_SITE=http://www.filter24.org/seq24/
ENTERED=20040416
- UPDATED=20040416
LICENSE[0]=GPL
- MAINTAINER=unet AT sourcemage.org
- SHORT="Seq24 is a real-time midi sequencer."
+ KEYWORDS="editors audio"
+ SHORT="A minimal loop based midi sequencer."
cat << EOF
-Seq24 is a real-time midi sequencer. It was created to provide a very
-simple interface for editing and playing midi 'loops'. After
-searching for a software based sequencer that would provide the
-functionality needed for a live techno performance, such as the Akai
-MPC line, the Kawai Q80 sequencer, or the popular Alesis MMT-8, I
-found nothing similar in the software realm. I set out to create a
-very minimal sequencer that excludes the bloated features of the
-large software sequencers, and includes a small subset of features
-that I have found usable in performing.
+Seq24 is a minimal loop based midi sequencer for linux. It was created to
+provide a very simple interface for editing and playing midi 'loops'. After
+searching for a software based sequencer that would provide the
functionality
+needed for a live performance, such as the Akai MPC line, the Kawai Q80
+sequencer, or the popular Alesis MMT-8, I found nothing similar in the
+software realm. I set out to create a very minimal sequencer that excludes
+the bloated features of the large software sequencers, and includes a small
+subset of features that I have found usable in performing.
EOF
diff --git a/audio-creation/seq24/HISTORY b/audio-creation/seq24/HISTORY
index 8362af6..ac4bfee 100644
--- a/audio-creation/seq24/HISTORY
+++ b/audio-creation/seq24/HISTORY
@@ -1,3 +1,11 @@
+2006-09-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.8.7, replaced MD5 with SOURCE_HASH,
+ added KEYWORDS, removed UPDATED & MAINTAINER, updated
+ descriptions.
+ * DEPENDS: Added depends g++ and optional_depends JACK-DRIVER &
+ lash, changed depends gtkmm to gtkmm2, removed unneeded
+ libsigc++ & fftw2.
+
2004-05-17 Eric Sandall <eric AT sandall.us>
* DEPENDS: Added dependency on gtkmm (Bug #6865) Thanks to Pavel Fila
Added dependency on libsigc++ as well



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (b9c1b962cf5b15a6a89a3b47f5bfc2e242527838), Juuso Alasuutari, 09/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page