mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
ham/sdrangel: Updated for version 7.20.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d9dbc67e58
commit
bedb3d45c8
3 changed files with 8 additions and 5 deletions
|
@ -30,7 +30,7 @@ is to provide a Software Defined Radio platform that is committed to:
|
|||
|
||||
Depending to your SDR hardware you may want to install some or all:
|
||||
libairspy, libairspyhf, libbladeRF, libhackrf, liniio, libmirisdr,
|
||||
libperseus, librtlsdr, uhd ...
|
||||
SDRplay, libperseus, librtlsdr, uhd ...
|
||||
(not all available at slackbuilds.org)
|
||||
|
||||
Optional features can be enabled installing:
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sdrangel
|
||||
VERSION=${VERSION:-7.17.3}
|
||||
VERSION=${VERSION:-7.20.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -85,6 +85,9 @@ find -L . \
|
|||
# Fix
|
||||
zcat $CWD/localsink.diff.gz | patch -p0 || exit
|
||||
|
||||
# Fix (ver 3.14 Added RSP1B Support)
|
||||
sed 's/case SDRPLAY_RSP1B_ID/case (6)/' -i plugins/samplesource/sdrplayv3/sdrplayv3input.cpp
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sdrangel"
|
||||
VERSION="7.17.3"
|
||||
VERSION="7.20.0"
|
||||
HOMEPAGE="https://github.com/f4exb/sdrangel/wiki/"
|
||||
DOWNLOAD="https://github.com/f4exb/sdrangel/archive/v7.17.3/sdrangel-v7.17.3.tar.gz"
|
||||
MD5SUM="845857adc5a4ce96c6a74ed26832453d"
|
||||
DOWNLOAD="https://github.com/f4exb/sdrangel/archive/v7.20.0/sdrangel-v7.20.0.tar.gz"
|
||||
MD5SUM="f32e5c197ae11116ddb9c8dede609722"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="faad2 codec2 hamlib"
|
||||
|
|
Loading…
Reference in a new issue