Skip to Content.
Sympa Menu

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

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 (de38b9a17e2613c9a193de679d89f16be1857453)
  • Date: Tue, 27 Mar 2018 08:22:41 +0000

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

ChangeLog | 3 +++
FUNCTIONS | 9 ++++++---
audio-creation/ardour5/DETAILS | 4 ++--
audio-creation/ardour5/HISTORY | 3 +++
4 files changed, 14 insertions(+), 5 deletions(-)

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

FUNCTIONS: waf_build --libdir=$PREFIX/lib (not lib64)

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

ardour5: version 5.12

diff --git a/ChangeLog b/ChangeLog
index 728f75c..e38e7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-03-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * FUNCTIONS: add --libdir to waf_build to avoid lib64 use
+
2018-03-26 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/xmltodict: new spell, makes working with XML feel like
you are working with JSON
diff --git a/FUNCTIONS b/FUNCTIONS
index 978b8f7..71bb7ca 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -546,15 +546,18 @@ function note_config_files() {
# so check first if they are supported..

function waf_build() {
- local waf_opts="--prefix=$INSTALL_ROOT/usr"
+ local waf_opts="--prefix=$INSTALL_ROOT/usr" &&
# Some waf not know man, waf angry with man.
if ./waf --help | grep -q -- --mandir; then
waf_opts="$waf_opts --mandir=$INSTALL_ROOT/usr/share/man"
- fi
+ fi &&
# Same with some other options.
+ if ./waf --help | grep -q -- --libdir; then
+ waf_opts="$waf_opts --libdir=$INSTALL_ROOT/usr/lib"
+ fi &&
if ./waf --help | grep -q -- --nocache; then
waf_opts="$waf_opts --nocache"
- fi
+ fi &&
if ./waf --help | grep -q -- --cxxflags=CXXFLAGS; then
# Hack added for guitarix, maybe useful for others, too.
# Needed to be able to enable C++11 mode. We hope to be able
diff --git a/audio-creation/ardour5/DETAILS b/audio-creation/ardour5/DETAILS
index 8b4673a..0e9650f 100755
--- a/audio-creation/ardour5/DETAILS
+++ b/audio-creation/ardour5/DETAILS
@@ -1,11 +1,11 @@
SPELL=ardour5
SPELLX=Ardour
- VERSION=5.9.0
+ VERSION=5.12.0
SOURCE="${SPELLX}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://download.sourcemage.org/grimoire/distro/${SOURCE}
SOURCE_URL[1]=http://ftp.sourcemage.us/mirror/$SOURCE
SOURCE_URL[2]=http://sobukus.de/ardour/$SOURCE
-
SOURCE_HASH=sha512:1ba713f3953456260df9d183b30730c959f2707f8c9dd1280a3ab5eb5d9dbdd0e81db98150346f60f777f6bd02eeaaf9f9bcf43cf2ec0b5addce3b50fcbf7413
+
SOURCE_HASH=sha512:c4b4332bddb2406924119c181622801725f4a7dd7741c1a66ddbc2236542764b786337da2f0a751f3bbe6e0389b5da765eb19b14a6a90c8f8a7fd68231e5067d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE="http://ardour.org";
LICENSE[0]=GPLv2
diff --git a/audio-creation/ardour5/HISTORY b/audio-creation/ardour5/HISTORY
index 8960bd1..e354378 100644
--- a/audio-creation/ardour5/HISTORY
+++ b/audio-creation/ardour5/HISTORY
@@ -1,3 +1,6 @@
+2017-03-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 5.12
+
2017-05-16 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, BUILD, CONFIGURE, DEPENDS, INSTALL: copied from ardour4,
adapted for ardour5 version



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (de38b9a17e2613c9a193de679d89f16be1857453), Thomas Orgis, 03/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page