Skip to Content.
Sympa Menu

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

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 (239c65dd771570ee46e07588b3ab4fca34c3d195)
  • Date: Wed, 23 Oct 2013 21:48:59 -0500

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

ChangeLog | 1 +
audio-creation/ardour3/BUILD | 1 +
audio-creation/ardour3/CONFIGURE | 3 +++
audio-creation/ardour3/HISTORY | 4 +++-
4 files changed, 8 insertions(+), 1 deletion(-)

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

ardour3: add phone-home option

commit e788d7e7d712df3280dab1dc172f4a242e952d8b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ardour3: ChangeLog entry

diff --git a/ChangeLog b/ChangeLog
index eceb0ab..b3e59c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* audio-libs/lilv-0: new spell, LV2 C library
* audio-soft/lilv-util: new spell, utilities for lilv
* audio-libs/suil-0: new spell, LV2 GUI host library
+ * audio-creation/ardour3: new spell, DAW (installable alongside
ardour2)

2013-10-20 Thomas Orgis <sobukus AT sourcemage.org>
* perl-cpan/textdata: spell deprecated [replaced upstream]
diff --git a/audio-creation/ardour3/BUILD b/audio-creation/ardour3/BUILD
index 1d8ce04..4d365a6 100755
--- a/audio-creation/ardour3/BUILD
+++ b/audio-creation/ardour3/BUILD
@@ -1 +1,2 @@
+OPTS="$OPTS $ARDOUR3_PHONE" &&
waf_build
diff --git a/audio-creation/ardour3/CONFIGURE
b/audio-creation/ardour3/CONFIGURE
new file mode 100755
index 0000000..8ae1c2c
--- /dev/null
+++ b/audio-creation/ardour3/CONFIGURE
@@ -0,0 +1,3 @@
+# Upstream default is y ...
+config_query_option ARDOUR3_PHONE "Contact ardour.org at startup?" y \
+ "--phone-home" "--no-phone-home"
diff --git a/audio-creation/ardour3/HISTORY b/audio-creation/ardour3/HISTORY
index 2d19920..050a2ec 100644
--- a/audio-creation/ardour3/HISTORY
+++ b/audio-creation/ardour3/HISTORY
@@ -1,3 +1,5 @@
+2013-10-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: added, option for phone-home
+
2013-10-23 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS, DETAILS, INSTALL, BUILD: spell created
-



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (239c65dd771570ee46e07588b3ab4fca34c3d195), Thomas Orgis, 10/23/2013

Archive powered by MHonArc 2.6.24.

Top of Page