Skip to Content.
Sympa Menu

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

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 (a883fa7cc51a15ec66fef03ea802dc4f0f4f9be2)
  • Date: Mon, 25 Feb 2008 17:32:20 -0600

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

ChangeLog | 3 +++
audio-creation/ardour2/BUILD | 9 ++++++++-
audio-creation/ardour2/CONFIGURE | 33 +++++++++++++++++++++------------
audio-creation/ardour2/DEPENDS | 24 +++++++++++++++++-------
audio-creation/ardour2/DETAILS | 6 +++---
audio-creation/ardour2/HISTORY | 8 ++++++++
audio-plugins/swh-lv2/BUILD | 1 +
audio-plugins/swh-lv2/DEPENDS | 2 ++
audio-plugins/swh-lv2/DETAILS | 14 ++++++++++++++
audio-plugins/swh-lv2/HISTORY | 2 ++
audio-plugins/swh-lv2/INSTALL | 1 +
11 files changed, 80 insertions(+), 23 deletions(-)

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

swh-lv2: New spell, an LV2 port of the swh-plugins LADSPA plugin set.

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

ardour2 2.3.1

diff --git a/ChangeLog b/ChangeLog
index b52d189..4fc1cbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-26 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-plugins/swh-lv2: New spell, an LV2 port of swh-plugins.
+
2008-02-23 Eric Sandall <sandalle AT sourcemage.org>
* utils/b43-fwcutter: Added firmware extraction for b43legacy
* utils/fwcutter: Rename to bcm43xx-fwcutter
diff --git a/audio-creation/ardour2/BUILD b/audio-creation/ardour2/BUILD
index 6122ac9..f65bcf4 100755
--- a/audio-creation/ardour2/BUILD
+++ b/audio-creation/ardour2/BUILD
@@ -1,2 +1,9 @@
scons "PREFIX=$INSTALL_ROOT/usr" $OPTS \
- $ARDOUR2_SYSLIBS $ARDOUR2_SURFACES $ARDOUR2_FFT_ANALYSIS
+ $ARDOUR2_SURFACES $ARDOUR2_FFT_ANALYSIS $ARDOUR2_OLDFONTS
+
+#
+# SYSLIBS option is broken in 2.3.1
+#
+#scons "PREFIX=$INSTALL_ROOT/usr" $OPTS \
+# $ARDOUR2_SYSLIBS $ARDOUR2_SURFACES \
+# $ARDOUR2_FFT_ANALYSIS $ARDOUR2_OLDFONTS
diff --git a/audio-creation/ardour2/CONFIGURE
b/audio-creation/ardour2/CONFIGURE
index 4f44e1d..fd96f2e 100755
--- a/audio-creation/ardour2/CONFIGURE
+++ b/audio-creation/ardour2/CONFIGURE
@@ -1,14 +1,23 @@
-message "${MESSAGE_COLOR} Warning: using system libraries cancels" \
- "all support from Ardour developers!$DEFAULT_COLOR" &&
+#
+# SYSLIBS option is broken in 2.3.1
+#
+#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_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 \
+ "SURFACES=1" \
+ "SURFACES=0" &&

-config_query_option ARDOUR2_SURFACES \
- "Build support for control surfaces?" \
- y \
- "SURFACES=1" \
- "SURFACES=0"
+config_query_option ARDOUR2_OLDFONTS \
+ "Use old school font sizes?" \
+ n \
+ "OLDFONTS=1" \
+ "OLDFONTS=0"
diff --git a/audio-creation/ardour2/DEPENDS b/audio-creation/ardour2/DEPENDS
index 23e6ace..5e0c935 100755
--- a/audio-creation/ardour2/DEPENDS
+++ b/audio-creation/ardour2/DEPENDS
@@ -15,17 +15,27 @@ depends liblo &&
depends boost &&
depends alsa-lib &&
depends libsamplerate &&
+depends fftw &&

-if [[ $ARDOUR2_SYSLIBS == 'SYSLIBS=1' ]]
-then
- depends libsigc++3 &&
- depends gtkmm2 &&
- depends libgnomecanvasmm &&
- depends soundtouch
-fi &&
+#
+# SYSLIBS option is broken in 2.3.1
+#
+#if [[ $ARDOUR2_SYSLIBS == 'SYSLIBS=1' ]]
+#then
+# depends libsigc++3 &&
+# depends gtkmm2 &&
+# depends libgnomecanvasmm &&
+# depends soundtouch
+#fi &&

