d3f97b1241
This is the farsight version of Google's libjingle as distributed by Freedesktop.org. It's required by gst-plugins-farsight. Google's Libjingle (http://code.google.com/apis/talk/index.html) is Google Talk's implementation of Jingle and Jingle-Audio (proposed extensions to XMPP) to interoperate with Google Talk's peer-to-peer and voice calling capabilities.
12 lines
327 B
Makefile
12 lines
327 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/07 18:25:33 yacht Exp $
|
|
|
|
BUILDLINK_TREE+= libjingle
|
|
|
|
.if !defined(LIBJINGLE_BUILDLINK3_MK)
|
|
LIBJINGLE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libjingle+= libjingle>=0.3.12
|
|
BUILDLINK_PKGSRCDIR.libjingle?= ../../wip/libjingle
|
|
.endif # LIBJINGLE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libjingle
|