summaryrefslogtreecommitdiffstats
path: root/deps/telepathy/libnice
diff options
context:
space:
mode:
Diffstat (limited to 'deps/telepathy/libnice')
-rw-r--r--deps/telepathy/libnice/.url1
-rwxr-xr-xdeps/telepathy/libnice/libnice.SlackBuild12
-rw-r--r--deps/telepathy/libnice/libnice.url1
3 files changed, 7 insertions, 7 deletions
diff --git a/deps/telepathy/libnice/.url b/deps/telepathy/libnice/.url
new file mode 100644
index 0000000..a6cbef3
--- /dev/null
+++ b/deps/telepathy/libnice/.url
@@ -0,0 +1 @@
+https://nice.freedesktop.org/releases/libnice-0.1.14.tar.gz
diff --git a/deps/telepathy/libnice/libnice.SlackBuild b/deps/telepathy/libnice/libnice.SlackBuild
index d7c9656..e57175e 100755
--- a/deps/telepathy/libnice/libnice.SlackBuild
+++ b/deps/telepathy/libnice/libnice.SlackBuild
@@ -23,18 +23,18 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Modified 2015 by Eric Hameleers <alien@slackware.com>
+# Modified 2015, 2017 by Eric Hameleers <alien@slackware.com>
PKGNAM=libnice
-VERSION=${VERSION:-0.1.13}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.1.14}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;
@@ -46,8 +46,8 @@ CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
SLKLDFLAGS=""
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
diff --git a/deps/telepathy/libnice/libnice.url b/deps/telepathy/libnice/libnice.url
deleted file mode 100644
index 32ff125..0000000
--- a/deps/telepathy/libnice/libnice.url
+++ /dev/null
@@ -1 +0,0 @@
-https://nice.freedesktop.org/releases/libnice-0.1.13.tar.gz