Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (d9d4c3dad6d87f9dffa68b26c24c7f52eb04d61f)
  • Date: Thu, 5 Apr 2007 18:33:57 -0500

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

audio-soft/qjackctl/BUILD | 3 +--
audio-soft/qjackctl/CONFIGURE | 3 ++-
audio-soft/qjackctl/DEPENDS | 15 +++++++++++++--
audio-soft/qjackctl/HISTORY | 5 +++++
4 files changed, 21 insertions(+), 5 deletions(-)

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

qjackctl: fixed ./configure flags, added xorg-modular dependencies

diff --git a/audio-soft/qjackctl/BUILD b/audio-soft/qjackctl/BUILD
index 135a521..03b2656 100755
--- a/audio-soft/qjackctl/BUILD
+++ b/audio-soft/qjackctl/BUILD
@@ -1,2 +1 @@
-OPTS="$QJCTL_TRAY $OPTS" &&
-default_build
+OPTS="$QJCTL_TRAY $OPTS" default_build
diff --git a/audio-soft/qjackctl/CONFIGURE b/audio-soft/qjackctl/CONFIGURE
index 6234a8b..28d4d53 100755
--- a/audio-soft/qjackctl/CONFIGURE
+++ b/audio-soft/qjackctl/CONFIGURE
@@ -1,4 +1,5 @@
+# QJackCtl 0.2.22's ./configure treats --enable as --disable
config_query_option QJCTL_TRAY \
"Enable system tray?" y \
- "--enable-system-tray" \
+ "" \
"--disable-system-tray"
diff --git a/audio-soft/qjackctl/DEPENDS b/audio-soft/qjackctl/DEPENDS
index 8df77f0..b466e8f 100755
--- a/audio-soft/qjackctl/DEPENDS
+++ b/audio-soft/qjackctl/DEPENDS
@@ -1,7 +1,18 @@
-depends qt-x11 &&
+depends g++ &&
+depends qt-x11 &&
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+if check_if_xorg_modular_libs qt-x11
+then
+ depends libx11 &&
+ depends libxext
+fi &&
+
depends JACK-DRIVER &&

+# QJackCtl 0.2.22's ./configure treats --enable as --disable
optional_depends alsa-lib \
- "--enable-alsa-seq" \
+ "" \
"--disable-alsa-seq" \
"for ALSA/MIDI sequencer support"
diff --git a/audio-soft/qjackctl/HISTORY b/audio-soft/qjackctl/HISTORY
index 9e47c75..d367716 100644
--- a/audio-soft/qjackctl/HISTORY
+++ b/audio-soft/qjackctl/HISTORY
@@ -1,3 +1,8 @@
+2007-04-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE, DEPENDS: Removed --enable flags, ./configure treats
+ them as if they were --disable.
+ * DEPENDS: Added depends g++, libx11, and libxext.
+
2007-04-05 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.2.22.




  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (d9d4c3dad6d87f9dffa68b26c24c7f52eb04d61f), Juuso Alasuutari, 04/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page