Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7bf6e786f81dc1001f4f90c0a297b3c47d8f3270)
  • Date: Tue, 1 Jun 2010 04:41:17 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-creation/traverso/BUILD | 4 -
audio-creation/traverso/DEPENDS | 1
audio-creation/traverso/DETAILS | 4 -
audio-creation/traverso/HISTORY | 4 +
audio-creation/traverso/INSTALL | 2
audio-creation/traverso/PRE_BUILD | 3
audio-creation/traverso/traverso-0.42.0-fixes.patch | 77
--------------------
7 files changed, 10 insertions(+), 85 deletions(-)

New commits:
commit 7bf6e786f81dc1001f4f90c0a297b3c47d8f3270
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

traverso: update to 0.49.1

diff --git a/audio-creation/traverso/BUILD b/audio-creation/traverso/BUILD
index 265b037..04584a7 100755
--- a/audio-creation/traverso/BUILD
+++ b/audio-creation/traverso/BUILD
@@ -1,3 +1,3 @@
-/usr/bin/qt4/qmake &&
+export PATH=/usr/bin/qt4:$PATH &&
+cmake . &&
make
-
diff --git a/audio-creation/traverso/DEPENDS b/audio-creation/traverso/DEPENDS
index 5a41980..7e4c3ad 100755
--- a/audio-creation/traverso/DEPENDS
+++ b/audio-creation/traverso/DEPENDS
@@ -1,4 +1,5 @@
depends g++ &&
+depends cmake &&
depends qt4 &&
depends JACK-DRIVER &&
depends alsa-lib &&
diff --git a/audio-creation/traverso/DETAILS b/audio-creation/traverso/DETAILS
index cda2110..8591474 100755
--- a/audio-creation/traverso/DETAILS
+++ b/audio-creation/traverso/DETAILS
@@ -1,8 +1,8 @@
SPELL=traverso
- VERSION=0.42.0
+ VERSION=0.49.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://www.${SPELL}-daw.org/download.html&d=${SOURCE}";
-
SOURCE_HASH=sha512:174f945ec41793cf0bfe366a380ed4610d1a67d23b880a2ecde8d408d044fc39db8077c312bb0b7124c1a90ba89e7cc96ba24cfcf5da6d5530dcbdcd136b9bcc
+
SOURCE_HASH=sha512:93b75a3e911da1422b77ff7e55a40ce008fbbb245b2eacb550cacd66ddbdfc02dc1863878abaa8c9b55ca482c8c9900eda4844a8ea853fa2f582c122273a2c4a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://traverso-daw.org";
LICENSE[0]=GPL
diff --git a/audio-creation/traverso/HISTORY b/audio-creation/traverso/HISTORY
index 5024faf..d9830b5 100644
--- a/audio-creation/traverso/HISTORY
+++ b/audio-creation/traverso/HISTORY
@@ -1,3 +1,7 @@
+2010-06-01 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: update to 0.49.1
+ * PRE_BUILD, traverse-0.42-fixes.patch: removed
+
2008-07-09 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
* traverso-0.42.0-fixes.patch: gcc-4.3 and stuff...
diff --git a/audio-creation/traverso/INSTALL b/audio-creation/traverso/INSTALL
index 6b948a4..ede3cb6 100755
--- a/audio-creation/traverso/INSTALL
+++ b/audio-creation/traverso/INSTALL
@@ -1 +1 @@
-cp traverso "$INSTALL_ROOT/usr/bin"
+cp bin/traverso "$INSTALL_ROOT/usr/bin"
diff --git a/audio-creation/traverso/PRE_BUILD
b/audio-creation/traverso/PRE_BUILD
deleted file mode 100755
index 42974b1..0000000
--- a/audio-creation/traverso/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-patch -Np1 < "$SCRIPT_DIRECTORY/traverso-0.42.0-fixes.patch"
diff --git a/audio-creation/traverso/traverso-0.42.0-fixes.patch
b/audio-creation/traverso/traverso-0.42.0-fixes.patch
deleted file mode 100644
index f980ad9..0000000
--- a/audio-creation/traverso/traverso-0.42.0-fixes.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-Nur in traverso-0.42.0.fix: lib.
-Nur in traverso-0.42.0.fix/src/3rdparty/slv2: build.
-Nur in traverso-0.42.0.fix/src/audiofileio: build.
-Nur in traverso-0.42.0.fix/src/commands: build.
-Nur in traverso-0.42.0.fix/src/commands/plugins/TraversoCommands: build.
-Nur in traverso-0.42.0.fix/src/core: build.
-diff -ru traverso-0.42.0/src/core/ReadSource.cpp
traverso-0.42.0.fix/src/core/ReadSource.cpp
---- traverso-0.42.0/src/core/ReadSource.cpp 2007-12-10 13:51:50.000000000
+0100
-+++ traverso-0.42.0.fix/src/core/ReadSource.cpp 2008-07-10
01:04:57.000000000 +0200
-@@ -31,6 +31,7 @@
- #include "AudioDevice.h"
- #include <QFile>
- #include "Config.h"
-+#include <climits>
-
- // Always put me below _all_ includes, this is needed
- // in case we run with memory leak detection enabled!
-@@ -203,7 +204,7 @@
- }
-
- if (m_silent) {
-- m_length = TimeRef(LONG_LONG_MAX);
-+ m_length = TimeRef(LLONG_MAX);
- m_channelCount = 0;
- m_origBitDepth = 16;
- m_bufferstatus->fillStatus = 100;
-diff -ru traverso-0.42.0/src/core/Song.cpp
traverso-0.42.0.fix/src/core/Song.cpp
---- traverso-0.42.0/src/core/Song.cpp 2007-12-10 13:51:50.000000000 +0100
-+++ traverso-0.42.0.fix/src/core/Song.cpp 2008-07-10 00:58:43.000000000
+0200
-@@ -369,7 +369,7 @@
- m_rendering = true;
- }
-
-- spec->startLocation = LONG_LONG_MAX;
-+ spec->startLocation = LLONG_MAX;
- spec->endLocation = TimeRef();
-
- TimeRef endlocation, startlocation;
-diff -ru traverso-0.42.0/src/core/Track.cpp
traverso-0.42.0.fix/src/core/Track.cpp
---- traverso-0.42.0/src/core/Track.cpp 2007-12-10 13:51:50.000000000 +0100
-+++ traverso-0.42.0.fix/src/core/Track.cpp 2008-07-10 00:58:43.000000000
+0200
-@@ -504,7 +504,7 @@
- return;
-
- endlocation = TimeRef();
-- startlocation = LONG_LONG_MAX;
-+ startlocation = LLONG_MAX;
-
- apill_foreach(AudioClip* clip, AudioClip, m_clips) {
- if (! clip->is_muted() ) {
-Nur in traverso-0.42.0.fix/src/engine: build.
-Nur in traverso-0.42.0.fix/src/plugins: build.
-Nur in traverso-0.42.0.fix/src/traverso: build.
-diff -ru traverso-0.42.0/src/traverso/Main.cpp
traverso-0.42.0.fix/src/traverso/Main.cpp
---- traverso-0.42.0/src/traverso/Main.cpp 2007-12-10 13:51:50.000000000
+0100
-+++ traverso-0.42.0.fix/src/traverso/Main.cpp 2008-07-10 01:14:08.000000000
+0200
-@@ -27,6 +27,7 @@
- #include "Traverso.h"
- #include "Main.h"
- #include "../config.h"
-+#include <cstdlib>
-
- // Always put me below _all_ includes, this is needed
- // in case we run with memory leak detection enabled!
-Nur in traverso-0.42.0.fix/src/traverso/songcanvas: build.
-diff -ru traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp
traverso-0.42.0.fix/src/traverso/songcanvas/TimeLineView.cpp
---- traverso-0.42.0/src/traverso/songcanvas/TimeLineView.cpp 2007-12-10
13:51:50.000000000 +0100
-+++ traverso-0.42.0.fix/src/traverso/songcanvas/TimeLineView.cpp
2008-07-10 01:11:47.000000000 +0200
-@@ -129,7 +129,7 @@
- {
- if (d->bypassjog) {
- int diff = d->jogBypassPos - cpointer().x();
-- if (std::abs(diff) > 15) {
-+ if (diff > 15 || diff < -15) { // perplexed by that std::abs
error
- d->bypassjog = false;
- } else {
- return 0;



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7bf6e786f81dc1001f4f90c0a297b3c47d8f3270), Thomas Orgis, 06/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page