Skip to Content.
Sympa Menu

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

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 (7982fb3bb46e479e6adc034fab43e761073a4937)
  • Date: Sun, 3 Sep 2006 03:29:53 -0500

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

ChangeLog | 1 +
audio-creation/om-synth/DEPENDS | 1 +
audio-creation/om-synth/HISTORY | 3 +++
audio-plugins/omins/DEPENDS | 1 +
audio-plugins/omins/DETAILS | 17 +++++++++++++++++
audio-plugins/omins/HISTORY | 2 ++
gnome2-libs/flowcanvas/DEPENDS | 1 +
gnome2-libs/flowcanvas/HISTORY | 3 +++
8 files changed, 29 insertions(+)

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

omins: New spell, collection of LADSPA plugins.

commit 057267f34abaf71f0daf79fa3a7d1dc9a3c1efaf
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

flowcanvas & om-synth: Added missing g++ depends.

diff --git a/ChangeLog b/ChangeLog
index bf17fa3..06889ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
* gnome2-libs/flowcanvas: New spell, Gnomecanvasmm widget.
* audio-creation/om-synth: New spell, modular soft synth.
+ * audio-plugins/omins: New spell, collection of LADSPA plugins.

2006-09-01 Alexander Tsamutali <astsmtl AT gmail.com>
* net/tcptraceroute: New spell, traceroute using TCP
diff --git a/audio-creation/om-synth/DEPENDS b/audio-creation/om-synth/DEPENDS
index 7f52b59..1deb7d8 100755
--- a/audio-creation/om-synth/DEPENDS
+++ b/audio-creation/om-synth/DEPENDS
@@ -1,3 +1,4 @@
+depends g++ &&
depends liblo &&
depends flowcanvas &&
depends JACK-DRIVER &&
diff --git a/audio-creation/om-synth/HISTORY b/audio-creation/om-synth/HISTORY
index 9e6894a..ed94d3a 100644
--- a/audio-creation/om-synth/HISTORY
+++ b/audio-creation/om-synth/HISTORY
@@ -1,2 +1,5 @@
2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added depends g++.
+
+2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/audio-plugins/omins/DEPENDS b/audio-plugins/omins/DEPENDS
new file mode 100755
index 0000000..d6c8a6d
--- /dev/null
+++ b/audio-plugins/omins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
diff --git a/audio-plugins/omins/DETAILS b/audio-plugins/omins/DETAILS
new file mode 100755
index 0000000..69825c5
--- /dev/null
+++ b/audio-plugins/omins/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=omins
+ VERSION=0.2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/om-synth/$SOURCE
+
SOURCE_HASH=sha512:ef6725dd1f1be9d33056b51d22d62ab62c614ed0b1027072d291937bea891c6b81b5182a2be561526f1c221c2fa7f8b852c58a87e2f0f9662b7092d716f4b54d
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.nongnu.org/om-synth/omins.html
+ LICENSE[0]=GPL
+ ENTERED=20060903
+ SHORT="A collection of LADSPA plugins geared at modular
synthesizers."
+cat << EOF
+Omins is a collection of LADSPA plugins geared at modular synthesizers.
+
+The name comes from Om, but these plugins are not Om specific in any way,
+and Om does not require them. However most (not all) of them are only really
+useful in modular systems.
+EOF
diff --git a/audio-plugins/omins/HISTORY b/audio-plugins/omins/HISTORY
new file mode 100644
index 0000000..b9e10be
--- /dev/null
+++ b/audio-plugins/omins/HISTORY
@@ -0,0 +1,2 @@
+2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/gnome2-libs/flowcanvas/DEPENDS b/gnome2-libs/flowcanvas/DEPENDS
index 1a2f0ec..217bd61 100755
--- a/gnome2-libs/flowcanvas/DEPENDS
+++ b/gnome2-libs/flowcanvas/DEPENDS
@@ -1,2 +1,3 @@
+depends g++ &&
depends gtkmm2 &&
depends libgnomecanvasmm
diff --git a/gnome2-libs/flowcanvas/HISTORY b/gnome2-libs/flowcanvas/HISTORY
index 9e6894a..ed94d3a 100644
--- a/gnome2-libs/flowcanvas/HISTORY
+++ b/gnome2-libs/flowcanvas/HISTORY
@@ -1,2 +1,5 @@
2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added depends g++.
+
+2006-09-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, HISTORY: created spell



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

Archive powered by MHonArc 2.6.24.

Top of Page