[SM-Commit] GIT changes to master grimoire by Eric Sandall (a084f9df1ce320dfcc12823d2e734fecdf3a70cb)

Eric Sandall scm at sourcemage.org
Sat Apr 21 17:55:19 EDT 2007


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 chat-im/gaim/DEPENDS |    6 +++++-
 chat-im/gaim/HISTORY |    3 +++
 video/vlc/DEPENDS    |    7 ++++++-
 video/vlc/HISTORY    |    3 +++
 4 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit a084f9df1ce320dfcc12823d2e734fecdf3a70cb
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    vlc: Optionally depends on libnotify

commit 1ad603e35f516e04fd679632866d489cb49d084c
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gaim: Bonjour plugin links against howl, if it's available

diff --git a/chat-im/gaim/DEPENDS b/chat-im/gaim/DEPENDS
index 8c91876..97be709 100755
--- a/chat-im/gaim/DEPENDS
+++ b/chat-im/gaim/DEPENDS
@@ -73,5 +73,9 @@ optional_depends  mono                            \
 optional_depends  dbus                            \
                   "--enable-dbus"                 \
                   "--disable-dbus"                \
-                  "for DBUS support"
+                  "for DBUS support"              &&
 
+optional_depends  howl                                      \
+                  ''                                        \
+                  ''                                        \
+                  'for network ZeroConf in Bonjour plugin'
diff --git a/chat-im/gaim/HISTORY b/chat-im/gaim/HISTORY
index 3259433..f6da5f5 100644
--- a/chat-im/gaim/HISTORY
+++ b/chat-im/gaim/HISTORY
@@ -1,3 +1,6 @@
+2007-04-21 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Bonjour plugin can link against howl
+
 2007-03-03 George Sherwood <george at beernabeer.com>
 	* DETAILS: Fixed svn to work with http vice https. Bug 12617.
 
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index 2e58f51..b933f84 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -212,4 +212,9 @@ optional_depends  "goom"            \
 optional_depends  "librsvg2"       \
                   "--enable-svg"   \
                   "--disable-svg"  \
-                  "for SVG support"
+                  "for SVG support"  &&
+
+optional_depends  "libnotify"                          \
+                  "--enable-notify"                    \
+                  "--disable-notify"                   \
+                  "for desktop notifications support"
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index cec6255..e014184 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2007-04-21 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Optionally depends on libnotify
+
 2007-04-19 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* DETAILS: updated to 0.8.6b, SECURITY_PATCH++, CVE-2007-0256
 



More information about the SM-Commit mailing list