88e9613485
libnice 0.1.6 (2014-04-28) ========================== API: nice_agent_restart_stream() to do a ICE restart on a single strema API: nice_component_state_to_string() to get a printable name for a component state API: nice_agent_forget_relays() to forget the relays set for a specific component, along with nice_agent_restart_stream(), it allows changing the current relay without dropping the connection. It is now possible to add relays after the initial candidate gathering. Many bug fixes
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/06 08:31:45 wiz Exp $
|
|
|
|
DISTNAME= libnice-0.1.6
|
|
PKGNAME= gst-plugins1-${DISTNAME}
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= http://nice.freedesktop.org/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://nice.freedesktop.org/wiki/
|
|
COMMENT= IETF's Interactive Connectivity Establishment standard implementation
|
|
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
|
|
|
|
PATCHDIR= ${.CURDIR}/../../net/libnice/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/libnice/distinfo
|
|
|
|
CONFLICTS+= libnice<0.0.13
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --with-gstreamer
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
USE_LANGUAGES+= c99
|
|
.endif
|
|
|
|
BUILD_DIRS= gst
|
|
INSTALL_DIRS= gst
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
_WRAP_EXTRA_ARGS.CC+= -Wunused-but-set-variable
|
|
.endif
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/gupnp-igd/buildlink3.mk"
|
|
.include "../../net/libnice/buildlink3.mk"
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|