diff --git a/net-im/libnice-gst1/Makefile b/net-im/libnice-gst1/Makefile index 060cfcc353b1..695e30ccee83 100644 --- a/net-im/libnice-gst1/Makefile +++ b/net-im/libnice-gst1/Makefile @@ -1,20 +1,19 @@ # Created by: Joe Marcus Clarke -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -gst1 -MAINTAINER= gnome@FreeBSD.org COMMENT= GStreamer 1 plugin from libnice LIB_DEPENDS= libnice.so:net-im/libnice MASTERDIR= ${.CURDIR}/../libnice DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist BUILD_WRKSRC= ${WRKSRC}/gst INSTALL_WRKSRC= ${WRKSRC}/gst LIBNICE_SLAVE= gstreamer1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/libnice-gst1/pkg-plist b/net-im/libnice-gst1/pkg-plist index 85a21aad0539..88bd88c72ad8 100644 --- a/net-im/libnice-gst1/pkg-plist +++ b/net-im/libnice-gst1/pkg-plist @@ -1 +1,25 @@ +@comment bin/stunbdc +@comment bin/stund +@comment include/nice/address.h +@comment include/nice/agent.h +@comment include/nice/candidate.h +@comment include/nice/debug.h +@comment include/nice/interfaces.h +@comment include/nice/nice.h +@comment include/nice/pseudotcp.h +@comment include/stun/constants.h +@comment include/stun/debug.h +@comment include/stun/stunagent.h +@comment include/stun/stunmessage.h +@comment include/stun/usages/bind.h +@comment include/stun/usages/ice.h +@comment include/stun/usages/timer.h +@comment include/stun/usages/turn.h +@comment include/stun/win32_common.h +@comment lib/girepository-1.0/Nice-0.1.typelib lib/gstreamer-1.0/libgstnice.so +@comment lib/libnice.so +@comment lib/libnice.so.10 +@comment lib/libnice.so.10.11.0 +@comment libdata/pkgconfig/nice.pc +@comment share/gir-1.0/Nice-0.1.gir diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index 1e63ca4ddde7..57614ec4d46e 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -1,37 +1,37 @@ # Created by: Joe Marcus Clarke PORTNAME= libnice PORTVERSION= 0.1.18 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= Library and transmitter that implements ICE-19 +COMMENT?= Library and transmitter that implements ICE-19 LICENSE= LGPL21 MPL11 LICENSE_COMB= dual -LIB_DEPENDS= libgnutls.so:security/gnutls +LIB_DEPENDS?= libgnutls.so:security/gnutls BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig meson python USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build CPPFLAGS+= -DHAVE_GETIFADDRS INSTALL_TARGET= install-strip OPTIONS_DEFINE= GUPNP GUPNP_MESON_ENABLED= gupnp GUPNP_DESC= UPnP IGD port mapping support GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd MESON_ARGS+=-Dtests=disabled .if defined(LIBNICE_SLAVE) USE_GSTREAMER1= yes MESON_ARGS+=-Dgstreamer=enabled -Dgst_version=1.0 .else MESON_ARGS+=-Dgstreamer=disabled -Dgtk_doc=enabled .endif .include