Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (122cdfdcc44048cc80b8e87e699983df8e505295)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (122cdfdcc44048cc80b8e87e699983df8e505295)
  • Date: Fri, 25 Sep 2009 10:41:36 -0500

GIT changes to master grimoire by David Kowis <dkowis AT Kain.shlrm.org>:

net/farsight2/DEPENDS | 7 ++++++-
net/farsight2/HISTORY | 6 ++++++
2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 122cdfdcc44048cc80b8e87e699983df8e505295
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

farsight2: make it handle python intelligently

diff --git a/net/farsight2/DEPENDS b/net/farsight2/DEPENDS
index 84be05c..866f4b3 100755
--- a/net/farsight2/DEPENDS
+++ b/net/farsight2/DEPENDS
@@ -1 +1,6 @@
-depends libnice
+depends libnice &&
+optional_depends python "--enable-python" "--disable-python" "To build
python bindings" &&
+if is_depends_enabled $SPELL python; then
+ depends gst-python
+fi
+
diff --git a/net/farsight2/HISTORY b/net/farsight2/HISTORY
index cd0212e..aea1ac7 100644
--- a/net/farsight2/HISTORY
+++ b/net/farsight2/HISTORY
@@ -1,3 +1,9 @@
+2009-09-25 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: if there's a python installed it automatically grabs onto
+ trying to build python bindings. So made an optional dependency of
python
+ Also, it will need gst-python if it wants to use python's bindings.
+ So added that depends as well.
+
2009-09-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS: spell created, version 0.0.15




  • [SM-Commit] GIT changes to master grimoire by David Kowis (122cdfdcc44048cc80b8e87e699983df8e505295), David Kowis, 09/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page