Skip to Content.
Sympa Menu

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

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 (8df5daf6436c086298de92f598bae6eb87a51087)
  • Date: Thu, 30 Aug 2012 05:25:12 -0500

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

chat-im/gajim/DEPENDS | 3 ++-
chat-im/gajim/DETAILS | 2 +-
chat-im/gajim/HISTORY | 4 ++++
chat-im/gajim/gajim-0.15.1.tar.bz2.sig |binary
chat-im/gajim/gajim-0.15.tar.bz2.sig | 0
dev/null |binary
telephony/farstream/DEPENDS | 17 ++++++++++++++++-
telephony/farstream/HISTORY | 4 ++++
telephony/farstream/PRE_SUB_DEPENDS | 4 ++++
telephony/farstream/SUB_DEPENDS | 6 ++++++
10 files changed, 37 insertions(+), 3 deletions(-)

New commits:
commit 8df5daf6436c086298de92f598bae6eb87a51087
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gajim: => 0.15.1

commit c0d6521d075c24bb99023efed0218fbb4fda6310
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

farstream: added missing dependencies

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 4509c3a..2ad2459 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -4,7 +4,8 @@ depends intltool &&

# TODO: added subdepends according to the spells
suggest_depends avahi "" "" "for serverless chatting in a local network" &&
-suggest_depends farsight2 "" "" "for ability to start audio and video chat"
&&
+
+suggest_depends -sub PYTHON farstream "" "" "for ability to start audio and
video chat" &&

suggest_depends pyopenssl "" "" "for secure connections support" &&
suggest_depends dbus-python "" "" "to control Gajim via commandline" &&
diff --git a/chat-im/gajim/DETAILS b/chat-im/gajim/DETAILS
index 7295715..7238a64 100755
--- a/chat-im/gajim/DETAILS
+++ b/chat-im/gajim/DETAILS
@@ -1,5 +1,5 @@
SPELL=gajim
- VERSION=0.15
+ VERSION=0.15.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.gajim.org/downloads/$BRANCH/$SOURCE
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 8e74197..94235eb 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +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
+
2012-03-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15
* DEPENDS: added upower suggest dep
diff --git a/chat-im/gajim/gajim-0.15.1.tar.bz2.sig
b/chat-im/gajim/gajim-0.15.1.tar.bz2.sig
new file mode 100644
index 0000000..d2b9b54
Binary files /dev/null and b/chat-im/gajim/gajim-0.15.1.tar.bz2.sig differ
diff --git a/chat-im/gajim/gajim-0.15.tar.bz2.sig
b/chat-im/gajim/gajim-0.15.tar.bz2.sig
deleted file mode 100644
index b4653fc..0000000
Binary files a/chat-im/gajim/gajim-0.15.tar.bz2.sig and /dev/null differ
diff --git a/telephony/farstream/DEPENDS b/telephony/farstream/DEPENDS
index 3914e0b..56d0b96 100755
--- a/telephony/farstream/DEPENDS
+++ b/telephony/farstream/DEPENDS
@@ -1 +1,16 @@
-depends gstreamer
+depends gstreamer &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "for Python bindings" &&
+
+if is_depends_enabled $SPELL python; then
+ depends pygobject &&
+ depends gst-python
+fi &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation"
diff --git a/telephony/farstream/HISTORY b/telephony/farstream/HISTORY
index 4ceeaeb..8e8aef3 100644
--- a/telephony/farstream/HISTORY
+++ b/telephony/farstream/HISTORY
@@ -1,2 +1,6 @@
+2012-08-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing optional dependencies (python, gtk-doc)
+ * {PRE_,}SUB_DEPENDS: added, for PYTHON subdependency
+
2012-04-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS: spell created, version 0.1.2
diff --git a/telephony/farstream/PRE_SUB_DEPENDS
b/telephony/farstream/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..90596d9
--- /dev/null
+++ b/telephony/farstream/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case "$THIS_SUB_DEPENDS" in
+ PYTHON) is_depends_enabled $SPELL python ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac
diff --git a/telephony/farstream/SUB_DEPENDS b/telephony/farstream/SUB_DEPENDS
new file mode 100755
index 0000000..6e8c990
--- /dev/null
+++ b/telephony/farstream/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case "$THIS_SUB_DEPENDS" in
+ PYTHON) depends python "--enable-python" &&
+ depends pygobject &&
+ depends gst-python ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac



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

Archive powered by MHonArc 2.6.24.

Top of Page