summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ham/svxlink/README27
-rw-r--r--ham/svxlink/rc.svxlink4
-rw-r--r--ham/svxlink/slack-desc16
-rw-r--r--ham/svxlink/svxlink.SlackBuild4
-rw-r--r--ham/svxlink/svxlink.info6
5 files changed, 31 insertions, 26 deletions
diff --git a/ham/svxlink/README b/ham/svxlink/README
index 2453a8c932..f3d2afb694 100644
--- a/ham/svxlink/README
+++ b/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.
diff --git a/ham/svxlink/rc.svxlink b/ham/svxlink/rc.svxlink
index 0b50a77f46..b57cc81409 100644
--- a/ham/svxlink/rc.svxlink
+++ b/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
diff --git a/ham/svxlink/slack-desc b/ham/svxlink/slack-desc
index 241ba5b5c8..61c15bfff7 100644
--- a/ham/svxlink/slack-desc
+++ b/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
diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild
index 8d043635c1..486723dbbc 100644
--- a/ham/svxlink/svxlink.SlackBuild
+++ b/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}
diff --git a/ham/svxlink/svxlink.info b/ham/svxlink/svxlink.info
index 53f3f56bf4..f49960338c 100644
--- a/ham/svxlink/svxlink.info
+++ b/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"