ham/svxlink: Updated for version 17.12.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Gustavo Conrad 2018-03-07 13:40:47 +00:00 committed by Willy Sudiarto Raharjo
parent 4568897669
commit 5e3b909777
4 changed files with 9 additions and 5 deletions

View file

@ -13,7 +13,7 @@ as a center point to link SvxLink nodes together.
You can build only svxlink server (no Qtel) by passing QTEL=NO to the script: You can build only svxlink server (no Qtel) by passing QTEL=NO to the script:
QTEL=NO ./svxlink.SlackBuild QTEL=NO ./svxlink.SlackBuild
Opus is an optional (and, based on the audio quality, suggested!) Opus is an optional (and, based on the audio quality, suggested!)
dependency available from slackbuilds.org dependency available from slackbuilds.org
You need a "svxlink" user and group: You need a "svxlink" user and group:

View file

@ -37,3 +37,7 @@ config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new
config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new
config etc/svxlink/svxlink.d/ModuleParrot.conf.new config etc/svxlink/svxlink.d/ModuleParrot.conf.new
preserve_perms etc/rc.d/rc.svxlink.new preserve_perms etc/rc.d/rc.svxlink.new
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=svxlink PRGNAM=svxlink
VERSION=${VERSION:-17.12.1} VERSION=${VERSION:-17.12.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="svxlink" PRGNAM="svxlink"
VERSION="17.12.1" VERSION="17.12.2"
HOMEPAGE="http://www.svxlink.org/" HOMEPAGE="http://www.svxlink.org/"
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.1.tar.gz" DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.2.tar.gz"
MD5SUM="23cb320d9364f75296c9a79aa1761e6d" MD5SUM="c24950de8048c1cc28891edbb657dec9"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="gsm speex" REQUIRES="gsm speex"