summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author Panagiotis Nikolaou2017-09-29 10:23:02 +0200
committer David Spencer2017-09-29 14:43:55 +0200
commit4059b487f2d8f45a3740daaec4d833ff8bbe1287 (patch)
tree91505131fffe80fc9c75483c827f914b839fb6a0 /ham
parente6aef3b4da5aac98de7808f8b939abc899d816b1 (diff)
downloadslackbuilds-4059b487f2d8f45a3740daaec4d833ff8bbe1287.tar.gz
ham/gqrx-sdr: Updated for version 2.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r--ham/gqrx-sdr/README14
-rw-r--r--ham/gqrx-sdr/gqrx-sdr.SlackBuild2
-rw-r--r--ham/gqrx-sdr/gqrx-sdr.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/ham/gqrx-sdr/README b/ham/gqrx-sdr/README
index df5cb6ff45..20c5887c81 100644
--- a/ham/gqrx-sdr/README
+++ b/ham/gqrx-sdr/README
@@ -1,7 +1,7 @@
-Gqrx is a software defined radio receiver powered by the
+Gqrx is a software defined radio receiver powered by the
GNU Radio SDR framework and the Qt graphical toolkit.
-Gqrx supports many of the SDR hardware available,
-including Funcube Dongles, rtl-sdr, HackRF and USRP devices.
+Gqrx supports many of the SDR hardware available,
+including Funcube Dongles, rtl-sdr, HackRF and USRP devices.
Gqrx has the following features:
@@ -17,9 +17,9 @@ Record and playback audio to / from WAV file.
Spectrum analyzer mode where all signal processing is disabled.
NOTE:
-If you use a DVB-T dongle keep in mind newer kernels already
-contains a DVB driver, however, we do not want to use this.
-The above "modprobe -r dvb_usb_rtl28xxu" command unloads this
-from the kernel, however for a permanent solution you will
+If you use a DVB-T dongle keep in mind newer kernels already
+contains a DVB driver, however, we do not want to use this.
+The above "modprobe -r dvb_usb_rtl28xxu" command unloads this
+from the kernel, however for a permanent solution you will
need to create the following file in /etc/modprobe.d/:
rtl.conf and add this line: blacklist dvb_usb_rtl28xxu
diff --git a/ham/gqrx-sdr/gqrx-sdr.SlackBuild b/ham/gqrx-sdr/gqrx-sdr.SlackBuild
index e11ca1e004..6e5446522f 100644
--- a/ham/gqrx-sdr/gqrx-sdr.SlackBuild
+++ b/ham/gqrx-sdr/gqrx-sdr.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gqrx-sdr
-VERSION=${VERSION:-2.6}
+VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/ham/gqrx-sdr/gqrx-sdr.info b/ham/gqrx-sdr/gqrx-sdr.info
index e1e7b31cd0..7103815bf8 100644
--- a/ham/gqrx-sdr/gqrx-sdr.info
+++ b/ham/gqrx-sdr/gqrx-sdr.info
@@ -1,8 +1,8 @@
PRGNAM="gqrx-sdr"
-VERSION="2.6"
+VERSION="2.8"
HOMEPAGE="http://gqrx.dk"
-DOWNLOAD="https://superb-sea2.dl.sourceforge.net/project/slackbuildsdirectlinks/gqrx/gqrx-sdr-2.6.tar.xz"
-MD5SUM="44409fb836c4e5cafcfc1d3b755f2acd"
+DOWNLOAD="https://downloads.sourceforge.net/project/slackbuildsdirectlinks/gqrx/gqrx-sdr-2.8.tar.xz"
+MD5SUM="63fd4d72eed22bc74d38b0693a57cc8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gr-osmosdr qt5"