Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4f2453b3547bbf9485e62ca959c66e2ecc912318)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4f2453b3547bbf9485e62ca959c66e2ecc912318)
  • Date: Mon, 1 Oct 2007 07:51:01 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-creation/ardour2/CONFIGURE | 8 +-------
audio-creation/ardour2/DEPENDS | 9 +++++++--
audio-creation/ardour2/DETAILS | 4 ++--
audio-creation/ardour2/HISTORY | 6 ++++++
4 files changed, 16 insertions(+), 11 deletions(-)

New commits:
commit 4f2453b3547bbf9485e62ca959c66e2ecc912318
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ardour2 2.1

commit f0840589cf879fc91f763361fb6acd36912257c2
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ardour2: Added depends soundtouch for when using system libraries.

commit b0a27891982028eaf302f50644ba3088f6631f3e
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

ardour2: Moved FFT analysis window option from CONFIGURE to DEPENDS as it
depends on fftw.

diff --git a/audio-creation/ardour2/CONFIGURE
b/audio-creation/ardour2/CONFIGURE
index f09bd01..4f44e1d 100755
--- a/audio-creation/ardour2/CONFIGURE
+++ b/audio-creation/ardour2/CONFIGURE
@@ -11,10 +11,4 @@ config_query_option ARDOUR2_SURFACES
\
"Build support for control surfaces?" \
y \
"SURFACES=1" \
- "SURFACES=0" &&
-
-config_query_option ARDOUR2_FFT_ANALYSIS \
- "Include FFT analysis window?" \
- n \
- "FFT_ANALYSIS=1" \
- "FFT_ANALYSIS=0"
+ "SURFACES=0"
diff --git a/audio-creation/ardour2/DEPENDS b/audio-creation/ardour2/DEPENDS
index ed35fdc..23e6ace 100755
--- a/audio-creation/ardour2/DEPENDS
+++ b/audio-creation/ardour2/DEPENDS
@@ -1,7 +1,6 @@
depends g++ &&
depends scons &&
depends python &&
-#depends gettext &&
depends pkgconfig &&
depends libtool &&
depends libxml2 &&
@@ -21,11 +20,17 @@ if [[ $ARDOUR2_SYSLIBS == 'SYSLIBS=1' ]]
then
depends libsigc++3 &&
depends gtkmm2 &&
- depends libgnomecanvasmm
+ depends libgnomecanvasmm &&
+ depends soundtouch
fi &&

depends JACK-DRIVER &&

+optional_depends fftw \
+ "FFT_ANALYSIS=1" \
+ "FFT_ANALYSIS=0" \
+ "to include FFT analysis window" &&
+
optional_depends libusb \
"TRANZPORT=1" \
"TRANZPORT=0" \
diff --git a/audio-creation/ardour2/DETAILS b/audio-creation/ardour2/DETAILS
index 4234adf..94fbce3 100755
--- a/audio-creation/ardour2/DETAILS
+++ b/audio-creation/ardour2/DETAILS
@@ -1,6 +1,6 @@
SPELL=ardour2
- VERSION=2.0.5
-
SOURCE_HASH=sha512:1ef28bccfeb89b779c120cedea482257fc52d426b037555dd57b31d07c49741ce79cf0cf410413eb95c252b5aa5699d936a376f95dd7de3a9a460ace3291c917
+ VERSION=2.1
+
SOURCE_HASH=sha512:fb9975616c4fecca19e33a40817d779000247811d15d2752993164c655327f0fedc700719fb91ce49c97c723f08421aaa521a9b8112831f937f5b68d7a504cd0
SOURCE=ardour-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/ardour-$VERSION"
SOURCE_URL[0]=http://ardour.org/files/releases/$SOURCE
diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index 1e0eba3..eaa419c 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,2 +1,8 @@
+2007-10-01 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 2.1.
+ * CONFIGURE, DEPENDS: Moved FFT analysis window option from CONFIGURE
+ to DEPENDS as it depends on fftw.
+ * DEPENDS: Added depends soundtouch for when using system libraries.
+
2007-08-29 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, CONFIGURE, DEPENDS, BUILD, INSTALL: Created spell.



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (4f2453b3547bbf9485e62ca959c66e2ecc912318), Juuso Alasuutari, 10/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page