summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author David Woodfall2011-06-24 03:10:51 +0200
committer Niels Horn2011-07-15 02:54:00 +0200
commit01497821a56c34101fb4990d89ddaf7bb2ef43ad (patch)
tree6aacbac04bdf6c5a066458117541b5fa6a6545a9 /libraries
parent2c51c0aefedefd7bb79da37944263c95312f2a6b (diff)
downloadslackbuilds-01497821a56c34101fb4990d89ddaf7bb2ef43ad.tar.gz
libraries/libnice: Updated for version 0.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libnice/README10
-rw-r--r--libraries/libnice/libnice.SlackBuild11
-rw-r--r--libraries/libnice/libnice.info6
-rw-r--r--libraries/libnice/slack-desc4
4 files changed, 14 insertions, 17 deletions
diff --git a/libraries/libnice/README b/libraries/libnice/README
index d15d1af728..7dbda42b89 100644
--- a/libraries/libnice/README
+++ b/libraries/libnice/README
@@ -1,12 +1,12 @@
The GLib ICE implementation
-Libnice is an implementation of the IETF's draft Interactice
+Libnice is an implementation of the IETF's draft Interactice
Connectivity Establishment standard (ICE). It provides GLib-based library,
libnice and GStreamer elements.
-ICE is useful for applications that want to establish peer-to-peer UDP
-data streams. It automates the process of traversing NATs and provides
+ICE is useful for applications that want to establish peer-to-peer UDP
+data streams. It automates the process of traversing NATs and provides
security against some attacks.
-Existing standards that use ICE include Session Initiation Protocol
-(SIP) and XMPP Jingle.
+Existing standards that use ICE include Session Initiation Protocol
+(SIP) and XMPP Jingle.
diff --git a/libraries/libnice/libnice.SlackBuild b/libraries/libnice/libnice.SlackBuild
index de1f1961aa..d88282ca33 100644
--- a/libraries/libnice/libnice.SlackBuild
+++ b/libraries/libnice/libnice.SlackBuild
@@ -2,11 +2,9 @@
# Slackware build script for libnice
-# Copyright 2009 David Woodfall <dave@unrealize.co.uk>
+# Copyright 2009 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
-# aka dive in #slackware on freenode.net
-#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -22,11 +20,10 @@
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FURTHERMORE I AM NOT LIABLE IF
-# YOUR DATA IS DESTROYED, YOUR HOUSE BURNS DOWN OR YOUR DOG RUNS OFF.
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libnice
-VERSION=${VERSION:-0.0.13}
+VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/libraries/libnice/libnice.info b/libraries/libnice/libnice.info
index 5563687182..a5485be3a5 100644
--- a/libraries/libnice/libnice.info
+++ b/libraries/libnice/libnice.info
@@ -1,8 +1,8 @@
PRGNAM="libnice"
-VERSION="0.0.13"
+VERSION="0.1.0"
HOMEPAGE="http://nice.freedesktop.org"
-DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.0.13.tar.gz"
-MD5SUM="e5b9f799a57cb939ea2658ec35253ab9"
+DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.1.0.tar.gz"
+MD5SUM="c077e2aa74c9afb4b4e157efc8a6ad9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
diff --git a/libraries/libnice/slack-desc b/libraries/libnice/slack-desc
index 37eb1c994e..b54c67b391 100644
--- a/libraries/libnice/slack-desc
+++ b/libraries/libnice/slack-desc
@@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
libnice: libnice (The GLib ICE implementation)
libnice:
-libnice: Libnice is an implementation of the IETF's draft Interactice
+libnice: Libnice is an implementation of the IETF's draft Interactice
libnice: Connectivity Establishment standard (ICE). It provides GLib-based
-libnice: library, libnice and GStreamer elements. ICE is useful for
+libnice: library, libnice and GStreamer elements. ICE is useful for
libnice: applications that want to establish peer-to-peer UDP data streams.
libnice: It automates the process of traversing NATs and provides security
libnice: against some attacks. Existing standards that use ICE include