Skip to Content.
Sympa Menu

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

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 (6c59775be4c04a1d22b1ae536607bc16a60afaec)
  • Date: Tue, 26 Aug 2008 04:26:30 -0500

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

audio-drivers/libffado/DEPENDS | 4 ++++
audio-drivers/libffado/HISTORY | 5 ++++-
editors/nedit/BUILD | 3 ++-
editors/nedit/HISTORY | 3 +++
4 files changed, 13 insertions(+), 2 deletions(-)

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

libffado: add some depends

commit 974d3c9518c2960f0713666f81e4e9f491acfd8f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

nedit: make build continue without pressing enter

diff --git a/audio-drivers/libffado/DEPENDS b/audio-drivers/libffado/DEPENDS
index 53d160c..6f7a016 100755
--- a/audio-drivers/libffado/DEPENDS
+++ b/audio-drivers/libffado/DEPENDS
@@ -1,8 +1,12 @@
+depends expat &&
depends libxml++ &&
depends libraw1394 &&
depends libiec61883 &&
depends libavc1394 &&
depends dbus &&
+depends g++ &&
+depends glib2 &&
+depends libsigc++3 &&
# could be optional for mixer GUI
depends qt4 &&
depends pyqt4 &&
diff --git a/audio-drivers/libffado/HISTORY b/audio-drivers/libffado/HISTORY
index a0fcd6d..15c3fc0 100644
--- a/audio-drivers/libffado/HISTORY
+++ b/audio-drivers/libffado/HISTORY
@@ -1,2 +1,5 @@
+2008-08-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: added some
+
2008-07-23 Thomas Orgis <sobukus AT sourcemage.org>
- BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: created
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: created
diff --git a/editors/nedit/BUILD b/editors/nedit/BUILD
index fc65df5..aac5ba2 100755
--- a/editors/nedit/BUILD
+++ b/editors/nedit/BUILD
@@ -10,4 +10,5 @@ sed -e "s/CFLAGS\=/CFLAGS:=-DBUILD_UNTESTED_NEDIT
-DREPLACE_SCOPE /" \
Makefile.linux.tmp > Makefile.linux &&
rm Makefile.linux.tmp &&
cd ${SOURCE_DIRECTORY} &&
-make linux
+# echo to make build continue in case of untested build warning
+echo | make linux
diff --git a/editors/nedit/HISTORY b/editors/nedit/HISTORY
index ce3925e..8fcabae 100644
--- a/editors/nedit/HISTORY
+++ b/editors/nedit/HISTORY
@@ -1,3 +1,6 @@
+2008-08-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: prevent build stall because of query to press enter
+
2008-08-19 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* INSTALL: install path for man pages, fixes bug #12191




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (6c59775be4c04a1d22b1ae536607bc16a60afaec), Thomas Orgis, 08/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page