diff --git a/programming/misc/libnice/actions.py b/programming/misc/libnice/actions.py
index 5ab9c41266..56df88c5eb 100644
--- a/programming/misc/libnice/actions.py
+++ b/programming/misc/libnice/actions.py
@@ -10,8 +10,9 @@ from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fi")
- autotools.configure("--disable-static")
-
+ autotools.configure("--disable-static \
+ --with-gstreamer-0.10=no")
+
#pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
diff --git a/programming/misc/libnice/pspec.xml b/programming/misc/libnice/pspec.xml
index dfc6b6a395..118388df41 100644
--- a/programming/misc/libnice/pspec.xml
+++ b/programming/misc/libnice/pspec.xml
@@ -14,11 +14,12 @@
library
GLib ICE library
Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).
- http://nice.freedesktop.org/releases/libnice-0.1.13.tar.gz
+ http://nice.freedesktop.org/releases/libnice-0.1.14.tar.gz
glib2-devel
+ gnutls-devel
gobject-introspection-devel
- gstreamer-devel
+ gstreamer-next-devel
@@ -26,8 +27,9 @@
libnice
glib2
+ gnutls
libxml2
- gstreamer
+ gstreamer-next
/usr/bin
@@ -43,6 +45,7 @@
libnice
glib2-devel
+ gnutls-devel
/usr/include
@@ -51,6 +54,13 @@
+
+ 2017-06-09
+ 0.1.14
+ Version Bump
+ Kamil Atlı
+ suvari@pisilinux.org
+
2016-06-09
0.1.13