Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (72724e7544aa3c2eaaba068e7cdfb729221cf4d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (72724e7544aa3c2eaaba068e7cdfb729221cf4d0)
  • Date: Thu, 15 Jul 2010 15:37:27 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

gnome2-libs/policykit-gnome/DEPENDS | 4 ----
gnome2-libs/policykit-gnome/HISTORY | 3 +++
net/farsight2/DEPENDS | 6 ++++--
net/farsight2/HISTORY | 3 ++-
4 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 72724e7544aa3c2eaaba068e7cdfb729221cf4d0
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

farsight2: added missing optional dependencies on gupnp-igd and pygtk2

commit 0333faf0c0541b0a67d6f947b793c5f12d134ffc
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

policykit-gnome: doesn't need gir-repository anymore

diff --git a/gnome2-libs/policykit-gnome/DEPENDS
b/gnome2-libs/policykit-gnome/DEPENDS
index 653104b..df099ed 100755
--- a/gnome2-libs/policykit-gnome/DEPENDS
+++ b/gnome2-libs/policykit-gnome/DEPENDS
@@ -8,10 +8,6 @@ optional_depends gobject-introspection \
"--disable-introspection" \
"to enable GObject introspection" &&

-if is_depends_enabled $SPELL gobject-introspection; then
- depends gir-repository
-fi &&
-
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/policykit-gnome/HISTORY
b/gnome2-libs/policykit-gnome/HISTORY
index d1980a1..cc9e2fd 100644
--- a/gnome2-libs/policykit-gnome/HISTORY
+++ b/gnome2-libs/policykit-gnome/HISTORY
@@ -1,3 +1,6 @@
+2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: doesn't need gir-repository anymore
+
2010-03-19 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: needs gir repository if gobject-introspection is enabled

diff --git a/net/farsight2/DEPENDS b/net/farsight2/DEPENDS
index 6ffef00..e59d410 100755
--- a/net/farsight2/DEPENDS
+++ b/net/farsight2/DEPENDS
@@ -3,5 +3,7 @@ optional_depends python "--enable-python" "--disable-python"
"To build python bi
if is_depends_enabled $SPELL python; then
depends gst-python
fi &&
-optional_depends gst-plugins-good '' '' 'for the RTP plugin' &&
-optional_depends gst-plugins-bad '' '' 'for the MSN plugin'
+optional_depends gst-plugins-good '' '' 'for the RTP and MSN plugins' &&
+optional_depends gst-plugins-bad '' '' 'for the MSN plugin' &&
+optional_depends gupnp-igd '' '' 'for UPNP support' &&
+optional_depends pygtk2 '' '' 'for the GUI example'
diff --git a/net/farsight2/HISTORY b/net/farsight2/HISTORY
index 956426b..ea7ae23 100644
--- a/net/farsight2/HISTORY
+++ b/net/farsight2/HISTORY
@@ -1,5 +1,6 @@
2010-07-15 Arjan Bouter <abouter AT sourcemage.org>
- * DETAILS: 0.0.20
+ * DETAILS: 0.0.20, added missing optional dependencies on gupnp-igd
and
+ pygtk2

2010-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.0.17



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (72724e7544aa3c2eaaba068e7cdfb729221cf4d0), Arjan Bouter, 07/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page