diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 21:56:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 21:56:10 +0800 |
commit | 85e40e1e0a5982eb28ee0a774ca8c39ffddcd671 (patch) | |
tree | 740c9921dddd07fe98256a8f234a196244484450 | |
parent | 95993467487772932d44853f7faa573377719f32 (diff) | |
download | marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.gz marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.zst marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.zip |
Update to 0.2.3.
Submitted by: Gustau Perez (based on)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18504 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/farstream/Makefile | 12 | ||||
-rw-r--r-- | net-im/farstream/distinfo | 4 | ||||
-rw-r--r-- | net-im/farstream/files/patch-gir-fixes | 132 | ||||
-rw-r--r-- | net-im/farstream/pkg-plist | 245 |
4 files changed, 126 insertions, 267 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 314695c82..dca7051c9 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net-im/farstream/Makefile 17271 2013-04-01 15:16:27Z kwm $ +# $MCom: ports/net-im/farstream/Makefile,v 1.2 2012/06/13 09:31:14 kwm Exp $ PORTNAME= farstream -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.3 CATEGORIES= net-im devel MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ @@ -11,16 +11,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice +RUN_DEPENDS= libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 CONFLICTS= farsight2-[0-9]* -FETCH_ARGS= -Fpr USE_GMAKE= yes -USES= gettext pathfix pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= glib20 ltverhack introspection:build -USE_GSTREAMER= core good bad python +USES= gettext pathfix pkgconfig +USE_GNOME= glib20 ltverhack +USE_GSTREAMER1= good bad USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/farstream/distinfo b/net-im/farstream/distinfo index 0633b44ff..de5974a38 100644 --- a/net-im/farstream/distinfo +++ b/net-im/farstream/distinfo @@ -1,2 +1,2 @@ -SHA256 (farstream-0.1.2.tar.gz) = fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9 -SIZE (farstream-0.1.2.tar.gz) = 1265972 +SHA256 (farstream-0.2.3.tar.gz) = bff535949252cdfc0374cb91f08b08476e7af38183295269b579500cc6c60496 +SIZE (farstream-0.2.3.tar.gz) = 1253317 diff --git a/net-im/farstream/files/patch-gir-fixes b/net-im/farstream/files/patch-gir-fixes deleted file mode 100644 index 256e7aab1..000000000 --- a/net-im/farstream/files/patch-gir-fixes +++ /dev/null @@ -1,132 +0,0 @@ -From 39450457190675716c8e66700e35b05334a6a1a0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= <olivier.crete@collabora.com> -Date: Fri, 25 May 2012 17:06:59 -0400 -Subject: [PATCH] Gtk-doc tags belong after the description - ---- - farstream/fs-session.c | 16 +++++++--------- - farstream/fs-stream.c | 15 ++++++--------- - 2 files changed, 13 insertions(+), 18 deletions(-) - -diff --git a/farstream/fs-session.c b/farstream/fs-session.c -index 80794d1..abb1bc3 100644 ---- farstream/fs-session.c -+++ farstream/fs-session.c -@@ -270,9 +270,6 @@ fs_session_class_init (FsSessionClass *klass) - /** - * FsSession:codec-preferences: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the current preferences list for the local codecs. It is - * set by the user to specify the codec options and priorities. The user may - * change its value with fs_session_set_codec_preferences() at any time -@@ -283,6 +280,9 @@ fs_session_class_init (FsSessionClass *klass) - * or %FS_CODEC_ID_ANY. If the encoding name is "reserve-pt", then the - * payload type of the codec will be "reserved" and not be used by any - * dynamically assigned payload type. -+ * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_CODEC_PREFERENCES, -@@ -296,9 +296,6 @@ fs_session_class_init (FsSessionClass *klass) - /** - * FsSession:codecs: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the list of codecs used for this session. It will include the - * codecs and payload type used to receive media on this session. It will - * also include any configuration parameter that must be transmitted reliably -@@ -317,6 +314,8 @@ fs_session_class_init (FsSessionClass *klass) - * It is a #GList of #FsCodec. User must free this codec list using - * fs_codec_list_destroy() when done. - * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_CODECS, -@@ -329,9 +328,6 @@ fs_session_class_init (FsSessionClass *klass) - /** - * FsSession:codecs-without-config: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the same list of codecs as #FsSession:codecs without - * the configuration information that describes the data sent. It is suitable - * for configurations where a list of codecs is shared by many senders. -@@ -349,6 +345,8 @@ fs_session_class_init (FsSessionClass *klass) - * It is a #GList of #FsCodec. User must free this codec list using - * fs_codec_list_destroy() when done. - * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_CODECS_WITHOUT_CONFIG, -diff --git a/farstream/fs-stream.c b/farstream/fs-stream.c -index b9e1320..110641d 100644 ---- farstream/fs-stream.c -+++ farstream/fs-stream.c -@@ -176,13 +176,12 @@ fs_stream_class_init (FsStreamClass *klass) - /** - * FsStream:remote-codecs: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the list of remote codecs for this stream. They must be set by the - * user as soon as they are known using fs_stream_set_remote_codecs() - * (generally through external signaling). It is a #GList of #FsCodec. - * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_REMOTE_CODECS, -@@ -195,15 +194,14 @@ fs_stream_class_init (FsStreamClass *klass) - /** - * FsStream:negotiated-codecs: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the list of negotiatied codecs, it is the same list as the list - * of #FsCodec from the parent #FsSession, except that the codec config data - * has been replaced with the data from the remote codecs for this stream. - * This is the list of #FsCodec used to receive data from this stream. - * It is a #GList of #FsCodec. - * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_NEGOTIATED_CODECS, -@@ -216,9 +214,6 @@ fs_stream_class_init (FsStreamClass *klass) - /** - * FsStream:current-recv-codecs: - * -- * Type: GLib.List(FsCodec) -- * Transfer: full -- * - * This is the list of codecs that have been received by this stream. - * The user must free the list if fs_codec_list_destroy(). - * The "farstream-recv-codecs-changed" message is send on the #GstBus -@@ -228,6 +223,8 @@ fs_stream_class_init (FsStreamClass *klass) - * also be emitted if the pad already exists, but the source material that - * will come to it is different. - * -+ * Type: GLib.List(FsCodec) -+ * Transfer: full - */ - g_object_class_install_property (gobject_class, - PROP_CURRENT_RECV_CODECS, --- -1.7.8.6 - diff --git a/net-im/farstream/pkg-plist b/net-im/farstream/pkg-plist index 5d02a7ba1..c30bfb26c 100644 --- a/net-im/farstream/pkg-plist +++ b/net-im/farstream/pkg-plist @@ -1,128 +1,119 @@ -include/farstream-0.1/farstream/fs-candidate.h -include/farstream-0.1/farstream/fs-codec.h -include/farstream-0.1/farstream/fs-conference.h -include/farstream-0.1/farstream/fs-element-added-notifier.h -include/farstream-0.1/farstream/fs-enumtypes.h -include/farstream-0.1/farstream/fs-participant.h -include/farstream-0.1/farstream/fs-plugin.h -include/farstream-0.1/farstream/fs-rtp.h -include/farstream-0.1/farstream/fs-session.h -include/farstream-0.1/farstream/fs-stream-transmitter.h -include/farstream-0.1/farstream/fs-stream.h -include/farstream-0.1/farstream/fs-transmitter.h -include/farstream-0.1/farstream/fs-utils.h -lib/farstream-0.1/libmulticast-transmitter.a -lib/farstream-0.1/libmulticast-transmitter.la -lib/farstream-0.1/libmulticast-transmitter.so -lib/farstream-0.1/libnice-transmitter.a -lib/farstream-0.1/libnice-transmitter.la -lib/farstream-0.1/libnice-transmitter.so -lib/farstream-0.1/librawudp-transmitter.a -lib/farstream-0.1/librawudp-transmitter.la -lib/farstream-0.1/librawudp-transmitter.so -lib/farstream-0.1/libshm-transmitter.a -lib/farstream-0.1/libshm-transmitter.la -lib/farstream-0.1/libshm-transmitter.so -lib/girepository-1.0/Farstream-0.1.typelib -lib/gstreamer-0.10/libfsfunnel.a -lib/gstreamer-0.10/libfsfunnel.la -lib/gstreamer-0.10/libfsfunnel.so -lib/gstreamer-0.10/libfsmsnconference.a -lib/gstreamer-0.10/libfsmsnconference.la -lib/gstreamer-0.10/libfsmsnconference.so -lib/gstreamer-0.10/libfsrawconference.a -lib/gstreamer-0.10/libfsrawconference.la -lib/gstreamer-0.10/libfsrawconference.so -lib/gstreamer-0.10/libfsrtcpfilter.a -lib/gstreamer-0.10/libfsrtcpfilter.la -lib/gstreamer-0.10/libfsrtcpfilter.so -lib/gstreamer-0.10/libfsrtpconference.a -lib/gstreamer-0.10/libfsrtpconference.la -lib/gstreamer-0.10/libfsrtpconference.so -lib/gstreamer-0.10/libfsvideoanyrate.a -lib/gstreamer-0.10/libfsvideoanyrate.la -lib/gstreamer-0.10/libfsvideoanyrate.so -lib/libfarstream-0.1.a -lib/libfarstream-0.1.la -lib/libfarstream-0.1.so -lib/libfarstream-0.1.so.0 -%%PYTHON_SITELIBDIR%%/farstream.a -%%PYTHON_SITELIBDIR%%/farstream.la -%%PYTHON_SITELIBDIR%%/farstream.so -libdata/pkgconfig/farstream-0.1.pc -%%DATADIR%%/0.1/fsrawconference/default-element-properties -%%DATADIR%%/0.1/fsrtpconference/default-codec-preferences -%%DATADIR%%/0.1/fsrtpconference/default-element-properties -share/gir-1.0/Farstream-0.1.gir -share/gtk-doc/html/farstream-libs-0.10/FsConference.html -share/gtk-doc/html/farstream-libs-0.10/FsElementAddedNotifier.html -share/gtk-doc/html/farstream-libs-0.10/FsParticipant.html -share/gtk-doc/html/farstream-libs-0.10/FsSession.html -share/gtk-doc/html/farstream-libs-0.10/FsStream.html -share/gtk-doc/html/farstream-libs-0.10/FsStreamTransmitter.html -share/gtk-doc/html/farstream-libs-0.10/FsTransmitter.html -share/gtk-doc/html/farstream-libs-0.10/ch01.html -share/gtk-doc/html/farstream-libs-0.10/ch02.html -share/gtk-doc/html/farstream-libs-0.10/ch03.html -share/gtk-doc/html/farstream-libs-0.10/ch04.html -share/gtk-doc/html/farstream-libs-0.10/ch05.html -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-0.10.devhelp2 -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-FsCandidate.html -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-FsCodec.html -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-FsPlugin.html -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-RTP-Specific-types.html -share/gtk-doc/html/farstream-libs-0.10/farstream-libs-Utility-functions.html -share/gtk-doc/html/farstream-libs-0.10/home.png -share/gtk-doc/html/farstream-libs-0.10/index.html -share/gtk-doc/html/farstream-libs-0.10/index.sgml -share/gtk-doc/html/farstream-libs-0.10/left.png -share/gtk-doc/html/farstream-libs-0.10/pt01.html -share/gtk-doc/html/farstream-libs-0.10/pt02.html -share/gtk-doc/html/farstream-libs-0.10/right.png -share/gtk-doc/html/farstream-libs-0.10/style.css -share/gtk-doc/html/farstream-libs-0.10/up.png -share/gtk-doc/html/farstream-plugins-0.1/ch01.html -share/gtk-doc/html/farstream-plugins-0.1/ch02.html -share/gtk-doc/html/farstream-plugins-0.1/ch03.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-0.10.devhelp2 -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsFunnel.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnCamCamRecvConference.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnCamSendConference.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnConference.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnParticipant.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnSession.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMsnStream.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsMulticastStreamTransmitter.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsNiceStreamTransmitter.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRawConference.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRawParticipant.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRawSession.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRawStream.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRawUdpStreamTransmitter.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRtpConference.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRtpParticipant.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRtpSession.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsRtpStream.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-FsShmStreamTransmitter.html -share/gtk-doc/html/farstream-plugins-0.1/farstream-plugins-GstVideoanyrate.html -share/gtk-doc/html/farstream-plugins-0.1/home.png -share/gtk-doc/html/farstream-plugins-0.1/index.html -share/gtk-doc/html/farstream-plugins-0.1/index.sgml -share/gtk-doc/html/farstream-plugins-0.1/left.png -share/gtk-doc/html/farstream-plugins-0.1/pt01.html -share/gtk-doc/html/farstream-plugins-0.1/pt02.html -share/gtk-doc/html/farstream-plugins-0.1/pt03.html -share/gtk-doc/html/farstream-plugins-0.1/right.png -share/gtk-doc/html/farstream-plugins-0.1/style.css -share/gtk-doc/html/farstream-plugins-0.1/up.png -@dirrm share/gtk-doc/html/farstream-plugins-0.1 -@dirrm share/gtk-doc/html/farstream-libs-0.10 -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm %%DATADIR%%/0.1/fsrtpconference -@dirrm %%DATADIR%%/0.1/fsrawconference -@dirrm %%DATADIR%%/0.1 +include/farstream-0.2/farstream/fs-candidate.h +include/farstream-0.2/farstream/fs-codec.h +include/farstream-0.2/farstream/fs-conference.h +include/farstream-0.2/farstream/fs-element-added-notifier.h +include/farstream-0.2/farstream/fs-enumtypes.h +include/farstream-0.2/farstream/fs-participant.h +include/farstream-0.2/farstream/fs-plugin.h +include/farstream-0.2/farstream/fs-rtp.h +include/farstream-0.2/farstream/fs-session.h +include/farstream-0.2/farstream/fs-stream-transmitter.h +include/farstream-0.2/farstream/fs-stream.h +include/farstream-0.2/farstream/fs-transmitter.h +include/farstream-0.2/farstream/fs-utils.h +lib/farstream-0.2/libmulticast-transmitter.a +lib/farstream-0.2/libmulticast-transmitter.la +lib/farstream-0.2/libmulticast-transmitter.so +lib/farstream-0.2/libnice-transmitter.a +lib/farstream-0.2/libnice-transmitter.la +lib/farstream-0.2/libnice-transmitter.so +lib/farstream-0.2/librawudp-transmitter.a +lib/farstream-0.2/librawudp-transmitter.la +lib/farstream-0.2/librawudp-transmitter.so +lib/farstream-0.2/libshm-transmitter.a +lib/farstream-0.2/libshm-transmitter.la +lib/farstream-0.2/libshm-transmitter.so +lib/girepository-1.0/Farstream-0.2.typelib +lib/gstreamer-1.0/libfsmsnconference.a +lib/gstreamer-1.0/libfsmsnconference.la +lib/gstreamer-1.0/libfsmsnconference.so +lib/gstreamer-1.0/libfsrawconference.a +lib/gstreamer-1.0/libfsrawconference.la +lib/gstreamer-1.0/libfsrawconference.so +lib/gstreamer-1.0/libfsrtcpfilter.a +lib/gstreamer-1.0/libfsrtcpfilter.la +lib/gstreamer-1.0/libfsrtcpfilter.so +lib/gstreamer-1.0/libfsrtpconference.a +lib/gstreamer-1.0/libfsrtpconference.la +lib/gstreamer-1.0/libfsrtpconference.so +lib/gstreamer-1.0/libfsvideoanyrate.a +lib/gstreamer-1.0/libfsvideoanyrate.la +lib/gstreamer-1.0/libfsvideoanyrate.so +lib/libfarstream-0.2.a +lib/libfarstream-0.2.la +lib/libfarstream-0.2.so +lib/libfarstream-0.2.so.2 +libdata/pkgconfig/farstream-0.2.pc +%%DATADIR%%/0.2/fsrawconference/default-element-properties +%%DATADIR%%/0.2/fsrtpconference/default-codec-preferences +%%DATADIR%%/0.2/fsrtpconference/default-element-properties +share/gir-1.0/Farstream-0.2.gir +share/gtk-doc/html/farstream-libs-1.0/FsConference.html +share/gtk-doc/html/farstream-libs-1.0/FsElementAddedNotifier.html +share/gtk-doc/html/farstream-libs-1.0/FsParticipant.html +share/gtk-doc/html/farstream-libs-1.0/FsSession.html +share/gtk-doc/html/farstream-libs-1.0/FsStream.html +share/gtk-doc/html/farstream-libs-1.0/FsStreamTransmitter.html +share/gtk-doc/html/farstream-libs-1.0/FsTransmitter.html +share/gtk-doc/html/farstream-libs-1.0/ch01.html +share/gtk-doc/html/farstream-libs-1.0/ch02.html +share/gtk-doc/html/farstream-libs-1.0/ch03.html +share/gtk-doc/html/farstream-libs-1.0/ch04.html +share/gtk-doc/html/farstream-libs-1.0/ch05.html +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-1.0.devhelp2 +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCandidate.html +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsCodec.html +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-FsPlugin.html +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-RTP-Specific-types.html +share/gtk-doc/html/farstream-libs-1.0/farstream-libs-Utility-functions.html +share/gtk-doc/html/farstream-libs-1.0/home.png +share/gtk-doc/html/farstream-libs-1.0/index.html +share/gtk-doc/html/farstream-libs-1.0/index.sgml +share/gtk-doc/html/farstream-libs-1.0/left.png +share/gtk-doc/html/farstream-libs-1.0/pt01.html +share/gtk-doc/html/farstream-libs-1.0/pt02.html +share/gtk-doc/html/farstream-libs-1.0/right.png +share/gtk-doc/html/farstream-libs-1.0/style.css +share/gtk-doc/html/farstream-libs-1.0/up.png +share/gtk-doc/html/farstream-plugins-0.2/FsMsnCamSendConference.html +share/gtk-doc/html/farstream-plugins-0.2/FsMsnConference.html +share/gtk-doc/html/farstream-plugins-0.2/FsMsnParticipant.html +share/gtk-doc/html/farstream-plugins-0.2/FsRawConference.html +share/gtk-doc/html/farstream-plugins-0.2/FsRtpConference.html +share/gtk-doc/html/farstream-plugins-0.2/FsRtpParticipant.html +share/gtk-doc/html/farstream-plugins-0.2/FsRtpSession.html +share/gtk-doc/html/farstream-plugins-0.2/FsRtpStream.html +share/gtk-doc/html/farstream-plugins-0.2/GstVideoanyrate.html +share/gtk-doc/html/farstream-plugins-0.2/ch01.html +share/gtk-doc/html/farstream-plugins-0.2/ch02.html +share/gtk-doc/html/farstream-plugins-0.2/ch03.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-1.0.devhelp2 +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnCamCamRecvConference.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnSession.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMsnStream.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsMulticastStreamTransmitter.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsNiceStreamTransmitter.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawParticipant.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawSession.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawStream.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsRawUdpStreamTransmitter.html +share/gtk-doc/html/farstream-plugins-0.2/farstream-plugins-FsShmStreamTransmitter.html +share/gtk-doc/html/farstream-plugins-0.2/home.png +share/gtk-doc/html/farstream-plugins-0.2/index.html +share/gtk-doc/html/farstream-plugins-0.2/index.sgml +share/gtk-doc/html/farstream-plugins-0.2/left.png +share/gtk-doc/html/farstream-plugins-0.2/pt01.html +share/gtk-doc/html/farstream-plugins-0.2/pt02.html +share/gtk-doc/html/farstream-plugins-0.2/pt03.html +share/gtk-doc/html/farstream-plugins-0.2/right.png +share/gtk-doc/html/farstream-plugins-0.2/style.css +share/gtk-doc/html/farstream-plugins-0.2/up.png +@dirrm share/gtk-doc/html/farstream-plugins-0.2 +@dirrm share/gtk-doc/html/farstream-libs-1.0 +@dirrm %%DATADIR%%/0.2/fsrtpconference +@dirrm %%DATADIR%%/0.2/fsrawconference +@dirrm %%DATADIR%%/0.2 @dirrm %%DATADIR%% -@dirrm lib/farstream-0.1 -@dirrm include/farstream-0.1/farstream -@dirrm include/farstream-0.1 +@dirrm lib/farstream-0.2 +@dirrm include/farstream-0.2/farstream +@dirrm include/farstream-0.2 |