mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net-im/libnice{-gst1,}: Update to 0.1.21
Sponsored by: Serenity Cybersecurity, LLC
This commit is contained in:
parent
4e155b25b1
commit
d3cc197143
4 changed files with 11 additions and 9 deletions
|
@ -5,6 +5,7 @@
|
||||||
@comment include/nice/candidate.h
|
@comment include/nice/candidate.h
|
||||||
@comment include/nice/debug.h
|
@comment include/nice/debug.h
|
||||||
@comment include/nice/interfaces.h
|
@comment include/nice/interfaces.h
|
||||||
|
@comment include/nice/nice-version.h
|
||||||
@comment include/nice/nice.h
|
@comment include/nice/nice.h
|
||||||
@comment include/nice/pseudotcp.h
|
@comment include/nice/pseudotcp.h
|
||||||
@comment include/stun/constants.h
|
@comment include/stun/constants.h
|
||||||
|
@ -20,6 +21,6 @@
|
||||||
lib/gstreamer-1.0/libgstnice.so
|
lib/gstreamer-1.0/libgstnice.so
|
||||||
@comment lib/libnice.so
|
@comment lib/libnice.so
|
||||||
@comment lib/libnice.so.10
|
@comment lib/libnice.so.10
|
||||||
@comment lib/libnice.so.10.12.0
|
@comment lib/libnice.so.10.13.1
|
||||||
@comment libdata/pkgconfig/nice.pc
|
@comment libdata/pkgconfig/nice.pc
|
||||||
@comment share/gir-1.0/Nice-0.1.gir
|
@comment share/gir-1.0/Nice-0.1.gir
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= libnice
|
PORTNAME= libnice
|
||||||
PORTVERSION= 0.1.19
|
PORTVERSION= 0.1.21
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net-im devel
|
CATEGORIES= net-im devel
|
||||||
MASTER_SITES= http://nice.freedesktop.org/releases/
|
MASTER_SITES= http://nice.freedesktop.org/releases/
|
||||||
|
|
||||||
|
@ -13,7 +12,8 @@ LICENSE_COMB= dual
|
||||||
|
|
||||||
LIB_DEPENDS?= libgnutls.so:security/gnutls
|
LIB_DEPENDS?= libgnutls.so:security/gnutls
|
||||||
|
|
||||||
USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig meson python
|
USES= gettext gmake gnome libtool localbase:ldflags meson pathfix \
|
||||||
|
pkgconfig python ssl
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= glib20 introspection:build
|
USE_GNOME= glib20 introspection:build
|
||||||
CPPFLAGS+= -DHAVE_GETIFADDRS
|
CPPFLAGS+= -DHAVE_GETIFADDRS
|
||||||
|
@ -24,7 +24,7 @@ GUPNP_MESON_ENABLED= gupnp
|
||||||
GUPNP_DESC= UPnP IGD port mapping support
|
GUPNP_DESC= UPnP IGD port mapping support
|
||||||
GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd
|
GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:net/gupnp-igd
|
||||||
|
|
||||||
MESON_ARGS+=-Dtests=disabled -Dgtk_doc=disabled
|
MESON_ARGS+=-Dtests=disabled -Dgtk_doc=disabled -Dcrypto-library=openssl
|
||||||
|
|
||||||
.if defined(LIBNICE_SLAVE)
|
.if defined(LIBNICE_SLAVE)
|
||||||
USES+= gstreamer
|
USES+= gstreamer
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1656190262
|
TIMESTAMP = 1677569569
|
||||||
SHA256 (libnice-0.1.19.tar.gz) = 6747af710998cf708a2e8ceef51cccd181373d94201dd4b8d40797a070ed47cc
|
SHA256 (libnice-0.1.21.tar.gz) = 72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39
|
||||||
SIZE (libnice-0.1.19.tar.gz) = 453407
|
SIZE (libnice-0.1.21.tar.gz) = 460086
|
||||||
|
|
|
@ -5,6 +5,7 @@ include/nice/agent.h
|
||||||
include/nice/candidate.h
|
include/nice/candidate.h
|
||||||
include/nice/debug.h
|
include/nice/debug.h
|
||||||
include/nice/interfaces.h
|
include/nice/interfaces.h
|
||||||
|
include/nice/nice-version.h
|
||||||
include/nice/nice.h
|
include/nice/nice.h
|
||||||
include/nice/pseudotcp.h
|
include/nice/pseudotcp.h
|
||||||
include/stun/constants.h
|
include/stun/constants.h
|
||||||
|
@ -19,6 +20,6 @@ include/stun/win32_common.h
|
||||||
lib/girepository-1.0/Nice-0.1.typelib
|
lib/girepository-1.0/Nice-0.1.typelib
|
||||||
lib/libnice.so
|
lib/libnice.so
|
||||||
lib/libnice.so.10
|
lib/libnice.so.10
|
||||||
lib/libnice.so.10.12.0
|
lib/libnice.so.10.13.1
|
||||||
libdata/pkgconfig/nice.pc
|
libdata/pkgconfig/nice.pc
|
||||||
share/gir-1.0/Nice-0.1.gir
|
share/gir-1.0/Nice-0.1.gir
|
||||||
|
|
Loading…
Add table
Reference in a new issue