summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorRobin Cook2013-02-17 17:31:52 -0600
committerRobin Cook2013-02-17 17:31:52 -0600
commit26a887ab2169e21a538eb727faf290d1dff1efc9 (patch)
tree35aa515802b0b8983fec22494a1dcf47a5616946 /telephony
parent3c1b94155aa6540f57ed5ebff5f186c7a7586b5b (diff)
farstream: updated to 0.2.2
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/farstream/DEPENDS10
-rwxr-xr-xtelephony/farstream/DETAILS2
-rw-r--r--telephony/farstream/HISTORY4
3 files changed, 15 insertions, 1 deletions
diff --git a/telephony/farstream/DEPENDS b/telephony/farstream/DEPENDS
index d80f8e260d..79b558786a 100755
--- a/telephony/farstream/DEPENDS
+++ b/telephony/farstream/DEPENDS
@@ -11,6 +11,16 @@ if is_depends_enabled $SPELL python; then
depends gst-python
fi &&
+optional_depends gobject-introspection \
+ "--enable-introspection --enable-gobject-cast-checks" \
+ "--disable-introspection --disable-gobject-cast-checks" \
+ "Enable introspection for this build?" &&
+
+optional_depends valgrind \
+ "--enable-valgrind" \
+ "--disable-valgrind" \
+ "Enable valgrind support?" &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/telephony/farstream/DETAILS b/telephony/farstream/DETAILS
index 9650d177b2..a49b77222c 100755
--- a/telephony/farstream/DETAILS
+++ b/telephony/farstream/DETAILS
@@ -1,5 +1,5 @@
SPELL=farstream
- VERSION=0.1.2
+ VERSION=0.2.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
WEB_SITE=http://www.freedesktop.org/wiki/Software/Farstream
diff --git a/telephony/farstream/HISTORY b/telephony/farstream/HISTORY
index 10de25f05a..a5dd153b0c 100644
--- a/telephony/farstream/HISTORY
+++ b/telephony/farstream/HISTORY
@@ -1,3 +1,7 @@
+2013-02-17 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated VERSION to 0.2.2
+ * DEPENDS: added new optional depends
+
2012-08-30 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: added missing required (libnice) and optional dependencies
(python, gtk-doc)