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