Search Criteria
Package Details: abracadabra 3.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/abracadabra.git (read-only, click to copy) |
---|---|
Package Base: | abracadabra |
Description: | Abraca DAB radio: DAB/DAB+ Software Defined Radio (SDR) |
Upstream URL: | https://github.com/KejPi/AbracaDABra |
Licenses: | MIT |
Conflicts: | abracadabra |
Provides: | abracadabra |
Submitter: | KejPi |
Maintainer: | KejPi |
Last Packager: | KejPi |
Votes: | 5 |
Popularity: | 0.93 |
First Submitted: | 2023-02-27 21:03 (UTC) |
Last Updated: | 2025-04-16 20:11 (UTC) |
Dependencies (24)
- faad2 (faad2-gitAUR)
- mpg123 (mpg123-svnAUR, mpg321AUR)
- portaudio
- qcustomplot-qt6AUR
- qt6-imageformats
- qt6-location
- qt6-multimedia
- qt6-positioning
- qt6-svg
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- qcustomplot (make)
- qt6-tools (make)
- qt6-translations (make)
- airspy (airspy-gitAUR) (optional) – support for AirSpy devices
- soapyairspy (soapyairspy-gitAUR) (optional) – Soapy SDR plugin for Airspy
- soapybladerf (optional) – Soapy SDR plugin for bladeRF
- soapyhackrf (soapyhackrf-gitAUR) (optional) – Soapy SDR plugin for HackRF
- soapyosmo (optional) – Soapy SDR plugin for OsmoSDR
- Show 4 more dependencies...
Latest Comments
KejPi commented on 2025-04-16 20:27 (UTC)
Seems to be problem of Qt6.9. It should work now.
flibor commented on 2025-04-16 19:36 (UTC)
Hi, I got an error message when compiling:
/home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp: In member function ‘void SPIApp::dumpFile(uint16_t, int, QString, const QByteArray&)’: /home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp:362:43: error: variable ‘const QRegularExpression regexp’ has initializer but incomplete type 362 | static const QRegularExpression regexp("[" + QRegularExpression::escape("/:?\"<>|") + "]"); | ^ /home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp:362:70: error: incomplete type ‘QRegularExpression’ used in nested name specifier 362 | static const QRegularExpression regexp("[" + QRegularExpression::escape("/:?\"<>|") + "]"); | ^
~ /home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp: In member function ‘void SPIApp::onFileDownloaded(QNetworkReply)’: /home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp:1830:59: error: variable ‘const QRegularExpression re’ has initializer but incomplete type 1830 | static const QRegularExpression re("[\d\s]+\s+(.\w)\.?"); | ^ /home/flibor/Stažené/abracadabra/src/AbracaDABra-3.1.0/gui/data/spiapp.cpp:1831:49: error: variable ‘QRegularExpressionMatch match’ has initializer but incomplete type 1831 | QRegularExpressionMatch match = re.match(data); | ^