libraries/libnice: Updated for version 0.1.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Woodfall 2011-06-23 21:10:51 -04:00 committed by Niels Horn
parent 2c51c0aefe
commit 01497821a5
4 changed files with 14 additions and 17 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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