Skip to Content.
Sympa Menu

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

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 (fc1c9f4a62af9959abf8c77e0e0f24648e752201)
  • Date: Sat, 13 Dec 2008 10:26:37 -0600

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

ChangeLog | 5 +++++
audio-creation/klick/BUILD | 1 +
audio-creation/klick/DEPENDS | 7 +++++++
audio-creation/klick/DETAILS | 24 ++++++++++++++++++++++++
audio-creation/klick/HISTORY | 2 ++
audio-creation/klick/INSTALL | 1 +
python-pypi/gtklick/DEPENDS | 4 ++++
python-pypi/gtklick/DETAILS | 20 ++++++++++++++++++++
python-pypi/gtklick/HISTORY | 2 ++
python-pypi/pyliblo/DEPENDS | 2 ++
python-pypi/pyliblo/DETAILS | 17 +++++++++++++++++
python-pypi/pyliblo/HISTORY | 2 ++
12 files changed, 87 insertions(+)

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

klick, gtklick, pyliblo: adding spells

diff --git a/ChangeLog b/ChangeLog
index b921a5d..976c02b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-creation/klick: new spell, metronome for JACK
+ * python-pypi/gtklick: new spell, gtk frontend for klick
+ * python-pypi/pyliblo: new spell, python wrapper for liblo
+
2008-12-12 Eric Sandall <sandalle AT sourcemage.org>
* devel/monodevelop-debugger-mdb: Added Monodevelop Managed Debugger
* devel/monodevelop-debugger-gdb: Added Monodevelop GNU Debugger
diff --git a/audio-creation/klick/BUILD b/audio-creation/klick/BUILD
new file mode 100755
index 0000000..be90a2e
--- /dev/null
+++ b/audio-creation/klick/BUILD
@@ -0,0 +1 @@
+scons "PREFIX=$INSTALL_ROOT/usr"
diff --git a/audio-creation/klick/DEPENDS b/audio-creation/klick/DEPENDS
new file mode 100755
index 0000000..f6fb27e
--- /dev/null
+++ b/audio-creation/klick/DEPENDS
@@ -0,0 +1,7 @@
+depends g++ &&
+depends scons &&
+depends boost &&
+depends libsamplerate &&
+depends libsndfile &&
+depends liblo &&
+depends JACK-DRIVER
diff --git a/audio-creation/klick/DETAILS b/audio-creation/klick/DETAILS
new file mode 100755
index 0000000..2f80985
--- /dev/null
+++ b/audio-creation/klick/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=klick
+ VERSION=0.10.0
+
SOURCE_HASH=sha512:4f381dbe91558df58397da0acdae44b57c44ebfb381163a0236ddee440f1814e1147459d097f398e3e52b369c9aec5e8bc76d373c167142bce12a966f8fcdac4
+ SOURCE=klick-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://das.nasophon.de/download/$SPELL-$VERSION.tar.gz
+ WEB_SITE=http://das.nasophon.de/klick/
+ ENTERED=20081213
+ LICENSE[0]=GPL
+ KEYWORDS="audio"
+ SHORT="command-line based metronome for JACK"
+cat << EOF
+klick is an advanced command-line based metronome for JACK. It allows you to
define
+complex tempo maps for entire songs or performances.
+
+Features:
+- Support for tempo maps, including arbitrary meters, tempo changes,
+ accelerando/ritardando and more.
+- Four built-in sounds (borrowed from Ardour, GTick and FreePats),
+ plus ability to load your own samples.
+- JACK transport sync support (master/slave).
+- Many features can be controlled via OSC.
+- No GUI ;)
+EOF
diff --git a/audio-creation/klick/HISTORY b/audio-creation/klick/HISTORY
new file mode 100644
index 0000000..798a37f
--- /dev/null
+++ b/audio-creation/klick/HISTORY
@@ -0,0 +1,2 @@
+2008-12-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created spell.
diff --git a/audio-creation/klick/INSTALL b/audio-creation/klick/INSTALL
new file mode 100755
index 0000000..b7e83d0
--- /dev/null
+++ b/audio-creation/klick/INSTALL
@@ -0,0 +1 @@
+scons install
diff --git a/python-pypi/gtklick/DEPENDS b/python-pypi/gtklick/DEPENDS
new file mode 100755
index 0000000..4a51bdc
--- /dev/null
+++ b/python-pypi/gtklick/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends klick &&
+depends pyliblo &&
+depends pygtk2
diff --git a/python-pypi/gtklick/DETAILS b/python-pypi/gtklick/DETAILS
new file mode 100755
index 0000000..5b0eb28
--- /dev/null
+++ b/python-pypi/gtklick/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=gtklick
+ VERSION=0.4.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://das.nasophon.de/download/$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:7f78abd4d51408739df87bfc5d1a6cc297bec32ff2cba3e1c4a85c30c152f2001b11cba80c50c100c70ee2d59a2f16de553d7b85987e7166c5ecdb8e7cb2483a
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://das.nasophon.de/gtklick/
+ LICENSE[0]=GPL
+ ENTERED=20081213
+ SHORT="Gtk metronome using klick"
+cat << EOF
+gtklick is a simple metronome with an easy to use GTK interface.
+
+Features:
+- Native support for JACK.
+- Four different sounds to choose from.
+- Arbitrary meters and beat patterns.
+- Speed trainer (gradually getting faster while playing).
+- Profiles can be saved and restored later.
+EOF
diff --git a/python-pypi/gtklick/HISTORY b/python-pypi/gtklick/HISTORY
new file mode 100644
index 0000000..0d8d90b
--- /dev/null
+++ b/python-pypi/gtklick/HISTORY
@@ -0,0 +1,2 @@
+2008-12-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/python-pypi/pyliblo/DEPENDS b/python-pypi/pyliblo/DEPENDS
new file mode 100755
index 0000000..414886a
--- /dev/null
+++ b/python-pypi/pyliblo/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends liblo
diff --git a/python-pypi/pyliblo/DETAILS b/python-pypi/pyliblo/DETAILS
new file mode 100755
index 0000000..cf56be2
--- /dev/null
+++ b/python-pypi/pyliblo/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=pyliblo
+ VERSION=0.7.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://das.nasophon.de/download/$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:fb41219b4afb59e11f1705d2169bb2a27e0951fb3e9f287a25c121488b650a65ee4d78d6d79b3ef776728841f57de52f50a8d1962674362230a1cb6e8f140c51
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://das.nasophon.de/pyliblo/
+ LICENSE[0]=GPL
+ ENTERED=20081213
+ SHORT="Python wrapper for liblo"
+cat << EOF
+pyliblo is a Python wrapper for the liblo OSC library. It supports almost
the complete
+functionality of liblo, allowing you to send and receive OSC messages using
a nice and
+simple Python API.
+
+Also included are the utilities send_osc and dump_osc.
+EOF
diff --git a/python-pypi/pyliblo/HISTORY b/python-pypi/pyliblo/HISTORY
new file mode 100644
index 0000000..0d8d90b
--- /dev/null
+++ b/python-pypi/pyliblo/HISTORY
@@ -0,0 +1,2 @@
+2008-12-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (fc1c9f4a62af9959abf8c77e0e0f24648e752201), Thomas Orgis, 12/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page