Skip to Content.
Sympa Menu

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

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 (a50bc8ce9dd7f6d96dbf920eebefeec91d52d039)
  • Date: Sun, 2 Feb 2014 02:46:58 -0600

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

audio-creation/seq24/DEPENDS | 9 +++++----
audio-creation/seq24/DETAILS | 12 ++++++------
audio-creation/seq24/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 10 deletions(-)

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

seq24: => 0.9.2

diff --git a/audio-creation/seq24/DEPENDS b/audio-creation/seq24/DEPENDS
index 5275b1a..914e54d 100755
--- a/audio-creation/seq24/DEPENDS
+++ b/audio-creation/seq24/DEPENDS
@@ -1,10 +1,11 @@
depends alsa-lib &&
depends gtkmm2 &&
-depends -sub CXX gcc &&
+depends libsigc++3 &&
+depends -sub CXX gcc &&

-optional_depends JACK-DRIVER \
- "--enable-jack-support" \
- "--disable-jack-support" \
+optional_depends JACK-DRIVER \
+ "--enable-jack" \
+ "--disable-jack" \
"for JACK driver support" &&

optional_depends lash \
diff --git a/audio-creation/seq24/DETAILS b/audio-creation/seq24/DETAILS
index 0e7b88d..d55d264 100755
--- a/audio-creation/seq24/DETAILS
+++ b/audio-creation/seq24/DETAILS
@@ -1,14 +1,14 @@
SPELL=seq24
- VERSION=0.8.7
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.filter24.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d3769da7a5a6ab04b9547369074c5bc220f4a57f01f9496c430322b8173c6d217a3fa21f0f6f36a05ab62b8670672e4bc50dc33e49dcb804c8dd54633043351e
+ VERSION=0.9.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://launchpad.net/$SPELL/trunk/$VERSION/+download/$SOURCE
+
SOURCE_HASH=sha512:31e57c7fafbccf85a69229674d3bcfb86e2fa9b2f095b50fd59a44673896edc5c4f9dd97585923cee9129bc8619ac6eb33274241271cdcc56732c920d4106ec8
WEB_SITE=http://www.filter24.org/seq24/
ENTERED=20040416
LICENSE[0]=GPL
KEYWORDS="editors audio"
- SHORT="A minimal loop based midi sequencer."
+ SHORT="minimal loop based midi sequencer"
cat << EOF
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
diff --git a/audio-creation/seq24/HISTORY b/audio-creation/seq24/HISTORY
index cf578e6..9f37b88 100644
--- a/audio-creation/seq24/HISTORY
+++ b/audio-creation/seq24/HISTORY
@@ -1,3 +1,8 @@
+2014-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.2; renewed source url, source
extension;
+ quoting paths
+ * DEPENDS: added missing required dependency; fixed JACK configure
flags
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a50bc8ce9dd7f6d96dbf920eebefeec91d52d039), Vlad Glagolev, 02/02/2014

Archive powered by MHonArc 2.6.24.

Top of Page