Skip to Content.
Sympa Menu

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

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 (6a1c7dd3462dc959e9d93ea023d0fbdce0feca57)
  • Date: Sun, 7 Feb 2016 23:35:15 +0000

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

audio-creation/ardour4/BUILD | 4 +++-
audio-creation/ardour4/DETAILS | 4 ++--
audio-creation/ardour4/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

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

ardour4: version 4.6

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

ardour4: build with C++11 to fix build with current glibmm

diff --git a/audio-creation/ardour4/BUILD b/audio-creation/ardour4/BUILD
index 886e6df..40cf8a1 100755
--- a/audio-creation/ardour4/BUILD
+++ b/audio-creation/ardour4/BUILD
@@ -4,5 +4,7 @@ OPTS="--noconfirm \
--with-backends=$(echo "$ARDOUR4_AUDIO" | tr ' ' ,) \
$ARDOUR4_OPTS \
$OPTS" &&
-
+# C++11 features used in glibmm headers.
+# Should one fix it there? Globally?!
+CXXFLAGS="$CXXFLAGS -std=c++11" &&
waf_build
diff --git a/audio-creation/ardour4/DETAILS b/audio-creation/ardour4/DETAILS
index 80f4ec2..91a86fa 100755
--- a/audio-creation/ardour4/DETAILS
+++ b/audio-creation/ardour4/DETAILS
@@ -1,11 +1,11 @@
SPELL=ardour4
SPELLX=Ardour
- VERSION=4.4.0
+ VERSION=4.6.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:765912b0b493356d0b09b01334b2859f5e052edfdf6d9dfbb4d9b5b465945e448074d42695d6f2973a83fe07901cc4e61cd807ab6fb37fb055616bd5e76562a5
+
SOURCE_HASH=sha512:839520e9208695b5c6f6f119ad7b49184ac568471dc6b8bd48798721fbfae14f9d2554e499e2a29cf754678080de8d9b8d9e76bdbd4b075e17b939ad2b14f3bc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE="http://ardour.org";
LICENSE[0]=GPLv2
diff --git a/audio-creation/ardour4/HISTORY b/audio-creation/ardour4/HISTORY
index e58669b..39debef 100644
--- a/audio-creation/ardour4/HISTORY
+++ b/audio-creation/ardour4/HISTORY
@@ -1,3 +1,7 @@
+2016-02-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 4.6
+ * BUILD: enable C++11 mode since current glibmm requires that
+
2015-10-21 Thomas Orgis <sobukus AT souremage.org>
* DETAILS: bump to 4.4




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6a1c7dd3462dc959e9d93ea023d0fbdce0feca57), Thomas Orgis, 02/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page