Skip to Content.
Sympa Menu

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

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 (a084f9df1ce320dfcc12823d2e734fecdf3a70cb)
  • Date: Sat, 21 Apr 2007 16:55:19 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a084f9df1ce320dfcc12823d2e734fecdf3a70cb), Eric Sandall, 04/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page