Package Details: qt-dab 6.5-2

Git Clone URL: https://aur.archlinux.org/qt-dab.git (read-only, click to copy)
Package Base: qt-dab
Description: Software DAB decoder for use with various SDR devices (formerly dab-maxi)
Upstream URL: https://www.sdr-j.tk/
Licenses: GPL2
Submitter: Bevan
Maintainer: Bevan
Last Packager: Bevan
Votes: 7
Popularity: 0.000000
First Submitted: 2021-05-08 20:14 (UTC)
Last Updated: 2024-07-01 19:19 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

simona commented on 2024-07-01 20:30 (UTC)

thx solved

Bevan commented on 2024-07-01 19:21 (UTC)

@simona: I just pushed a new package release which builds against QWT 6.3.0.

simona commented on 2024-06-30 08:21 (UTC)

QWT Version must be >= 5.2 and <= 6.2.0, Found 6.3.0

Bevan commented on 2023-12-03 20:15 (UTC)

@tgheretford: Oh. In fact it is renamed back in the patch I apply to fix the build. But that change also fixes the absolute path for librtlsdr.so, so overall that's a good change. I'll push a new package with rtlsdr enabled in a few minutes.

tgheretford commented on 2023-12-03 19:00 (UTC)

Another update, another revision of the RTL SDR option for cmake. It's reverted back to -DRTLSDR_LINUX=ON.

tgheretford commented on 2023-11-08 19:49 (UTC)

That fixed the issue. Thank you Bevan.

Bevan commented on 2023-11-08 19:34 (UTC)

Hm, that looks to be hardcoded: https://github.com/JvanKatwijk/qt-dab/blob/ec051a6cfa2bd38caefe9f586ba02e38099bdd9d/qt-devices/rtlsdr-handler-linux/rtlsdr-handler.cpp#L153

Could you please try 6.2.5-3 and report back?

tgheretford commented on 2023-11-08 19:24 (UTC)

Thank you Bevan. It is compiling with RTL SDR support now. There is another bug I found after you commented that I edited in to my last comment where it expects the librtlsdr.so file in /usr/local/lib64 instead of /usr/lib for some reason.

Bevan commented on 2023-11-08 19:10 (UTC)

@tgheretford: Thanks a lot! It should be fixed now in 6.2.5-2. Please report back if it still does not work.

tgheretford commented on 2023-11-08 19:03 (UTC) (edited on 2023-11-08 19:12 (UTC) by tgheretford)

The option for RTL-SDR devices has been renamed in version 6.25. It's now -DRTLSDR_GENERIC=ON . It also expects librtlsdr.so in /usr/local/lib64/ (which doesn't exist for me) rather than /usr/lib/librtlsdr.so which is where it is installed.