Package Details: cubicsdr 0.2.7-6

Git Clone URL: https://aur.archlinux.org/cubicsdr.git (read-only, click to copy)
Package Base: cubicsdr
Description: Cross-Platform Software-Defined Radio Application
Upstream URL: https://cubicsdr.com
Keywords: rtl-sdr sdr
Licenses: GPL-2.0-or-later
Submitter: Miegl
Maintainer: envolution
Last Packager: envolution
Votes: 12
Popularity: 0.061624
First Submitted: 2018-12-29 13:24 (UTC)
Last Updated: 2025-05-25 19:35 (UTC)

Dependencies (22)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

envolution commented on 2025-05-25 19:37 (UTC)

thanks for your report and username - I've updated the cmake flags to correct

infectedcrotch commented on 2025-05-25 17:54 (UTC) (edited on 2025-05-25 17:55 (UTC) by infectedcrotch)

Reporting failure to build

==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'cubicsdr-0.2.7-5':

Calimero commented on 2025-02-01 20:40 (UTC)

All good!

envolution commented on 2025-01-16 21:42 (UTC)

@calimero could you please try this new release to see if it compiles and works without pulseaudio?

Calimero commented on 2025-01-16 11:04 (UTC)

For sound to work without middleware such as pulseaudio, -DUSE_AUDIO_ALSA=ON is still required in the cmake arguments! Would you mind adding that? I don't run pulseaudio and therefore I don't have any sound in cubicsdr with this updated PKGBUILD either.

simona commented on 2025-01-13 09:19 (UTC)

solved

envolution commented on 2025-01-13 04:58 (UTC)

a little cleanup and enabled pulseaudio build flags. Please mark as out of date if there are major issues with the new package. minor issues just leave a comment

Calimero commented on 2024-12-18 19:20 (UTC)

For sound to work (without middleware), add -DUSE_AUDIO_ALSA=ON to the cmake arguments. CubicSDR doesn't work with apulse (it crashes).

D3vil0p3r commented on 2024-10-02 19:34 (UTC)

When I launch cubicsdr I get:

/usr/src/debug/wxwidgets/wxWidgets/src/unix/glegl.cpp(386): assert ""Assert failure"" failed in InitVisual(): Failed to get an EGLConfig for the requested attributes.

The /usr/src/debug/wxwidgets and I think this is cause due to missing "enable debug" parameter on wxwidgets arch package during building. How to solve it in cubicsdr?