depends JACK-DRIVER &&

+# slv2 >= 0.6.0 (SVN version) required
+#optional_depends slv2 \
+# "LV2=1" \
+# "LV2=0" \
+# "for LV2 plugin support" &&
+
optional_depends fftw \
"FFT_ANALYSIS=1" \
"FFT_ANALYSIS=0" \
diff --git a/audio-creation/ardour2/DETAILS b/audio-creation/ardour2/DETAILS
index 94fbce3..061ec62 100755
--- a/audio-creation/ardour2/DETAILS
+++ b/audio-creation/ardour2/DETAILS
@@ -1,8 +1,8 @@
SPELL=ardour2
- VERSION=2.1
-
SOURCE_HASH=sha512:fb9975616c4fecca19e33a40817d779000247811d15d2752993164c655327f0fedc700719fb91ce49c97c723f08421aaa521a9b8112831f937f5b68d7a504cd0
+ VERSION=2.3.1
+
SOURCE_HASH=sha512:f02c863ad4691700456dc17434be9d7c6b69cf224efc59b1b84d47082b13f803c47d00b2c80e8952b003d8a723a581251598c13f60415b08bc84ebf99fc13658
SOURCE=ardour-$VERSION.tar.bz2
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/ardour-$VERSION"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ardour-${VERSION:0:3}"
SOURCE_URL[0]=http://ardour.org/files/releases/$SOURCE
WEB_SITE=http://ardour.org
ENTERED=20070829
diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index eaa419c..421ecea 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,3 +1,11 @@
+2008-02-26 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 2.3.1.
+ * DEPENDS: Added depends fftw, added commented-out optional_depends
+ slv2 (needs SVN version, current slv2 spell only has stable).
+ * CONFIGURE, DEPENDS, BUILD: Commented out currently
+ upstream-broken SYSLIBS option.
+ * CONFIGURE, BUILD: Added option to use old school font sizes.
+
2007-10-01 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 2.1.
* CONFIGURE, DEPENDS: Moved FFT analysis window option from CONFIGURE
diff --git a/audio-plugins/swh-lv2/BUILD b/audio-plugins/swh-lv2/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/swh-lv2/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/swh-lv2/DEPENDS b/audio-plugins/swh-lv2/DEPENDS
new file mode 100755
index 0000000..8909b0c
--- /dev/null
+++ b/audio-plugins/swh-lv2/DEPENDS
@@ -0,0 +1,2 @@
+depends lv2core &&
+depends fftw
diff --git a/audio-plugins/swh-lv2/DETAILS b/audio-plugins/swh-lv2/DETAILS
new file mode 100755
index 0000000..862029e
--- /dev/null
+++ b/audio-plugins/swh-lv2/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=swh-lv2
+ VERSION=1.0.15
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://plugin.org.uk/lv2/$SPELL-$VERSION.tar.gz
+ WEB_SITE=http://plugin.org.uk
+ ENTERED=20080226
+
SOURCE_HASH=sha512:cd5018e6ce8eda3d04f18b0c4546a70ff6cae4d250357bfb82bb52ebd35932620bb857318703dea6ccaeee6a3a15defca7b9f100d00f3ac0b6e4ad736e944251
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="An LV2 port of Steve Harris' swh-plugins plugin set."
+cat << EOF
+An LV2 port of Steve Harris' swh-plugins plugin set.
+EOF
diff --git a/audio-plugins/swh-lv2/HISTORY b/audio-plugins/swh-lv2/HISTORY
new file mode 100644
index 0000000..3991d12
--- /dev/null
+++ b/audio-plugins/swh-lv2/HISTORY
@@ -0,0 +1,2 @@
+2008-02-26 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: Created spell.
diff --git a/audio-plugins/swh-lv2/INSTALL b/audio-plugins/swh-lv2/INSTALL
new file mode 100755
index 0000000..42ca797
--- /dev/null
+++ b/audio-plugins/swh-lv2/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr" install-system



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (a883fa7cc51a15ec66fef03ea802dc4f0f4f9be2), Juuso Alasuutari, 02/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page