ham/qt-dab: Updated for version 5.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
J 2023-09-29 23:04:41 +07:00 committed by Willy Sudiarto Raharjo
parent 61b09be841
commit a3de14b2e5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 11 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qt-dab
VERSION=${VERSION:-5.3}
TARVERSION=4.6-5.3
VERSION=${VERSION:-5.4}
TARVERSION=6
BUILD=${BUILD:-0}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -39,6 +39,11 @@ if [ -z "$ARCH" ]; then
esac
fi
# Don't use portaudio, use QT built in audio? [Requires patching source atm]
if [ "${QTAUDIO:-no}" == "yes" ]; then
QT_OPTION="-DQT_AUDIO=ON"
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
@ -91,6 +96,7 @@ cd build
-DRTLSDR_LINUX=ON \
-DRTL_TCP=ON \
-DFDK_AAC=ON \
$QT_OPTION \
-DCMAKE_BUILD_TYPE=Release ../qt-dab-s5
make
make install/strip DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="qt-dab"
VERSION="5.3"
VERSION="5.4"
HOMEPAGE="https://www.sdr-j.tk/qt-dab.htm"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/JvanKatwijk/qt-dab/archive/qt-dab-4.6-5.3/qt-dab-qt-dab-4.6-5.3.tar.gz"
MD5SUM_x86_64="4f33764b58e834391baf280694ca060e"
DOWNLOAD_x86_64="https://github.com/JvanKatwijk/qt-dab/archive/qt-dab-6/qt-dab-qt-dab-6.tar.gz"
MD5SUM_x86_64="5b98f73c1b421ac56e28eda7e1956605"
REQUIRES="qwt portaudio rtl-sdr libfdk-aac"
MAINTAINER="J"
EMAIL="sbo-qt-dab@jnet-productions.co.uk"