Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb6b630b072e96f1048a8ffccb2124a03410435)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb6b630b072e96f1048a8ffccb2124a03410435)
  • Date: Thu, 30 Aug 2012 06:02:20 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-im/gajim/DEPENDS | 5 +++++
chat-im/gajim/HISTORY | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 6cb6b630b072e96f1048a8ffccb2124a03410435
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gajim: added required dependencies for audio/video support

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 2ad2459..5f477b1 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -7,6 +7,11 @@ suggest_depends avahi "" "" "for serverless chatting in a
local network" &&

suggest_depends -sub PYTHON farstream "" "" "for ability to start audio and
video chat" &&

+if is_depends_enabled $SPELL farstream; then
+ depends gst-plugins-good &&
+ depends gst-plugins-bad # required for rtp muxer
+fi &&
+
suggest_depends pyopenssl "" "" "for secure connections support" &&
suggest_depends dbus-python "" "" "to control Gajim via commandline" &&

diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 94235eb..bf789a8 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,6 +1,7 @@
2012-08-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15.1
- * DEPENDS: switch from python-farsight to python-farstream
+ * DEPENDS: switch from python-farsight to python-farstream; added
+ required dependencies for audio/video support

2012-03-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6cb6b630b072e96f1048a8ffccb2124a03410435), Vlad Glagolev, 08/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page