[Pkg-telepathy-commits] ./packages/experimental/farsight2 r23: * Enable libnice support
sjoerd at luon.net
sjoerd at luon.net
Wed Nov 26 15:40:19 UTC 2008
------------------------------------------------------------
revno: 23
committer: sjoerd at luon.net
branch nick: farsight2
timestamp: Wed 2008-11-26 16:40:19 +0100
message:
* Enable libnice support
* debian/patches/00-dont-release-pads.patch:
- Don't release request pads on gstrtpbin. It's not implemented and causes
warnings
modified:
changelog
control
rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog 2008-11-13 22:09:35 +0000
+++ b/changelog 2008-11-26 15:40:19 +0000
@@ -1,3 +1,12 @@
+farsight2 (0.0.4-2) UNRELEASED; urgency=low
+
+ * Enable libnice support
+ * debian/patches/00-dont-release-pads.patch:
+ - Don't release request pads on gstrtpbin. It's not implemented and causes
+ warnings
+
+ -- Sjoerd Simons <sjoerd at debian.org> Wed, 26 Nov 2008 16:38:28 +0100
+
farsight2 (0.0.4-1) experimental; urgency=low
* New upstream release
=== modified file 'control'
--- a/control 2008-09-17 19:31:28 +0000
+++ b/control 2008-11-26 15:40:19 +0000
@@ -13,7 +13,8 @@
libgstreamer-plugins-base0.10-dev (>= 0.10.17),
python-central (>= 0.5),
python-gtk2-dev,
- python-gst0.10
+ python-gst0.10,
+ libnice-dev
Standards-Version: 3.8.0
Vcs-Bzr: http://bzr.debian.org/pkg-telepathy/packages/experimental/farsight2/
Homepage: http://farsight.freedesktop.org
@@ -25,7 +26,8 @@
Depends: ${shlibs:Depends}, ${misc:Depends},
gstreamer0.10-plugins-base (>= 0.10.17),
gstreamer0.10-plugins-good (>= 0.10.8),
- gstreamer0.10-plugins-bad (>= 0.10.7)
+ gstreamer0.10-plugins-bad (>= 0.10.7),
+ gstreamer0.10-nice
Description: Audio/Video communications framework: core library
The Farsight project is an effort to create a framework to deal with all
known audio/video conferencing protocols. On one side it offers a generic
=== modified file 'rules'
--- a/rules 2008-11-13 22:07:24 +0000
+++ b/rules 2008-11-26 15:40:19 +0000
@@ -4,8 +4,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-python \
- --with-transmitter-plugins=rawudp,multicast
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-python
# Testsuit has a race-condition, so disable it for now
#DEB_MAKE_CHECK_TARGET = check
More information about the Pkg-telepathy-commits
mailing list