summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Chris Walker <kris240376@gmail.com>2018-04-08 11:49:53 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-14 07:06:27 +0700
commit351c4887c01b439047dabe2781d70a51ad3a6913 (patch)
tree2be13c38a15de2aa9f109fd0d8251f567ff79f40
parent97851e3732c2ff872abe49cf6483b5f7fdb382bd (diff)
downloadslackbuilds-351c4887c01b439047dabe2781d70a51ad3a6913.tar.gz
slackbuilds-351c4887c01b439047dabe2781d70a51ad3a6913.tar.xz
libraries/pjsip: Updated for version 2.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--libraries/pjsip/pjsip.SlackBuild6
-rw-r--r--libraries/pjsip/pjsip.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pjsip/pjsip.SlackBuild b/libraries/pjsip/pjsip.SlackBuild
index 85abc72dd3..e32255b8d0 100644
--- a/libraries/pjsip/pjsip.SlackBuild
+++ b/libraries/pjsip/pjsip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pjsip
-# Copyright 2017 Chris Walker, Kempner, TX
+# Copyright 2017-2018 Chris Walker, Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pjsip
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-video \
--build=$ARCH-slackware-linux
-make
+make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/libraries/pjsip/pjsip.info b/libraries/pjsip/pjsip.info
index a6667cbe24..382f07a6fa 100644
--- a/libraries/pjsip/pjsip.info
+++ b/libraries/pjsip/pjsip.info
@@ -1,8 +1,8 @@
PRGNAM="pjsip"
-VERSION="2.7"
+VERSION="2.7.2"
HOMEPAGE="http://www.pjsip.org"
-DOWNLOAD="http://www.pjsip.org/release/2.7/pjproject-2.7.tar.bz2"
-MD5SUM="c0d322261e526cafecc176facbb0bab7"
+DOWNLOAD="http://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2"
+MD5SUM="fa3f0bc098c4bff48ddd92db1c016a7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="speex gsm"