ham/svxlink: Updated for version 19.09.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo Conrad 2019-12-15 05:04:25 +07:00 committed by Willy Sudiarto Raharjo
parent effabc4cd0
commit 0be266315b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
5 changed files with 30 additions and 25 deletions

View file

@ -1,14 +1,17 @@
The SvxLink project is developing a flexible, general purpose voice
services system for ham radio use.
The SvxLink Server consists of a core that handles the connection to
the transceiver. The core can be configured to act as a repeater
controller or to operate on a simplex channel. The voice services are
loaded into the core as plugins.
The project also includes an EchoLink client GUI application (Qtel).
The SvxLink Server is a general purpose voice services system,
which when connected to a transceiver, can act as both an advanced repeater
system and can also operate on a simplex channel. One could call it a radio
operating system since it sits between the hardware (transceiver) and the
applications (modules) and handle basic system services as well as input and output.
The biggest news in this release is the initial revision of the
SvxReflector application. The SvxReflector application is meant to be used
as a center point to link SvxLink nodes together.
SvxLink is very extensible and modular. Voice services are implemented as modules
which are isolated from each other. Modules can be 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.
You can build only svxlink server (no Qtel) by passing QTEL=NO to the script:
QTEL=NO ./svxlink.SlackBuild
@ -25,3 +28,5 @@ The recommended uid/gid is 286, you may want to check
http://slackbuilds.org/uid_gid.txt for other recommendations.
To run svxlink server you will need the svxlink-sounds package.
You may want to check the rc.svxlink scripts for startup options.

View file

@ -3,8 +3,8 @@
# Start svxlink:
svxlink_start() {
# CMDLINE="/usr/bin/svxlink --daemon --runasuser=svxlink --pidfile=/var/run/svxlink.pid --logfile=/var/log/svxlink"
CMDLINE="/usr/bin/svxlink --daemon --runasuser=svxlink --pidfile=/var/run/svxlink.pid"
CMDLINE="/usr/bin/svxlink --daemon --runasuser=svxlink --pidfile=/var/run/svxlink.pid --logfile=/var/log/svxlink"
# CMDLINE="/usr/bin/svxlink --daemon --runasuser=svxlink --pidfile=/var/run/svxlink.pid"
echo -n "Starting SvxLink: $CMDLINE"
$CMDLINE
echo

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
svxlink: svxlink (A general purpose voice services system for ham radio use)
svxlink:
svxlink: The SvxLink project is developing a flexible, general purpose voice
svxlink: services system for ham radio use.
svxlink: The SvxLink Server consists of a core that handles the connection to
svxlink: the transceiver. The core can be configured to act as a repeater
svxlink: controller or to operate on a simplex channel. The voice services are
svxlink: loaded into the core as plugins.
svxlink: The project also includes an EchoLink client GUI application (Qtel).
svxlink: This version includes the initial revision of the SvxReflector.
svxlink: The SvxLink Server is a general purpose voice services system,
svxlink: which when connected to a transceiver, can act as both an advanced
svxlink: repeater system and can also operate on a simplex channel. One could
svxlink: call it a radio operating system since it sits between the hardware
svxlink: (transceiver) and the applications (modules) and handle basic system
svxlink: services as well as input and output.
svxlink: The project also includes Qtel and SvxReflector.
svxlink:
svxlink: Home page: http://www.svxlink.org

View file

@ -2,7 +2,7 @@
# Slackware build script for svxlink - cmake version
# Copyright 2014-2015, Gustavo Conrad (gus3963 gmail)
# Copyright 2014-2019, Gustavo Conrad (gus3963 gmail)
# 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=svxlink
VERSION=${VERSION:-17.12.2}
VERSION=${VERSION:-19.09.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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