diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-26 20:28:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-26 20:28:18 +0000 |
commit | 69a011192e3bec437d2913457b94d5ccc6204fcf (patch) | |
tree | 2738bcd8b58f2cfa488a0574744a10ccc88e2e70 /net | |
parent | cd4708e05572ef47322ee59ee70bb0104037572a (diff) | |
download | pkgsrc-69a011192e3bec437d2913457b94d5ccc6204fcf.tar.gz |
Update to 0.1.4:
libnice 0.1.4 (2013-02-22)
==========================
Fix issue with dribble mode
Fix issue with TURN permissions
Fix missing win32 directory from release archive
Fix support for OC2007
Added new nice_address_ip_vesion API
Added new nice_agent_get_selected_pair API
Added new SDP parsing and generation API
Added simple examples (simple, threaded and sdp usages examples)
libnice 0.1.3 (2012-09-13)
==========================
Dribble mode: You can set remote candidates while gathering the local ones
Add support for GStreamer 1.0, will compile plugins for both 1.0 and 0.10 by default
Cache GSocketAddress in UdpBsdSocket, creating it is very slow
Diffstat (limited to 'net')
-rw-r--r-- | net/libnice/Makefile | 7 | ||||
-rw-r--r-- | net/libnice/PLIST | 5 | ||||
-rw-r--r-- | net/libnice/distinfo | 10 | ||||
-rw-r--r-- | net/libnice/patches/patch-ad | 20 |
4 files changed, 17 insertions, 25 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index dbd8f5331fe..dd4b89e0eb4 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/05/24 18:23:34 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/05/26 20:28:18 wiz Exp $ # -# Also update gst-plugins0.10-libnice when you update this! +# Also update net/gst-plugins1-libnice when you update this! -DISTNAME= libnice-0.1.2 -PKGREVISION= 7 +DISTNAME= libnice-0.1.4 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/PLIST b/net/libnice/PLIST index 6c7a91a8097..3e8cd1d269d 100644 --- a/net/libnice/PLIST +++ b/net/libnice/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2012/04/22 15:54:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/05/26 20:28:18 wiz Exp $ +bin/sdp-example +bin/simple-example bin/stunbdc bin/stund +bin/threaded-example include/nice/address.h include/nice/agent.h include/nice/candidate.h diff --git a/net/libnice/distinfo b/net/libnice/distinfo index a9fdb738428..428f06dbe4d 100644 --- a/net/libnice/distinfo +++ b/net/libnice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2012/04/22 15:54:32 wiz Exp $ +$NetBSD: distinfo,v 1.9 2013/05/26 20:28:18 wiz Exp $ -SHA1 (libnice-0.1.2.tar.gz) = 69be6468d567b2693798af5e482aa4061ce7b91c -RMD160 (libnice-0.1.2.tar.gz) = 83ae1b9369b471aee3ab7772b3221d89c513615d -Size (libnice-0.1.2.tar.gz) = 671588 bytes -SHA1 (patch-ad) = 9fff725de3c9307eab5500090abc77de31351068 +SHA1 (libnice-0.1.4.tar.gz) = bd816bccdb93ee1e81a966a9c3f1319eb67654a2 +RMD160 (libnice-0.1.4.tar.gz) = 0a65110212b35af12e7c25fcac670eee723bb6c2 +Size (libnice-0.1.4.tar.gz) = 712256 bytes +SHA1 (patch-ad) = abf11727342cbf5a48cdd394355ec2f93ce471f2 diff --git a/net/libnice/patches/patch-ad b/net/libnice/patches/patch-ad index ba492455491..cf32497d7bb 100644 --- a/net/libnice/patches/patch-ad +++ b/net/libnice/patches/patch-ad @@ -1,23 +1,13 @@ -$NetBSD: patch-ad,v 1.2 2011/09/12 21:45:43 wiz Exp $ +$NetBSD: patch-ad,v 1.3 2013/05/26 20:28:18 wiz Exp $ Change linking for gst-plugins0.10-libnice package. ---- gst/Makefile.in.orig 2010-07-20 21:57:29.000000000 +0000 +--- gst/Makefile.in.orig 2013-02-23 00:29:35.000000000 +0000 +++ gst/Makefile.in -@@ -76,8 +76,7 @@ am__base_list = \ - am__installdirs = "$(DESTDIR)$(gstplugindir)" - LTLIBRARIES = $(gstplugin_LTLIBRARIES) - am__DEPENDENCIES_1 = --am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \ -- $(top_builddir)/nice/libnice.la -+am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) - libgstnice_la_DEPENDENCIES = $(am__DEPENDENCIES_2) - am_libgstnice_la_OBJECTS = gstnicesrc.lo gstnicesink.lo gstnice.lo - libgstnice_la_OBJECTS = $(am_libgstnice_la_OBJECTS) -@@ -242,7 +241,7 @@ AM_CFLAGS = $(LIBNICE_CFLAGS) \ +@@ -319,7 +319,7 @@ AM_CFLAGS = $(LIBNICE_CFLAGS) \ + -I $(top_srcdir)/stun - COMMON_LDADD = \ - $(GST_LIBS) \ + COMMON_LIBADD = \ - $(top_builddir)/nice/libnice.la + $(prefix)/lib/libnice.la |