diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-12-01 13:03:05 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-12-01 13:03:05 +0000 |
commit | 9710c1a636df77a9f4027bdc19bf62ba2c1fcb6f (patch) | |
tree | 44a06b8321ce6b5c85e0f415040c07f2da0ba200 /chat/telepathy-farstream | |
parent | f579505e6f89c540ec7b1c4ca825654413dd5ea5 (diff) | |
download | pkgsrc-9710c1a636df77a9f4027bdc19bf62ba2c1fcb6f.tar.gz |
Added telepathy-farstream, version 0.6.2, a Farstream connection manager
for Telepathy.
Diffstat (limited to 'chat/telepathy-farstream')
-rw-r--r-- | chat/telepathy-farstream/DESCR | 2 | ||||
-rw-r--r-- | chat/telepathy-farstream/Makefile | 25 | ||||
-rw-r--r-- | chat/telepathy-farstream/PLIST | 17 | ||||
-rw-r--r-- | chat/telepathy-farstream/buildlink3.mk | 14 | ||||
-rw-r--r-- | chat/telepathy-farstream/distinfo | 5 |
5 files changed, 63 insertions, 0 deletions
diff --git a/chat/telepathy-farstream/DESCR b/chat/telepathy-farstream/DESCR new file mode 100644 index 00000000000..d84f3e11da5 --- /dev/null +++ b/chat/telepathy-farstream/DESCR @@ -0,0 +1,2 @@ +Telepathy Farstream is a Telepathy client library that uses Farstream +to handle Call channels. diff --git a/chat/telepathy-farstream/Makefile b/chat/telepathy-farstream/Makefile new file mode 100644 index 00000000000..0ad362908e6 --- /dev/null +++ b/chat/telepathy-farstream/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2015/12/01 13:03:05 jaapb Exp $ + +DISTNAME= telepathy-farstream-0.6.2 +CATEGORIES= chat +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-farstream/ + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://telepathy.freedesktop.org/doc/telepathy-farstream/ +COMMENT= Farstream connection manager for Telepathy +LICENSE= gnu-lgpl-v2.1 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= telepathy-farstream/telepathy-farstream.pc.in + +.include "../../chat/farstream/buildlink3.mk" +BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.21 +.include "../../chat/telepathy-glib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../multimedia/gstreamer1/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/telepathy-farstream/PLIST b/chat/telepathy-farstream/PLIST new file mode 100644 index 00000000000..d7294c307bb --- /dev/null +++ b/chat/telepathy-farstream/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/01 13:03:05 jaapb Exp $ +include/telepathy-1.0/telepathy-farstream/channel.h +include/telepathy-1.0/telepathy-farstream/content.h +include/telepathy-1.0/telepathy-farstream/telepathy-farstream.h +lib/libtelepathy-farstream.la +lib/pkgconfig/telepathy-farstream.pc +share/gtk-doc/html/telepathy-farstream/TfChannel.html +share/gtk-doc/html/telepathy-farstream/TfContent.html +share/gtk-doc/html/telepathy-farstream/ch01.html +share/gtk-doc/html/telepathy-farstream/home.png +share/gtk-doc/html/telepathy-farstream/index.html +share/gtk-doc/html/telepathy-farstream/index.sgml +share/gtk-doc/html/telepathy-farstream/left.png +share/gtk-doc/html/telepathy-farstream/right.png +share/gtk-doc/html/telepathy-farstream/style.css +share/gtk-doc/html/telepathy-farstream/telepathy-farstream.devhelp2 +share/gtk-doc/html/telepathy-farstream/up.png diff --git a/chat/telepathy-farstream/buildlink3.mk b/chat/telepathy-farstream/buildlink3.mk new file mode 100644 index 00000000000..945511a8499 --- /dev/null +++ b/chat/telepathy-farstream/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2015/12/01 13:03:05 jaapb Exp $ + +BUILDLINK_TREE+= telepathy-farstream + +.if !defined(TELEPATHY_FARSTREAM_BUILDLINK3_MK) +TELEPATHY_FARSTREAM_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.telepathy-farstream+= telepathy-farstream>=0.6.2 +BUILDLINK_PKGSRCDIR.telepathy-farstream?= ../../chat/telepathy-farstream + +.include "../../chat/farstream/buildlink3.mk" +.endif # TELEPATHY_FARSTREAM_BUILDLINK3_MK + +BUILDLINK_TREE+= -telepathy-farstream diff --git a/chat/telepathy-farstream/distinfo b/chat/telepathy-farstream/distinfo new file mode 100644 index 00000000000..6971b229176 --- /dev/null +++ b/chat/telepathy-farstream/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/12/01 13:03:05 jaapb Exp $ + +SHA1 (telepathy-farstream-0.6.2.tar.gz) = 27d4fb3e31eb7404b5f2ba72f73194fc1d2b704f +RMD160 (telepathy-farstream-0.6.2.tar.gz) = 9a9dce25f19b099bc9da28c41c8bf0e774759fd7 +Size (telepathy-farstream-0.6.2.tar.gz) = 601409 bytes |