Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (fe54b6fc450638b0abbc002d3ca131995f6b7719)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (fe54b6fc450638b0abbc002d3ca131995f6b7719)
  • Date: Fri, 24 Apr 2015 04:37:58 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 1 +
audio-creation/ardour4/BUILD | 8 ++++++++
audio-creation/ardour4/CONFIGURE | 13 +++++++++++++
audio-creation/ardour4/DETAILS | 21 +++++++++++++++++++++
audio-creation/ardour4/INSTALL | 1 +
5 files changed, 44 insertions(+)

New commits:
commit fe54b6fc450638b0abbc002d3ca131995f6b7719
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ardour4: actually push complete spell

diff --git a/ChangeLog b/ChangeLog
index 0b91622..f3338a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
* utils/numactl: new spell, NUMA support
* FUNCTIONS: make waf_build more robust with differing versions of waf
+ * audio-creation/ardour4: new spell, version 4 of Ardour

2015-04-22 Vlad Glagolev <stealth AT sourcemage.org>
* FUNCTIONS: fixed check_tmp_noexec for tmp-less systems, do not force
diff --git a/audio-creation/ardour4/BUILD b/audio-creation/ardour4/BUILD
new file mode 100755
index 0000000..886e6df
--- /dev/null
+++ b/audio-creation/ardour4/BUILD
@@ -0,0 +1,8 @@
+OPTS="--noconfirm \
+ --configdir=$INSTALL_ROOT/etc \
+ --optimize \
+ --with-backends=$(echo "$ARDOUR4_AUDIO" | tr ' ' ,) \
+ $ARDOUR4_OPTS \
+ $OPTS" &&
+
+waf_build
diff --git a/audio-creation/ardour4/CONFIGURE
b/audio-creation/ardour4/CONFIGURE
new file mode 100755
index 0000000..2f24852
--- /dev/null
+++ b/audio-creation/ardour4/CONFIGURE
@@ -0,0 +1,13 @@
+. $GRIMOIRE/config_query_multi.function &&
+
+config_query_option ARDOUR4_OPTS "Enable support for linuxVST plugins?" y \
+ "--lxvst" \
+ "--no-lxvst" &&
+
+config_query_option ARDOUR4_OPTS "Contact ardour.org at startup?" y \
+ "--phone-home" \
+ "--no-phone-home" &&
+
+config_query_multi ARDOUR4_AUDIO "Select audio backends:" \
+ jack alsa
+
diff --git a/audio-creation/ardour4/DETAILS b/audio-creation/ardour4/DETAILS
new file mode 100755
index 0000000..2293304
--- /dev/null
+++ b/audio-creation/ardour4/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ardour4
+ SPELLX=Ardour
+ VERSION=4.0.0
+ SOURCE="${SPELLX}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://download.sourcemage.org/grimoire/distro/${SOURCE}
+ SOURCE_URL[1]=http://sourcemage.ru/mirror/$SOURCE
+ SOURCE_URL[2]=http://sobukus.de/ardour/$SOURCE
+
SOURCE_HASH=sha512:cc99c82d08812a33dc4c9d64ea5fe5077c36a2f46be435bfee2a82e740be1e1aa9d53009fd6f24bda838ff713cb6413397cbef04e0ee327fb44ca8e31503da80
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE="http://ardour.org";
+ LICENSE[0]=GPLv2
+ ENTERED=20131023
+ SHORT="multi-track, professional Digital Audio Workstation"
+cat << EOF
+Ardour is a digital audio workstation. You can use it to record, edit and
+mix multi-track audio. You can produce your own CDs, mix video soundtracks,
+or just experiment with new ideas about music and sound.
+
+This is version 4, continuing from version 3 with several changes mostly
+under the hood, but also lots of refinements in the UI.
+EOF
diff --git a/audio-creation/ardour4/INSTALL b/audio-creation/ardour4/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/audio-creation/ardour4/INSTALL
@@ -0,0 +1 @@
+waf_install



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (fe54b6fc450638b0abbc002d3ca131995f6b7719), Thomas Orgis, 04/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page