Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Juuso Alasuutari (22f52448d8d26aeb06b5b03d4911fcaf2c5dcac4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Juuso Alasuutari (22f52448d8d26aeb06b5b03d4911fcaf2c5dcac4)
  • Date: Wed, 9 Aug 2006 06:15:55 -0500

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

ChangeLog | 4 ++++
z-audio/VST23_WARNING | 14 ++++++++++++++
z-audio/vst_sdk2_3/CONFIGURE | 1 +
z-audio/vst_sdk2_3/DETAILS | 2 +-
z-audio/vst_sdk2_3/HISTORY | 5 +++++
5 files changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 22f52448d8d26aeb06b5b03d4911fcaf2c5dcac4
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

Added z-audio/VST23_WARNING about downloading Steinberg VST SDK 2.3
sources, edited vst_sdk2_3 to source it.

diff --git a/ChangeLog b/ChangeLog
index 22cf4c9..48f6a3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * z-audio/VST23_WARNING: Added, message about downloading
+ Steinberg's VST SDK 2.3 sources for spells that require them.
+
2006-08-04 Daniel Goller <morfic AT sourcemage.org>
* z-http/nspluginwrapper: New spell, enabling use of 32bit plugins on
a 64 bit gtk+2 browser

diff --git a/z-audio/VST23_WARNING b/z-audio/VST23_WARNING
new file mode 100755
index 0000000..8e7782e
--- /dev/null
+++ b/z-audio/VST23_WARNING
@@ -0,0 +1,14 @@
+# Special messages with regards to VST 2.3 sources.
+#
+message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the
sources for VST SDK \
+\nversion 2.3 from Steinberg's website: \
+${DEFAULT_COLOR}\n http://www.steinberg.net/532+M52087573ab0.html \
+\n${MESSAGE_COLOR}Put the downloaded file in \
+${DEFAULT_COLOR}/var/spool/sorcery/ \
+${MESSAGE_COLOR}so cast will find it.\n" &&
+
+if ! query "HAVE YOU DOWNLOADED THE SOURCES AND WISH TO CONTINUE CASTING?" n;
+then
+ message "${MESSAGE_COLOR}Please recast when you have the
sources!\n${DEFAULT_COLOR}"
+ return 1
+fi
diff --git a/z-audio/vst_sdk2_3/CONFIGURE b/z-audio/vst_sdk2_3/CONFIGURE
index c8936cb..8d6e954 100755
--- a/z-audio/vst_sdk2_3/CONFIGURE
+++ b/z-audio/vst_sdk2_3/CONFIGURE
@@ -1 +1,2 @@
+. $SECTION_DIRECTORY/VST23_WARNING &&
. $GRIMOIRE/REJECTED_MSG
diff --git a/z-audio/vst_sdk2_3/DETAILS b/z-audio/vst_sdk2_3/DETAILS
index c1f2a41..c15b305 100755
--- a/z-audio/vst_sdk2_3/DETAILS
+++ b/z-audio/vst_sdk2_3/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
ENTERED=20060731
LICENSE[0]=http://www.steinberg.net/532+M52087573ab0.html
ARCHIVE=off
- REJECT="Software has non-Free license. NOTICE: You need to
manually download the source for VST SDK version 2.3 from Steinberg's website
and place it in /var/spool/sorcery/ before spell can be cast"
+ REJECT="Software has non-Free license"
SHORT="Steinberg VST PlugIn Software Development Kit"
cat << EOF
The Steinberg VST PlugIn Software Development Kit headers are required by
some
diff --git a/z-audio/vst_sdk2_3/HISTORY b/z-audio/vst_sdk2_3/HISTORY
index c0989e2..e985390 100644
--- a/z-audio/vst_sdk2_3/HISTORY
+++ b/z-audio/vst_sdk2_3/HISTORY
@@ -1,3 +1,8 @@
+2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: source $SECTION_DIRECTORY/VST23_WARNING for message
+ about downloading sources.
+ * DETAILS: Shorten REJECTED message.
+
2006-07-31 Juuso Alasuutari <iuso AT sourcemage.org>
* BUILD, CONFIGURE, DETAILS, HISTORY, INSTALL, PRE_BUILD:
created spell



  • [SM-Commit] GIT changes to master z-rejected grimoire by Juuso Alasuutari (22f52448d8d26aeb06b5b03d4911fcaf2c5dcac4), Juuso Alasuutari, 08/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page