Browse Source

ham/svxlink: Updated for version 19.09.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/66/head
Gustavo Conrad 6 years ago
committed by Willy Sudiarto Raharjo
parent
commit
0be266315b
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 27
      ham/svxlink/README
  2. 4
      ham/svxlink/rc.svxlink
  3. 16
      ham/svxlink/slack-desc
  4. 4
      ham/svxlink/svxlink.SlackBuild
  5. 6
      ham/svxlink/svxlink.info

27
ham/svxlink/README

@ -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 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.
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.
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.

4
ham/svxlink/rc.svxlink

@ -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

16
ham/svxlink/slack-desc

@ -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

4
ham/svxlink/svxlink.SlackBuild

@ -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}

6
ham/svxlink/svxlink.info

@ -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"

Loading…
Cancel
Save