freebsd-ports/audio/boodler/files/patch-aa
Pav Lucistnik 401acbd54f Add boodler, 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.

PR:		ports/60744
Submitted by:	Dan Pelleg <daniel+boodler@pelleg.org>
2003-12-31 00:45:42 +00:00

12 lines
346 B
Text

diff -ruN wrapper.orig/boodler wrapper/boodler
--- wrapper.orig/boodler Wed Dec 31 19:00:00 1969
+++ wrapper/boodler Tue Dec 30 14:46:19 2003
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+booroot=/home/USER/boodler
+
+export BOODLER_SOUND_PATH=${booroot}/boodler-snd/
+export BOODLER_EFFECTS_PATH=${booroot}/effects/
+
+python ${booroot}/boodler.py "$@"