Skip to Content.
Sympa Menu

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

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 (b42647b75768168ad0d9b6ee3d9c5c45ee27807d)
  • Date: Sun, 3 Feb 2013 06:20:31 -0600

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

audio-creation/ardour2/BUILD | 2 +-
audio-creation/ardour2/CONFIGURE | 6 ------
audio-creation/ardour2/DEPENDS | 15 ++++++---------
audio-creation/ardour2/DETAILS | 4 ++--
audio-creation/ardour2/HISTORY | 4 ++++
5 files changed, 13 insertions(+), 18 deletions(-)

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

ardour2: bump to 2.8.16, with syslibs as only remaining option

diff --git a/audio-creation/ardour2/BUILD b/audio-creation/ardour2/BUILD
index 2aca8d7..d323308 100755
--- a/audio-creation/ardour2/BUILD
+++ b/audio-creation/ardour2/BUILD
@@ -1,5 +1,5 @@
scons -j$MAKE_NJOBS "PREFIX=$INSTALL_ROOT/usr" $OPTS \
- $ARDOUR2_SYSLIBS \
+ SYSLIBS=1 \
$ARDOUR2_SURFACES \
$ARDOUR2_WIIMOTE \
$ARDOUR2_OLDFONTS \
diff --git a/audio-creation/ardour2/CONFIGURE
b/audio-creation/ardour2/CONFIGURE
index 9c157d6..eed57b1 100755
--- a/audio-creation/ardour2/CONFIGURE
+++ b/audio-creation/ardour2/CONFIGURE
@@ -1,12 +1,6 @@
message "${MESSAGE_COLOR} Warning: using system libraries cancels" \
"all support from Ardour developers!$DEFAULT_COLOR" &&

-config_query_option ARDOUR2_SYSLIBS \
- "Use system libraries instead of internal ones?" \
- n \
- "SYSLIBS=1" \
- "SYSLIBS=0" &&
-
config_query_option ARDOUR2_SURFACES \
"Build with support for control surfaces?" \
y \
diff --git a/audio-creation/ardour2/DEPENDS b/audio-creation/ardour2/DEPENDS
index 0a54431..ea0847a 100755
--- a/audio-creation/ardour2/DEPENDS
+++ b/audio-creation/ardour2/DEPENDS
@@ -10,7 +10,10 @@ depends raptor &&
depends liblrdf &&
depends glib2 &&
depends gtk+2 &&
+depends glibmm &&
+depends gtkmm2 &&
depends libgnomecanvas &&
+depends libgnomecanvasmm &&
depends boost &&
depends aubio &&
depends liblo &&
@@ -19,15 +22,9 @@ depends libsamplerate &&
depends libsndfile &&
depends fftw &&
depends JACK-DRIVER &&
-
-if [[ $ARDOUR2_SYSLIBS == "SYSLIBS=1" ]]
-then
- depends libsigc++3 &&
- depends gtkmm2 &&
- depends libgnomecanvasmm &&
- depends gtk-engines2 &&
- depends soundtouch
-fi &&
+depends libsigc++2 &&
+depends soundtouch
+depends gtk-engines2 &&

optional_depends slv2 \
"LV2=1" \
diff --git a/audio-creation/ardour2/DETAILS b/audio-creation/ardour2/DETAILS
index 8988e23..d27232d 100755
--- a/audio-creation/ardour2/DETAILS
+++ b/audio-creation/ardour2/DETAILS
@@ -1,6 +1,6 @@
SPELL=ardour2
- VERSION=2.8.12
-
SOURCE_HASH=sha512:b1e981cdb797a624c29705a2bda24e068b1ecc0ce20d0b6674fbc7f09afaa4c6cc14a64b8a822720e857a93f1aba50a85ebec9fb41013b1157c50fc19fe1e350
+ VERSION=2.8.16
+
SOURCE_HASH=sha512:02e74883cf466fcd5588ec8f2fd9d032b4611071d630b412c853a7ae7cb46045c0cde4308abbc78da3f54aae0ab1c32a980b8d1e1a965c8633ef43d8e08e0d0d
SOURCE=ardour-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/ardour-$VERSION"
# that does not work anymore... they want to force manual downloads:-(
diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index 75ee166..cc90cfb 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,3 +1,7 @@
+2013-02-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 2.8.16
+ * DEPENDS, CONFIGURE, BUILD: SYSLIBS=1 is the only way to build
things now
+
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: libusb => LIBUSB




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b42647b75768168ad0d9b6ee3d9c5c45ee27807d), Thomas Orgis, 02/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page