mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
401acbd54f
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>
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
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 "$@"
|