Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9fb60d3a9a31b4f77df281ac70ef38858df568d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9fb60d3a9a31b4f77df281ac70ef38858df568d1)
  • Date: Sun, 16 Mar 2008 17:46:50 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

python-pypi/boodler/DEPENDS | 9 +++++++++
python-pypi/boodler/DETAILS | 29 +++++++++++++++++++++++++++++
python-pypi/boodler/HISTORY | 4 ++++
3 files changed, 42 insertions(+)

New commits:
commit 996af3356be2474ad6f7a6875aadd1fe43b5d6b7
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

python-pypi/boodler: new spell

diff --git a/python-pypi/boodler/DEPENDS b/python-pypi/boodler/DEPENDS
new file mode 100755
index 0000000..c51fc84
--- /dev/null
+++ b/python-pypi/boodler/DEPENDS
@@ -0,0 +1,9 @@
+depends python &&
+optional_depends alsa-lib \
+ "" \
+ "" \
+ "To enable ALSA sound output" &&
+optional_depends esound \
+ "" \
+ "" \
+ "To enable sound output via the Enlightened Sound Daemon"
diff --git a/python-pypi/boodler/DETAILS b/python-pypi/boodler/DETAILS
new file mode 100755
index 0000000..242bf35
--- /dev/null
+++ b/python-pypi/boodler/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=boodler
+ VERSION=1.6.1
+ SOURCE="Boodler-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.eblong.com/zarf/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:0702c4c69bbc394b7f6be68c4551b7bca228a5485ef2f17903c89b322a9176eceb97dcfe5030a418507e7d4be6ec74d9f9a78a5ccdf91aeee65f6daf5bb26763
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Boodler-${VERSION}"
+ WEB_SITE="http://www.eblong.com/zarf/boodler/";
+ LICENSE[0]=LGPL
+ LICENSE[1]=GPL
+ LICENSE[2]=PublicDomain
+ ENTERED=20080316
+ KEYWORDS="python audio-creation"
+ SHORT="A tool for creating soundscapes -- infinitely varying
streams of sound."
+cat << EOF
+Boodler is a tool for creating soundscapes -- continuous, infinitely varying
+streams of sound. Boodler is designed to run in the background on a computer,
+maintaining whatever sound environment you desire.
+
+Boodler is extensible, customizable, and modular. Each soundscape is a
+small piece of Python code -- typically less than a page. A soundscape can
+incorporate other soundscapes; it can combine other soundscapes, switch
+between them, fade them in and out. This package comes with many example
+soundscapes. You can use these, modify them, combine them to arbitrary levels
+of complexity, or write your own.
+
+Note that a sound library is not included. A large collection of sounds
+released under mixed licences (mostly free for non-commercial use) is
+available from http://www.eblong.com/zarf/boodler/
+EOF
diff --git a/python-pypi/boodler/HISTORY b/python-pypi/boodler/HISTORY
new file mode 100644
index 0000000..c92de1e
--- /dev/null
+++ b/python-pypi/boodler/HISTORY
@@ -0,0 +1,4 @@
+2008-03-16 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS, DETAILS, HISTORY: spell created
+ * Not sure if the example soundscapes are being installed.
+




Archive powered by MHonArc 2.6.24.

Top of Page