Sun May 26 20:28:18 2013 UTC ()
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


(wiz)
diff -r1.21 -r1.22 pkgsrc/net/libnice/Makefile
diff -r1.4 -r1.5 pkgsrc/net/libnice/PLIST
diff -r1.8 -r1.9 pkgsrc/net/libnice/distinfo
diff -r1.2 -r1.3 pkgsrc/net/libnice/patches/patch-ad

cvs diff -r1.21 -r1.22 pkgsrc/net/libnice/Makefile (expand / switch to context diff)
--- pkgsrc/net/libnice/Makefile 2013/05/24 18:23:34 1.21
+++ pkgsrc/net/libnice/Makefile 2013/05/26 20:28:18 1.22
@@ -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/
 

cvs diff -r1.4 -r1.5 pkgsrc/net/libnice/PLIST (expand / switch to context diff)
--- pkgsrc/net/libnice/PLIST 2012/04/22 15:54:32 1.4
+++ pkgsrc/net/libnice/PLIST 2013/05/26 20:28:18 1.5
@@ -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

cvs diff -r1.8 -r1.9 pkgsrc/net/libnice/distinfo (expand / switch to context diff)
--- pkgsrc/net/libnice/distinfo 2012/04/22 15:54:32 1.8
+++ pkgsrc/net/libnice/distinfo 2013/05/26 20:28:18 1.9
@@ -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
+SHA1 (libnice-0.1.4.tar.gz) = bd816bccdb93ee1e81a966a9c3f1319eb67654a2
-RMD160 (libnice-0.1.2.tar.gz) = 83ae1b9369b471aee3ab7772b3221d89c513615d
+RMD160 (libnice-0.1.4.tar.gz) = 0a65110212b35af12e7c25fcac670eee723bb6c2
-Size (libnice-0.1.2.tar.gz) = 671588 bytes
+Size (libnice-0.1.4.tar.gz) = 712256 bytes
-SHA1 (patch-ad) = 9fff725de3c9307eab5500090abc77de31351068
+SHA1 (patch-ad) = abf11727342cbf5a48cdd394355ec2f93ce471f2

cvs diff -r1.2 -r1.3 pkgsrc/net/libnice/patches/patch-ad (expand / switch to context diff)
--- pkgsrc/net/libnice/patches/patch-ad 2011/09/12 21:45:43 1.2
+++ pkgsrc/net/libnice/patches/patch-ad 2013/05/26 20:28:18 1.3
@@ -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