2011-03-03 14:54:52 +01:00
|
|
|
# Template file for 'libnice'
|
|
|
|
pkgname=libnice
|
2011-10-02 23:59:27 +02:00
|
|
|
version=0.1.1
|
|
|
|
homepage="http://nice.freedesktop.org"
|
|
|
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-03-03 14:54:52 +01:00
|
|
|
configure_args="--disable-static"
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=1
|
2011-03-03 14:54:52 +01:00
|
|
|
short_desc="An implementation of the IETF's draft ICE (for P2P UDP data streams)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-02 23:59:27 +02:00
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=716213dda88cc5a083ec329b4a5e357d18f8979774ae2d9e1dec58394a5a9749
|
2011-03-03 14:54:52 +01:00
|
|
|
long_desc="
|
|
|
|
It provides a GLib-based library, libnice and a Glib-free library, libstun
|
|
|
|
as well as GStreamer elements.
|
|
|
|
|
|
|
|
ICE is useful for applications that want to establish peer-to-peer UDP data
|
|
|
|
streams. It automates the process of traversing NATs and provides security
|
|
|
|
against some attacks. It also allows applications to create reliable streams
|
|
|
|
using a TCP over UDP layer.
|
|
|
|
|
|
|
|
Existing standards that use ICE include Session Initiation Protocol (SIP)
|
|
|
|
and XMPP Jingle."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gstreamer-devel
|
|
|
|
Add_dependency build libsoup-devel
|
|
|
|
Add_dependency build gupnp-igd-devel
|