Skip to Content.
Sympa Menu

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

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 (0e99bbbc16fa595b755e199ff66fd30173ef27bb)
  • Date: Thu, 20 Aug 2009 15:29:03 -0500

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

chat-im/pidgin/DEPENDS | 27 ++++++++++++++++-----------
chat-im/pidgin/HISTORY | 8 ++++++++
2 files changed, 24 insertions(+), 11 deletions(-)

New commits:
commit 0e99bbbc16fa595b755e199ff66fd30173ef27bb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: Optionally depends on libsm for X11 session management
other libraries may require libsm to be enabled (e.g. gtk+2) if
they are also enabled

commit bdc05afbc92b17fefc0c7dd61a884460e52bf238
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: Optionally depends on gettext for Native Language support

commit 8c11bc3ce373e7f773194c9fdd13a73003faf562
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: nas and audiofile are unknown to pidgin
configure: WARNING: unrecognized options: --enable-audio, --disable-nas

commit e82550f7632024a731611b0abc459fd4abd39e5c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: Optionally depends on libidn

diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index 780faab..c719ef8 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -32,11 +32,6 @@ optional_depends gnutls
\
"--enable-gnutls=no" \
"an alternative to nss for MSN protocol SSL support" &&

-optional_depends audiofile \
- "--enable-audio" \
- "--disable-audio" \
- "to play aiff, snd, wave, and au files" &&
-
optional_depends gtkspell \
"" \
"--disable-gtkspell" \
@@ -47,11 +42,6 @@ optional_depends startup-notification \
"--disable-startup-notification" \
"support for the startup-notification spec from
freedesktop.org" &&

-optional_depends nas \
- "--enable-nas" \
- "--disable-nas" \
- "for Network Audio System support" &&
-
optional_depends perl \
'--enable-perl' \
'--disable-perl' \
@@ -77,6 +67,11 @@ optional_depends dbus \
"--disable-dbus" \
"for DBUS support" &&

+optional_depends libsm \
+ '--enable-sm' \
+ '--disable-sm' \
+ 'for X11 session management' &&
+
optional_depends howl \
'' \
'' \
@@ -100,4 +95,14 @@ optional_depends avahi \
optional_depends meanwhile \
'' \
'--disable-meanwhile' \
- 'for Lotus Instant Messenger/Sametime protocol'
+ 'for Lotus Instant Messenger/Sametime protocol' &&
+
+optional_depends gettext \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language support' &&
+
+optional_depends libidn \
+ '--enable-idn' \
+ '--disable-idn' \
+ 'for International Domain Name support'
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index de625bd..32cbeb9 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,11 @@
+2009-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on libidn
+ nas and audiofile are unknown to pidgin
+ configure: WARNING: unrecognized options: --enable-audio,
--disable-nas
+ Optionally depends on gettext for Native Language support
+ Optionally depends on libsm for X11 session management, other
libraries
+ may require libsm to be enabled (e.g. gtk+2) if they are also
enabled.
+
2009-08-19 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.6.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0e99bbbc16fa595b755e199ff66fd30173ef27bb), Eric Sandall, 08/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page