Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ham/SDRPlay: Updated for version 3.15.2. #9234

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ham/SDRPlay/SDRPlay.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for SDRPlay

# Copyright 2020 Alan Aversa USA
# Copyright 2024 Alan Aversa USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=SDRPlay
VERSION=${VERSION:-3.07.1}
VERSION=${VERSION:-3.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -81,8 +81,9 @@ ln -s libmirsdrapi-rsp.so.2 $PKG/usr/lib$LIBDIRSUFFIX/libmirsdrapi-rsp.so
mkdir -p $PKG/usr/include
install -m644 mirsdrapi-rsp.h $PKG/usr/include

VERS="3.07"
VERS="3.15"

mv amd64/* x86_64/
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX
install -m755 ${ARCH}/libsdrplay_api.so.${VERS} $PKG/usr/lib$LIBDIRSUFFIX
ln -s libsdrplay_api.so.${VERS} $PKG/usr/lib$LIBDIRSUFFIX/libsdrplay_api.so.2
Expand Down
8 changes: 4 additions & 4 deletions ham/SDRPlay/SDRPlay.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="SDRPlay"
VERSION="3.07.1"
HOMEPAGE="http://www.sdrplay.com/software/"
DOWNLOAD="http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-2.13.1.run http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.07.1.run"
MD5SUM="6a394db7d5770f11442023ce3ab0ba66 41fea62ae45d76aaafd6437483386d7f"
VERSION="3.15.2"
HOMEPAGE="https://www.sdrplay.com/api/"
DOWNLOAD="http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-2.13.1.run http://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.15.2.run"
MD5SUM="6a394db7d5770f11442023ce3ab0ba66 92feae82c39d2e33eec13fc5662a3b9b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down