Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (28aa2ff75037f165f546f10ea3cde45b4c816682)

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 stable-0.62 grimoire by Vlad Glagolev (28aa2ff75037f165f546f10ea3cde45b4c816682)
  • Date: Thu, 23 Apr 2015 06:21:56 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-creation/ardour3/BUILD | 1 +
audio-creation/ardour3/DETAILS | 1 +
audio-creation/ardour3/HISTORY | 5 +++++
smgl/basesystem/DEPENDS | 1 +
smgl/basesystem/DETAILS | 2 +-
smgl/basesystem/HISTORY | 5 +++++
6 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 28aa2ff75037f165f546f10ea3cde45b4c816682
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ardour3: optimize!
(cherry picked from commit d95e870c4e44601a9220f7fe493e151e63426eab)

commit a12932bb1df70b7cabdc01e9a7d5cbb3ddb46a9f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

basesystem: version 0.9.7, needs pkgconfig
(cherry picked from commit 38f6508461e120526bd6cdc642b1c8ccd4087adc)

diff --git a/audio-creation/ardour3/BUILD b/audio-creation/ardour3/BUILD
index cda691f..70993fa 100755
--- a/audio-creation/ardour3/BUILD
+++ b/audio-creation/ardour3/BUILD
@@ -1,5 +1,6 @@
OPTS="--noconfirm \
--configdir=$INSTALL_ROOT/etc \
+ --optimize \
$ARDOUR3_OPTS \
$OPTS" &&

diff --git a/audio-creation/ardour3/DETAILS b/audio-creation/ardour3/DETAILS
index d6434ce..63ba35f 100755
--- a/audio-creation/ardour3/DETAILS
+++ b/audio-creation/ardour3/DETAILS
@@ -1,6 +1,7 @@
SPELL=ardour3
SPELLX=Ardour3
VERSION=3.5.403
+ PATCHLEVEL=1
SOURCE="${SPELLX}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://download.sourcemage.org/grimoire/distro/${SOURCE}
SOURCE_URL[1]=http://sourcemage.ru/mirror/$SOURCE
diff --git a/audio-creation/ardour3/HISTORY b/audio-creation/ardour3/HISTORY
index aa8fe6a..0da283e 100644
--- a/audio-creation/ardour3/HISTORY
+++ b/audio-creation/ardour3/HISTORY
@@ -1,3 +1,8 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: with --optimize, otherwise it's using -O0 and ignoring
+ our CFLAGS totally!
+ * DETAILS: PATCHLEVEL++
+
2014-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.5.403

diff --git a/smgl/basesystem/DEPENDS b/smgl/basesystem/DEPENDS
index df44670..76a8b13 100755
--- a/smgl/basesystem/DEPENDS
+++ b/smgl/basesystem/DEPENDS
@@ -19,6 +19,7 @@ depends INITSCRIPTS &&
depends installwatch &&
depends locale &&
depends make &&
+depends pkgconfig &&
. $GRIMOIRE/FUNCTIONS &&
local KVER=$(get_kernel_version) &&
if [[ ${KVER:0:3} < 2.6 ]]; then
diff --git a/smgl/basesystem/DETAILS b/smgl/basesystem/DETAILS
index f27c852..18fdec3 100755
--- a/smgl/basesystem/DETAILS
+++ b/smgl/basesystem/DETAILS
@@ -1,5 +1,5 @@
SPELL=basesystem
- VERSION=0.9.6
+ VERSION=0.9.7
WEB_SITE=http://www.sourcemage.org
ENTERED=20021013
NO_CACHE="--cache=off"
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index 51e3cdb..db862a4 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,8 @@
+2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: added pkgconfig
+ * DETAILS: incremented version to 0.9.7, not sure about policy there,
+ but some indication of change surely being needed
+
2015-02-16 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: use FORCE_BASESYSTEM_DEPENDS check for wget to avoid the
bug
about missing dependency flags on `sorcery -r` because of several



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (28aa2ff75037f165f546f10ea3cde45b4c816682), Vlad Glagolev, 04/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page