[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/sdrpp/sdrpp.desc [COPY] Copyright (C) 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] SDR++ - cross-platform software defined radio receiver [T] SDR++ is a general purpose SDR receiver with a modular architecture: [T] sources, sinks, decoders and the DSP chain are all plugins, so the [T] same build handles RTL-SDR, SoapySDR, RTL-TCP and file playback, and [T] can be extended without rebuilding the core. [T] [T] The Airspy, AirspyHF, HackRF, BladeRF and LimeSDR source modules are [T] disabled here because their libraries are not in the tree yet; the [T] SoapySDR module covers those devices through SoapySDR plugins. [U] https://www.sdrpp.org [U] https://github.com/AlexandreRouma/SDRPlusPlus [A] Alexandre Rouma [M] Dennie Mahne [C] extra/tool [L] GPL [V] 1.0.4 [D] fd69ffe70c28dec80af9b4b9d886bd95d45f8f96633ae09b32abdb6a sdrplusplus-1.0.4.tar.gz https://github.com/AlexandreRouma/SDRPlusPlus/archive/refs/tags/1.0.4/ var_append cmakeopt ' ' -DCMAKE_POLICY_VERSION_MINIMUM=3.5 var_append GCC_WRAPPER_APPEND ' ' "-I$(pkgprefix includedir libx11) -L$(pkgprefix libdir libx11)" # Sources whose libraries are not packaged yet. var_append cmakeopt ' ' -DOPT_BUILD_AIRSPY_SOURCE=OFF var_append cmakeopt ' ' -DOPT_BUILD_AIRSPYHF_SOURCE=OFF var_append cmakeopt ' ' -DOPT_BUILD_HACKRF_SOURCE=OFF var_append cmakeopt ' ' -DOPT_BUILD_BLADERF_SOURCE=OFF var_append cmakeopt ' ' -DOPT_BUILD_LIMESDR_SOURCE=OFF var_append cmakeopt " " -DOPT_BUILD_SDRPLAY_SOURCE=OFF var_append cmakeopt " " -DOPT_BUILD_PLUTOSDR_SOURCE=OFF # The default audio sink needs rtaudio var_append cmakeopt ' ' -DOPT_BUILD_AUDIO_SINK=OFF pkginstalled librtlsdr || var_append cmakeopt ' ' -DOPT_BUILD_RTL_SDR_SOURCE=OFF pkginstalled soapysdr || var_append cmakeopt ' ' -DOPT_BUILD_SOAPY_SOURCE=OFF pkginstalled portaudio || var_append cmakeopt ' ' -DOPT_BUILD_PORTAUDIO_SINK=OFF