Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jason Flatt (67b84790d66a6d552238ed67983505b2d7b7fd06)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jason Flatt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jason Flatt (67b84790d66a6d552238ed67983505b2d7b7fd06)
  • Date: Mon, 24 Jul 2006 11:21:51 -0500

GIT changes to master grimoire by Jason Flatt <jflatt AT sourcemage.org>:

audio-libs/tse3/DEPENDS | 2
audio-libs/tse3/DETAILS | 6 -
audio-libs/tse3/HISTORY | 7 +
audio-libs/tse3/PRE_BUILD | 3
audio-libs/tse3/tse3-0.2.7-gcc340.patch | 150
--------------------------------
audio-libs/tse3/tse3-0.3.1.tar.gz.sig |binary
6 files changed, 11 insertions(+), 157 deletions(-)

New commits:
commit 67b84790d66a6d552238ed67983505b2d7b7fd06
Author: Jason Flatt <jflatt AT sourcemage.org>
Commit: Jason Flatt <jflatt AT sourcemage.org>

Version bump and fix for bug # 11340.

diff --git a/audio-libs/tse3/DEPENDS b/audio-libs/tse3/DEPENDS
index 7b9668d..9db0cb8 100755
--- a/audio-libs/tse3/DEPENDS
+++ b/audio-libs/tse3/DEPENDS
@@ -1,2 +1,2 @@
-depends g++ &&
+depends gcc34 &&
depends mktemp
diff --git a/audio-libs/tse3/DETAILS b/audio-libs/tse3/DETAILS
index 291bb3d..1f775da 100755
--- a/audio-libs/tse3/DETAILS
+++ b/audio-libs/tse3/DETAILS
@@ -1,14 +1,14 @@
SPELL=tse3
- VERSION=0.2.7
+ VERSION=0.3.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- MD5[0]=1e0d30652b197f7548e4f073af06ead8
+ GCC_VERSION=3.4
WEB_SITE=http://tse3.sourceforge.net/
ENTERED=20020417
UPDATED=20020417
LICENSE[0]=GPL
- BUILD_API=2
SHORT="Powerful open source sequencer engine written in C++"
cat << EOF
TSE3 is a powerful open source sequencer engine written in C++. It is a
'sequencer engine' because it provides the actual driving force elements of a
sequencer but provides no form of user interface. Sequencer applications or
multimedia presentation packages will incorporate the TSE3 libraries to
provide a user with MIDI sequencing facilities.
diff --git a/audio-libs/tse3/HISTORY b/audio-libs/tse3/HISTORY
index 15fc084..7b048c8 100644
--- a/audio-libs/tse3/HISTORY
+++ b/audio-libs/tse3/HISTORY
@@ -1,3 +1,10 @@
+2006-07-24 Jason Flatt <jflatt AT sourcemage.org>
+ * DEPENDS, DETAILS: Forced GCC version to be 3.4.
+ * DETAILS: Version bump from 0.2.7 to 0.3.1.
+ Removed BUILD_API=2 as the grimoire is now API 2.
+ Changed MD5 t0 SOURCE_GPG.
+ * PRE_BUILD, tse3-0.2.7-gcc340.patch: Removed - no longer necessary.
+
2005-03-17 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.2.7
Added BUILD_API=2
diff --git a/audio-libs/tse3/PRE_BUILD b/audio-libs/tse3/PRE_BUILD
deleted file mode 100755
index 1f84f5b..0000000
--- a/audio-libs/tse3/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/tse3-0.2.7-gcc340.patch
diff --git a/audio-libs/tse3/tse3-0.2.7-gcc340.patch
b/audio-libs/tse3/tse3-0.2.7-gcc340.patch
deleted file mode 100644
index 3cc8052..0000000
--- a/audio-libs/tse3/tse3-0.2.7-gcc340.patch
+++ /dev/null
@@ -1,150 +0,0 @@
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/Midi.h tse3-0.2.7.doj/src/tse3/Midi.h
---- tse3-0.2.7/src/tse3/Midi.h Sun Jul 28 17:17:07 2002
-+++ tse3-0.2.7.doj/src/tse3/Midi.h Thu Jul 8 11:34:35 2004
-@@ -817,8 +817,8 @@
- }
- private:
- const MidiEvent &e1;
- };
- };
--};
-+}
-
- #endif
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/Mutex.h tse3-0.2.7.doj/src/tse3/Mutex.h
---- tse3-0.2.7/src/tse3/Mutex.h Sun Jul 28 17:17:08 2002
-+++ tse3-0.2.7.doj/src/tse3/Mutex.h Thu Jul 8 12:14:04 2004
-@@ -313,9 +313,9 @@
- #ifndef TSE3_WITHOUT_MUTEX
- Mutex::mutex()->unlock();
- #endif
- }
- };
-- };
-+ }
- }
-
- #endif
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/Notifier.h tse3-0.2.7.doj/src/tse3/Notifier.h
---- tse3-0.2.7/src/tse3/Notifier.h Tue Aug 20 16:59:15 2002
-+++ tse3-0.2.7.doj/src/tse3/Notifier.h Thu Jul 8 11:35:12 2004
-@@ -288,11 +288,11 @@
- const p2_type &p2;
- const p3_type &p3;
- const p4_type &p4; //
(*)
- };
-
-- };
-+ }
-
-
/**************************************************************************
- * Public Notifier framework API
-
*************************************************************************/
-
-@@ -365,11 +365,11 @@
- /**
- * The type of @ref Listener that this Notifier class works
with.
- */
- typedef Listener<interface_type> listener_type;
-
-- friend class listener_type;
-+ friend class Listener<interface_type>;
-
- protected:
-
- /**
- * Creates a Notifier with no listeners.
-@@ -572,10 +572,12 @@
- /**
- * The type of @ref Notifier class this listener works with.
- */
- typedef Notifier<interface_type> notifier_type;
-
-+ friend class Notifier<interface_type>;
-+
- /**
- * Attaches this Listener to @p notifier.
- *
- * You can only attach to a @ref Notifer object once - any
- * subsequent attempt to attach to it results in nothing
happening;
-@@ -599,12 +601,10 @@
- */
- void detachFrom(notifier_type *notifier)
- {
- if (notifiers.erase(notifier)) notifier->detach(this);
- }
--
-- friend class notifier_type;
-
- protected:
-
- /**
- * Creates a new Listener which is not attached to any
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/app/Application.h
tse3-0.2.7.doj/src/tse3/app/Application.h
---- tse3-0.2.7/src/tse3/app/Application.h Sun Jul 28 17:17:09 2002
-+++ tse3-0.2.7.doj/src/tse3/app/Application.h Thu Jul 8 12:11:22 2004
-@@ -33,16 +33,16 @@
- class PresetColours;
-
- namespace Cmd
- {
- class CommandHistory;
-- };
-+ }
-
- namespace Ins
- {
- class Destination;
-- };
-+ }
-
- /**
- * The App namespace contains classes that use the @ref TSE3
- * API, and provide a level of application support - including
facilities
- * such as choices file saving.
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/app/Record.h tse3-0.2.7.doj/src/tse3/app/Record.h
---- tse3-0.2.7/src/tse3/app/Record.h Sun Jul 28 17:17:09 2002
-+++ tse3-0.2.7.doj/src/tse3/app/Record.h Thu Jul 8 12:11:22 2004
-@@ -34,11 +34,11 @@
- class MidiScheduler;
-
- namespace Cmd
- {
- class CommandHistory;
-- };
-+ }
-
- namespace App
- {
- /**
- * This class provides help using the @ref Transport object's record
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/plt/Arts.cpp tse3-0.2.7.doj/src/tse3/plt/Arts.cpp
---- tse3-0.2.7/src/tse3/plt/Arts.cpp Tue Oct 22 15:16:45 2002
-+++ tse3-0.2.7.doj/src/tse3/plt/Arts.cpp Thu Jul 8 11:39:49 2004
-@@ -72,11 +72,11 @@
- }
- };
-
- ArtsCommon *artsCommon = 0;
- int artsCommonInit = 0;
--};
-+}
-
-
- ArtsMidiScheduler::ArtsMidiScheduler()
- {
- if(!artsCommonInit) { assert(!artsCommon); artsCommon = new
ArtsCommon(); }
-diff -u -U 5 -r --new-file -x *~ -X /tmp/diffexclude
tse3-0.2.7/src/tse3/util/MulDiv.h tse3-0.2.7.doj/src/tse3/util/MulDiv.h
---- tse3-0.2.7/src/tse3/util/MulDiv.h Sun Jul 28 17:17:13 2002
-+++ tse3-0.2.7.doj/src/tse3/util/MulDiv.h Thu Jul 8 11:35:41 2004
-@@ -32,9 +32,9 @@
- * @param num Numerator
- * @param div Divisor
- * @return val * num / div (which coped with integer overflows)
- */
- extern int muldiv(int val, int num, int div);
-- };
-+ }
- }
-
- #endif
diff --git a/audio-libs/tse3/tse3-0.3.1.tar.gz.sig
b/audio-libs/tse3/tse3-0.3.1.tar.gz.sig
new file mode 100644
index 0000000..de45180
Binary files /dev/null and b/audio-libs/tse3/tse3-0.3.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Jason Flatt (67b84790d66a6d552238ed67983505b2d7b7fd06), Jason Flatt, 07/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page