Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2553dd02d3993969941ba2349f64cb0b6b5395ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2553dd02d3993969941ba2349f64cb0b6b5395ad)
  • Date: Mon, 17 Nov 2014 09:05:42 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-creation/amsynth/BUILD | 2 +-
audio-creation/amsynth/CONFIGURE | 21 +++++++++++++++++----
audio-creation/amsynth/DEPENDS | 5 +++++
audio-creation/amsynth/DETAILS | 11 +++++------
audio-creation/amsynth/HISTORY | 7 +++++++
audio-creation/amsynth/INSTALL | 3 ---
audio-creation/amsynth/PRE_BUILD | 4 ----
7 files changed, 35 insertions(+), 18 deletions(-)

New commits:
commit 2553dd02d3993969941ba2349f64cb0b6b5395ad
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

amsynth: => 1.5.1

diff --git a/audio-creation/amsynth/BUILD b/audio-creation/amsynth/BUILD
index dd6f775..ef2d5c5 100755
--- a/audio-creation/amsynth/BUILD
+++ b/audio-creation/amsynth/BUILD
@@ -1,5 +1,5 @@
OPTS="--disable-dependency-tracking \
- $AMSYNTH_OSS \
+ $AMSYNTH_OPTS \
$OPTS" &&

default_build
diff --git a/audio-creation/amsynth/CONFIGURE
b/audio-creation/amsynth/CONFIGURE
index 337e923..7410493 100755
--- a/audio-creation/amsynth/CONFIGURE
+++ b/audio-creation/amsynth/CONFIGURE
@@ -1,4 +1,17 @@
-config_query_option AMSYNTH_OSS \
- "Enable OSS support?" y \
- "--with-oss" \
- "--without-oss"
+# backporting legacy option
+if [[ -n "$AMSYNTH_OSS" ]]; then
+ persistent_add AMSYNTH_OPTS &&
+ AMSYNTH_OPTS="$AMSYNTH_OSS" &&
+ persistent_remove AMSYNTH_OSS
+fi &&
+
+config_query_option AMSYNTH_OPTS "Enable OSS support?" y \
+ "--with-oss" \
+ "--without-oss" &&
+
+message "${MESSAGE_COLOR}NOTICE: option below requires binary to be" &&
+message "installed as root with suid bit enabled${DEFAULT_COLOR}" &&
+
+config_query_option AMSYNTH_OPTS "Use the Linux SCHED_FIFO scheduler to
improve performance?" n \
+ "--enable-realtime" \
+ "--disable-realtime"
diff --git a/audio-creation/amsynth/DEPENDS b/audio-creation/amsynth/DEPENDS
index 2219905..0285bb0 100755
--- a/audio-creation/amsynth/DEPENDS
+++ b/audio-creation/amsynth/DEPENDS
@@ -23,6 +23,11 @@ optional_depends -sub HOST dssi \
"--without-dssi" \
"to build DSSI plugin" &&

+optional_depends lv2 \
+ "--with-lv2" \
+ "--without-lv2" \
+ "to build LV2 plugin" &&
+
optional_depends libsndfile \
"--with-sndfile" \
"--without-sndfile" \
diff --git a/audio-creation/amsynth/DETAILS b/audio-creation/amsynth/DETAILS
index 1a4cb32..7900ddd 100755
--- a/audio-creation/amsynth/DETAILS
+++ b/audio-creation/amsynth/DETAILS
@@ -1,10 +1,9 @@
SPELL=amsynth
- SPELLX=amSynth
- VERSION=1.3.2
- SOURCE=$SPELLX-$VERSION.tar.gz
- SOURCE_URL[0]=http://amsynth.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:c5f312fd1fa5335ccd2c1e7a81a7c0f9094faabec633fe654f04650e5604bb6d05f1348f6ce3c305e840692e2012ac9501ca83f5e5018a0218d9c35a99678e80
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ VERSION=1.5.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=https://github.com/nixxcode/amsynth/releases/download/release-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:14d3310e0a2716df96bb92fc01caef34f30bc59b3b4b05c0948da5d12ac7e19e21a320021279923869dd9e5bc88c48924c2e988a7494ffb355beb384a844b1bd
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://code.google.com/p/amsynth/
LICENSE[0]=GPL
ENTERED=20070301
diff --git a/audio-creation/amsynth/HISTORY b/audio-creation/amsynth/HISTORY
index 7340aa3..ff16166 100644
--- a/audio-creation/amsynth/HISTORY
+++ b/audio-creation/amsynth/HISTORY
@@ -1,3 +1,10 @@
+2014-11-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.1; renewed urls; dropped SPELLX
+ * CONFIGURE: added realtime options
+ * DEPENDS: added lv2 optional dependency
+ * BUILD: use AMSYNTH_OPTS
+ * PRE_BUILD, INSTALL: dropped
+
2012-12-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.2; renewed urls
* BUILD: added missing "&&"
diff --git a/audio-creation/amsynth/INSTALL b/audio-creation/amsynth/INSTALL
deleted file mode 100755
index 9d9a4c0..0000000
--- a/audio-creation/amsynth/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-make_single &&
-default_install &&
-make_normal
diff --git a/audio-creation/amsynth/PRE_BUILD
b/audio-creation/amsynth/PRE_BUILD
deleted file mode 100755
index 1ad610c..0000000
--- a/audio-creation/amsynth/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-autoreconf -fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2553dd02d3993969941ba2349f64cb0b6b5395ad), Vlad Glagolev, 11/17/2014

Archive powered by MHonArc 2.6.24.

Top of Page