Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (406066228e4e464d913f8988d9f9121363bb0811)
  • Date: Mon, 3 Dec 2007 05:00:10 -0600

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

ChangeLog | 3 +++
audio-creation/ghostess/BUILD | 2 ++
audio-creation/ghostess/CONFIGURE | 4 ++++
audio-creation/ghostess/DEPENDS | 16 ++++++++++++++++
audio-creation/ghostess/DETAILS | 18 ++++++++++++++++++
audio-creation/ghostess/HISTORY | 2 ++
6 files changed, 45 insertions(+)

New commits:
commit 406066228e4e464d913f8988d9f9121363bb0811
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ghostess: New spell, a DSSI plugin host.

diff --git a/ChangeLog b/ChangeLog
index 3a40fde..2703e0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-creation/ghostess: New spell, a DSSI plugin host.
+
2007-12-03 Vlad Glagolev <stealth AT sourcemage.org>
* xfce/xfce4-dict-plugin: new spell, query a dictionary server
from the xfce4 panel
diff --git a/audio-creation/ghostess/BUILD b/audio-creation/ghostess/BUILD
new file mode 100755
index 0000000..fc7b621
--- /dev/null
+++ b/audio-creation/ghostess/BUILD
@@ -0,0 +1,2 @@
+OPTS="--disable-dependency-tracking $GHOSTESS_JACKMIDI $OPTS" \
+default_build
diff --git a/audio-creation/ghostess/CONFIGURE
b/audio-creation/ghostess/CONFIGURE
new file mode 100755
index 0000000..95aab60
--- /dev/null
+++ b/audio-creation/ghostess/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option GHOSTESS_JACKMIDI \
+ "Build with JACK MIDI support?" y \
+ "--with-jackmidi" \
+ "--without-jackmidi"
diff --git a/audio-creation/ghostess/DEPENDS b/audio-creation/ghostess/DEPENDS
new file mode 100755
index 0000000..f97327f
--- /dev/null
+++ b/audio-creation/ghostess/DEPENDS
@@ -0,0 +1,16 @@
+depends pkgconfig &&
+depends liblo &&
+depends dssi &&
+depends ladspa &&
+depends alsa-lib &&
+depends JACK-DRIVER &&
+
+optional_depends gtk+2 \
+ "--with-gtk2" \
+ "--without-gtk2" \
+ "to use GTK+ 2.0 instead of 1.0" &&
+
+if ! is_depends_enabled $SPELL gtk+2
+then
+ depends gtk+
+fi
diff --git a/audio-creation/ghostess/DETAILS b/audio-creation/ghostess/DETAILS
new file mode 100755
index 0000000..89fdec4
--- /dev/null
+++ b/audio-creation/ghostess/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ghostess
+ VERSION=20061127
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://home.jps.net/~musound/$SOURCE
+
SOURCE_HASH=sha512:af6250eeefae025d926b9177fd490c9d5f0fd3ca22c040dff5332259f150f0f3b17bf808749cb1aace2f79f3821bea9124ddaeee2ccfc7900fcafb189bcf8673
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://home.jps.net/~musound/
+ LICENSE[0]=GPL
+ ENTERED=20071203
+ KEYWORDS="editors audio"
+ SHORT="A GUI host for DSSI plugins."
+cat << EOF
+A graphical DSSI host, based on jack-dssi-host, but capable of saving and
+restoring plugin configuration, as well as specifying MIDI channels and
+layering synths. Ghostess comes with a universal DSSI GUI, which attempts
+to provide GUI services for any DSSI or LADSPA plugin, and may be used with
+any DSSI host.
+EOF
diff --git a/audio-creation/ghostess/HISTORY b/audio-creation/ghostess/HISTORY
new file mode 100644
index 0000000..3174027
--- /dev/null
+++ b/audio-creation/ghostess/HISTORY
@@ -0,0 +1,2 @@
+2007-12-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFIGURE, BUILD, HISTORY: Created spell.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (406066228e4e464d913f8988d9f9121363bb0811), Juuso Alasuutari, 12/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page