mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ham/svxlink: Updated for version 24.02.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3659ccc25d
commit
448b3e7ba0
4 changed files with 26 additions and 9 deletions
|
@ -12,9 +12,20 @@ implemented in either C++ or TCL.
|
|||
The project also includes Qtel, the Qt EchoLink client, is a graphical
|
||||
application used to access the EchoLink network.
|
||||
|
||||
This release includes a new revision of the SvxReflector application,
|
||||
which is meant to be used as a center point to link SvxLink nodes
|
||||
together.
|
||||
The SvxReflector application, which is meant to be used as a center
|
||||
point to link SvxLink nodes together, is also included in this build.
|
||||
|
||||
This release introduce talkgroups in the SvxReflector.
|
||||
That make it possible to use the reflector server for multiple parallel
|
||||
QSOs and provide a new set of features. Also multiple CTCSS tones are
|
||||
now supported.
|
||||
|
||||
A SvxLink node can now be configured to use multiple SvxReflector
|
||||
addresses, that allow for simple redundancy where all nodes will switch
|
||||
to a backup node if the primary SvxReflector stops responding.
|
||||
|
||||
Be careful with configuration files since config variables have
|
||||
changed in this release. Make sure to move them accordingly.
|
||||
|
||||
You can build only svxlink server (no Qtel) by passing QTEL=NO to the
|
||||
script:
|
||||
|
|
|
@ -42,3 +42,9 @@ 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
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for svxlink - cmake version
|
||||
|
||||
# Copyright 2014-2022, Gustavo Conrad (gus3963 gmail)
|
||||
# Copyright 2014-2024, Gustavo Conrad (gus3963 gmail)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=svxlink
|
||||
VERSION=${VERSION:-19.09.2}
|
||||
VERSION=${VERSION:-24.02}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="svxlink"
|
||||
VERSION="19.09.2"
|
||||
VERSION="24.02"
|
||||
HOMEPAGE="http://www.svxlink.org/"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/19.09.2/svxlink-19.09.2.tar.gz"
|
||||
MD5SUM="2dde4de463be83aa945219231b77888a"
|
||||
DOWNLOAD="https://github.com/sm0svx/svxlink/archive/24.02/svxlink-24.02.tar.gz"
|
||||
MD5SUM="69b54ffde054b0dea1883de950429001"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gsm"
|
||||
REQUIRES="gsm jsoncpp"
|
||||
MAINTAINER="Gustavo Conrad"
|
||||
EMAIL="gus3963@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue