Skip to Content.
Sympa Menu

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

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 (90cf66773e63f90935563230755afb0661f5d354)
  • Date: Sat, 15 Sep 2007 14:17:29 -0500

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

audio-creation/qsynth/HISTORY | 3 +++
audio-creation/qsynth/PRE_BUILD | 7 +++++++
audio-drivers/jack-cvs/HISTORY | 3 +++
audio-drivers/jack-cvs/PROVIDES | 1 -
audio-soft/qjackctl/HISTORY | 3 +++
audio-soft/qjackctl/PRE_BUILD | 7 +++++++
gnome2-libs/gail/DEPENDS | 13 ++++++-------
gnome2-libs/gail/HISTORY | 4 ++++
gnome2-libs/libgnomecanvas/DEPENDS | 18 ++++++++++--------
gnome2-libs/libgnomecanvas/HISTORY | 3 +++
10 files changed, 46 insertions(+), 16 deletions(-)

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

qsynth: Added PRE_BUILD; need to sed the configure script so that it will
find Qt4's
qmake/moc/uic executables instead of Qt3's equivalent ones when both
libraries are
installed.

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

qjackctl: Re-added PRE_BUILD; we need to sed the configure script because
it detects the
Qt3 qmake/moc/uic executables instead of the Qt4 ones, so that the build
will fail if both
libraries are installed.

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

gail: Removed depends libgnomecanvas because it depends on gail, not
vice-versa.

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

libgnomecanvas: Added depends pango & gail, that's what ./configure says

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

jack-cvs: Deleted PROVIDES because this spell is deprecated.

diff --git a/audio-creation/qsynth/HISTORY b/audio-creation/qsynth/HISTORY
index e11e7c4..e42e785 100644
--- a/audio-creation/qsynth/HISTORY
+++ b/audio-creation/qsynth/HISTORY
@@ -5,6 +5,9 @@
and libxext for xorg-modular.
* BUILD: Added, add system tray option to OPTS and fluidsynth
path to PATH.
+ * PRE_BUILD: Added, need to sed configure script so that it
+ finds qt4's qmake/moc/uic executables instead of qt-x11's
+ equivalent ones if both libraries are installed.

2006-09-05 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, UPDATED, and MAINTAINER. Edited
diff --git a/audio-creation/qsynth/PRE_BUILD b/audio-creation/qsynth/PRE_BUILD
new file mode 100755
index 0000000..8bc1b5c
--- /dev/null
+++ b/audio-creation/qsynth/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+local qt4_bin="$INSTALL_ROOT/usr/bin/qt4" &&
+
+sed -i "s|as_dir in \$ac_path|as_dir in \"$qt4_bin\" \$ac_path|" \
+ configure
diff --git a/audio-drivers/jack-cvs/HISTORY b/audio-drivers/jack-cvs/HISTORY
index 01d7593..c6ef233 100644
--- a/audio-drivers/jack-cvs/HISTORY
+++ b/audio-drivers/jack-cvs/HISTORY
@@ -1,3 +1,6 @@
+2007-09-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PROVIDES: Deleted, not healthy to have in a deprecated spell.
+
2007-04-11 Juuso Alasuutari <iuso AT sourcemage.org>
* Deprecated, SVN support now in main jack spell.

diff --git a/audio-drivers/jack-cvs/PROVIDES b/audio-drivers/jack-cvs/PROVIDES
deleted file mode 100755
index 9873a4b..0000000
--- a/audio-drivers/jack-cvs/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-JACK-DRIVER
diff --git a/audio-soft/qjackctl/HISTORY b/audio-soft/qjackctl/HISTORY
index 99088c6..b7e7333 100644
--- a/audio-soft/qjackctl/HISTORY
+++ b/audio-soft/qjackctl/HISTORY
@@ -6,6 +6,9 @@
* BUILD: Added $INSTALL_ROOT/usr/bin/qt4 to PATH so that qmake
can be found during build.
* PRE_BUILD: Removed, unnecessary with qt4.
+ * PRE_BUILD: Re-added, need to sed configure script so that
+ it finds qt4's qmake/moc/uic executables instead of qt-x11's
+ equivalent ones if both libraries are installed.

2007-04-06 Juuso Alasuutari <iuso AT sourcemage.org>
* CONFIGURE, DEPENDS: Removed --enable flags, ./configure treats
diff --git a/audio-soft/qjackctl/PRE_BUILD b/audio-soft/qjackctl/PRE_BUILD
new file mode 100755
index 0000000..8bc1b5c
--- /dev/null
+++ b/audio-soft/qjackctl/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+local qt4_bin="$INSTALL_ROOT/usr/bin/qt4" &&
+
+sed -i "s|as_dir in \$ac_path|as_dir in \"$qt4_bin\" \$ac_path|" \
+ configure
diff --git a/gnome2-libs/gail/DEPENDS b/gnome2-libs/gail/DEPENDS
index a49d500..eba33d0 100755
--- a/gnome2-libs/gail/DEPENDS
+++ b/gnome2-libs/gail/DEPENDS
@@ -1,8 +1,7 @@
-depends atk &&
-depends gtk+2 &&
-depends libgnomecanvas &&
+depends atk &&
+depends gtk+2 &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/gail/HISTORY b/gnome2-libs/gail/HISTORY
index bcdf144..9a2cc58 100644
--- a/gnome2-libs/gail/HISTORY
+++ b/gnome2-libs/gail/HISTORY
@@ -1,3 +1,7 @@
+2007-09-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Removed depends libgnomecanvas because it
+ depends on gail, not vice versa.
+
2007-09-06 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.19.6

diff --git a/gnome2-libs/libgnomecanvas/DEPENDS
b/gnome2-libs/libgnomecanvas/DEPENDS
index 1133d59..e461e0c 100755
--- a/gnome2-libs/libgnomecanvas/DEPENDS
+++ b/gnome2-libs/libgnomecanvas/DEPENDS
@@ -1,9 +1,11 @@
-depends gtk+2 &&
-depends libart_lgpl &&
-depends libglade2 &&
-depends gnome-common2 &&
+depends gtk+2 &&
+depends libart_lgpl &&
+depends libglade2 &&
+depends pango &&
+depends gail &&
+depends gnome-common2 &&

-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc"
diff --git a/gnome2-libs/libgnomecanvas/HISTORY
b/gnome2-libs/libgnomecanvas/HISTORY
index e8855f7..83c1633 100644
--- a/gnome2-libs/libgnomecanvas/HISTORY
+++ b/gnome2-libs/libgnomecanvas/HISTORY
@@ -1,3 +1,6 @@
+2007-09-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added depends pango & gail.
+
2007-09-06 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.19.2




  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (90cf66773e63f90935563230755afb0661f5d354), Juuso Alasuutari, 09/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page