Package Details: welle.io 2.7-1

Git Clone URL: https://aur.archlinux.org/welle.io.git (read-only, click to copy)
Package Base: welle.io
Description: An open source DAB and DAB+ software defined radio (SDR) with support for rtl-sdr (RTL2832U) and airspy
Upstream URL: https://www.welle.io
Licenses: GPL-2.0-only
Submitter: frealgagu
Maintainer: w0rty
Last Packager: w0rty
Votes: 7
Popularity: 0.70
First Submitted: 2018-03-10 06:18 (UTC)
Last Updated: 2025-03-16 22:46 (UTC)

Pinned Comments

Latest Comments

arti commented on 2025-04-06 13:52 (UTC)

NB: currently the build is broken due to Arch Linux cmake being too new. I have created a upstream PR to get it fixed.

https://github.com/AlbrechtL/welle.io/pull/853

Meanwhile it is possible to patch PKGBUILD like so:

diff --git a/PKGBUILD b/PKGBUILD
index eeec7858bf3f..a0d617fe30a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
   sed -i 's/welle-io.desktop/io.welle.welle_io.desktop/' ../CMakeLists.txt
   sed -i 's/io.welle.welle_io.metainfo.xml/io.welle.welle_io.appdata.xml/' ../CMakeLists.txt
-  cmake "${srcdir}/${pkgname}-${pkgver}" -DRTLSDR=1 -DSOAPYSDR=1
+  cmake "${srcdir}/${pkgname}-${pkgver}" -DRTLSDR=1 -DSOAPYSDR=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.16
   make
 }

frealgagu commented on 2023-05-26 18:02 (UTC)

I'm disowning, feel free to adopt it.

mqs commented on 2018-06-30 14:12 (UTC)

Thanks!

frealgagu commented on 2018-06-29 15:03 (UTC)

@mqs Dependencies added. Thanks for the comment.

mqs commented on 2018-06-28 20:46 (UTC) (edited on 2018-06-28 20:47 (UTC) by mqs)

I just found out that I also have to install extra/qt5-quickcontrols (without the '2' at the end), additional to extra/qt5-quickcontrols2. Could you please add this to the dependencies?

Also: Are you sure that the dependency on quickcontrols2 is only optional? I couldn't get the UI to work without it...

Apart from that thank you for the package!

frealgagu commented on 2018-03-24 03:05 (UTC)

Dependencies to qt5 have been added.

m3thodic commented on 2018-03-18 15:48 (UTC)

Just a quick note I had to install extra/qt5-quickcontrols2 manually, please add that into the list of dependencies when you have a minute. Thanks for making this package!