Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (2d60cde90d555d103c95696d115c3dc2dabcaeaa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (2d60cde90d555d103c95696d115c3dc2dabcaeaa)
  • Date: Tue, 3 Mar 2009 16:38:56 -0600

GIT changes to master grimoire by Eric Sandall
<esandall AT esandall25808.local.webex.com>:

audio-players/mpd/DEPENDS | 7 ++++++-
audio-players/mpd/HISTORY | 3 +++
gnome2-apps/evolution/DEPENDS | 7 ++++++-
gnome2-apps/evolution/HISTORY | 3 +++
gnome2-libs/evolution-data-server/DEPENDS | 7 ++++++-
gnome2-libs/evolution-data-server/HISTORY | 3 +++
gnome2-libs/evolution-exchange/DEPENDS | 7 ++++++-
gnome2-libs/evolution-exchange/HISTORY | 3 +++
gnome2-libs/gtkhtml2/DEPENDS | 7 ++++++-
gnome2-libs/gtkhtml2/HISTORY | 3 +++
gnome2-libs/libbonoboui/DEPENDS | 7 ++++++-
gnome2-libs/libbonoboui/HISTORY | 3 +++
gnome2-libs/libgnome/DEPENDS | 7 ++++++-
gnome2-libs/libgnome/HISTORY | 3 +++
gnome2-libs/libgnomeui/DEPENDS | 6 +++++-
gnome2-libs/libgnomeui/HISTORY | 3 +++
16 files changed, 71 insertions(+), 8 deletions(-)

New commits:
commit 2d60cde90d555d103c95696d115c3dc2dabcaeaa
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

evolution: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 2aceab8e535d2f78b3d6f8e5f6d573cbd7dd500a
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

libgnomeui: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 2b0417095ea3e2789adef51f0fa99f21f3f262ac
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

libgnome: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 0643f9e02a8bbe59fb15117458d9d1d07ea32e51
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

libbonoboui: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 18c5af36e082db30602b8681c9bd3776232bc69f
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

evolution-data-server: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 3e130f6f0cd00c2572b99a8aed79d681feb975b7
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

gtkhtml2: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for 'dispel --user-deps' and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 88b8a925821bcfa781809a705c198d71ea7582f7
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

evolution-exchange: Optionally depends on avahi

This package doesn't really seem to use avahi, but it will link
against it if avahi is available, so we need to add this as a dependency
for `dispel --user-deps` and other Sorcery functions to follow the
dependency tree properly for fixing library removals/additions.

commit 211a5aa87cb320104aeca1841c09a68be7d94d59
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

mpd: Optionally depends on avahi

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index ba70423..35dbd81 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -83,4 +83,9 @@ optional_depends curl \
optional_depends LIBAVCODEC \
"--enable-ffmpeg" \
"--disable-ffmpeg" \
- "for FFMPEG support"
+ "for FFMPEG support" &&
+
+optional_depends avahi \
+ '--with-zeroconf=avahi' \
+ '--with-zeroconf=no' \
+ 'for Zeroconf service discovery support'
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 964fd80..ecb9187 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on avahi
+
2009-02-24 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, needs recompilation on faad2 renewal
* DEPENDS: fixed oggvorbis and libmad flags
diff --git a/gnome2-apps/evolution/DEPENDS b/gnome2-apps/evolution/DEPENDS
index 4369cc4..c55cc08 100755
--- a/gnome2-apps/evolution/DEPENDS
+++ b/gnome2-apps/evolution/DEPENDS
@@ -73,4 +73,9 @@ optional_depends python \
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Enable gtk-doc documenation building"
+ "Enable gtk-doc documenation building" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index dde3b56..e8f2c60 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2009-02-09 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.24.4

diff --git a/gnome2-libs/evolution-data-server/DEPENDS
b/gnome2-libs/evolution-data-server/DEPENDS
index 030a9b8..e380576 100755
--- a/gnome2-libs/evolution-data-server/DEPENDS
+++ b/gnome2-libs/evolution-data-server/DEPENDS
@@ -26,4 +26,9 @@ optional_depends "nss" \
optional_depends "krb5" \
"--with-krb5=/usr" \
"--without-krb5" \
- "Enable kerberos 5 support?"
+ "Enable kerberos 5 support?" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/evolution-data-server/HISTORY
b/gnome2-libs/evolution-data-server/HISTORY
index 29931ea..dfcef00 100644
--- a/gnome2-libs/evolution-data-server/HISTORY
+++ b/gnome2-libs/evolution-data-server/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2009-02-18 Eric Sandall <sandalle AT sourcemage.org>
* {PRE_,}SUB_DEPENDS: In order for Exchange support to be built,
openldap needs to be built with the NTLM patch
diff --git a/gnome2-libs/evolution-exchange/DEPENDS
b/gnome2-libs/evolution-exchange/DEPENDS
index 21a9ea5..2bb113e 100755
--- a/gnome2-libs/evolution-exchange/DEPENDS
+++ b/gnome2-libs/evolution-exchange/DEPENDS
@@ -14,4 +14,9 @@ depends krb5 &&
optional_depends "gtk-doc" \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Enable gtk-doc to build documentation"
+ "Enable gtk-doc to build documentation" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/evolution-exchange/HISTORY
b/gnome2-libs/evolution-exchange/HISTORY
index 32b9cb5..5e03124 100644
--- a/gnome2-libs/evolution-exchange/HISTORY
+++ b/gnome2-libs/evolution-exchange/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2009-02-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Removed duplicate dependency on evolution-exchange
Second dependency includes -sub LDAP
diff --git a/gnome2-libs/gtkhtml2/DEPENDS b/gnome2-libs/gtkhtml2/DEPENDS
index 0e42676..428420d 100755
--- a/gnome2-libs/gtkhtml2/DEPENDS
+++ b/gnome2-libs/gtkhtml2/DEPENDS
@@ -10,4 +10,9 @@ depends enchant &&
depends iso-codes &&
depends gnome-icon-theme &&

-optional_depends libsoup "" "" "Enable soup"
+optional_depends libsoup "" "" "Enable soup" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/gtkhtml2/HISTORY b/gnome2-libs/gtkhtml2/HISTORY
index 7ec9016..e948ed6 100644
--- a/gnome2-libs/gtkhtml2/HISTORY
+++ b/gnome2-libs/gtkhtml2/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2009-02-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.24.5

diff --git a/gnome2-libs/libbonoboui/DEPENDS b/gnome2-libs/libbonoboui/DEPENDS
index 65d9288..0f7871f 100755
--- a/gnome2-libs/libbonoboui/DEPENDS
+++ b/gnome2-libs/libbonoboui/DEPENDS
@@ -11,4 +11,9 @@ depends xml-parser-expat &&
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+ "Build documentation with gtk-doc" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/libbonoboui/HISTORY b/gnome2-libs/libbonoboui/HISTORY
index b1a98e4..75c2c9c 100644
--- a/gnome2-libs/libbonoboui/HISTORY
+++ b/gnome2-libs/libbonoboui/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2008-09-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.24.0

diff --git a/gnome2-libs/libgnome/DEPENDS b/gnome2-libs/libgnome/DEPENDS
index 4a56ba3..d8311a0 100755
--- a/gnome2-libs/libgnome/DEPENDS
+++ b/gnome2-libs/libgnome/DEPENDS
@@ -16,4 +16,9 @@ optional_depends esound \
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+ "Build documentation with gtk-doc" &&
+
+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/libgnome/HISTORY b/gnome2-libs/libgnome/HISTORY
index fc9d32e..5e656d5 100644
--- a/gnome2-libs/libgnome/HISTORY
+++ b/gnome2-libs/libgnome/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2008-09-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.24.1
* G_SCHEMAS: added new ones are removed old ones
diff --git a/gnome2-libs/libgnomeui/DEPENDS b/gnome2-libs/libgnomeui/DEPENDS
index 771a67b..1500158 100755
--- a/gnome2-libs/libgnomeui/DEPENDS
+++ b/gnome2-libs/libgnomeui/DEPENDS
@@ -10,5 +10,9 @@ depends pango &&
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+ "Build documentation with gtk-doc" &&

+optional_depends avahi \
+ "" \
+ "" \
+ "for service discovery"
diff --git a/gnome2-libs/libgnomeui/HISTORY b/gnome2-libs/libgnomeui/HISTORY
index 90b193d..81f13b0 100644
--- a/gnome2-libs/libgnomeui/HISTORY
+++ b/gnome2-libs/libgnomeui/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Links against avahi if it's available
+
2008-09-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.24.0




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (2d60cde90d555d103c95696d115c3dc2dabcaeaa), Eric Sandall, 03/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page