mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-29 10:54:01 -04:00
Release 7.23.2
This commit is contained in:
parent
e33ffc5982
commit
5ae74e9e19
@ -1,3 +1,9 @@
|
||||
sdrangel (7.23.2-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 14 Feb 2026 09:57:19 +0100
|
||||
|
||||
sdrangel (7.23.1-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "23")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
@ -49,11 +49,11 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
|
||||
set(HAVE_LIBUNWIND OFF)
|
||||
if(ENABLE_LIBUNWIND AND UNIX AND NOT ANDROID)
|
||||
find_package(PkgConfig QUIET)
|
||||
|
||||
|
||||
if(PKG_CONFIG_FOUND)
|
||||
pkg_check_modules(LIBUNWIND QUIET libunwind)
|
||||
endif()
|
||||
|
||||
|
||||
# Fall back to find_library if pkg-config doesn't find it
|
||||
if(NOT LIBUNWIND_FOUND)
|
||||
find_library(LIBUNWIND_LIB unwind)
|
||||
@ -68,7 +68,7 @@ if(ENABLE_LIBUNWIND AND UNIX AND NOT ANDROID)
|
||||
set(LIBUNWIND_FOUND TRUE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
if(LIBUNWIND_FOUND)
|
||||
if(NOT LIBUNWIND_LIBRARIES)
|
||||
set(LIBUNWIND_LIBRARIES unwind)
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
sdrangel (7.23.2-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 14 Feb 2026 09:57:19 +0100
|
||||
|
||||
sdrangel (7.23.1-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
@ -5,5 +5,5 @@ for plugin in $PLUGINS
|
||||
do
|
||||
FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp")
|
||||
echo $FILE
|
||||
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.23\.1\"\)/" $FILE
|
||||
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.23\.2\"\)/" $FILE
|
||||
done
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||
ChannelAnalyzer::m_channelId,
|
||||
QStringLiteral("Channel Analyzer"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
|
||||
APTDemod::m_channelId,
|
||||
QStringLiteral("APT Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
ATVDemod::m_channelId,
|
||||
QStringLiteral("ATV Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = {
|
||||
DABDemod::m_channelId,
|
||||
QStringLiteral("DAB Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor FreeDVPlugin::m_pluginDescriptor = {
|
||||
FreeDVDemod::m_channelId,
|
||||
QStringLiteral("FreeDV Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor FT8Plugin::m_pluginDescriptor = {
|
||||
FT8Demod::m_channelId,
|
||||
QStringLiteral("FT8 Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor ILSDemodPlugin::m_pluginDescriptor = {
|
||||
ILSDemod::m_channelId,
|
||||
QStringLiteral("ILS Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor InmarsatDemodPlugin::m_pluginDescriptor = {
|
||||
InmarsatDemod::m_channelId,
|
||||
QStringLiteral("Inmarsat C Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = {
|
||||
FreqScanner::m_channelId,
|
||||
QStringLiteral("Frequency Scanner"),
|
||||
QStringLiteral("7.23.0"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor FreqTrackerPlugin::m_pluginDescriptor = {
|
||||
FreqTracker::m_channelId,
|
||||
QStringLiteral("Frequency Tracker"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
|
||||
LocalSink::m_channelId,
|
||||
QStringLiteral("Local channel sink"),
|
||||
QStringLiteral("7.22.7"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor AMModPlugin::m_pluginDescriptor = {
|
||||
AMMod::m_channelId,
|
||||
QStringLiteral("AM Modulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
|
||||
DATVMod::m_channelId,
|
||||
QStringLiteral("DATV Modulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
|
||||
FreeDVMod::m_channelId,
|
||||
QStringLiteral("FreeDV Modulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
|
||||
NFMMod::m_channelId,
|
||||
QStringLiteral("NFM Modulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
|
||||
AFC::m_featureId,
|
||||
QStringLiteral("AFC"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor AISPlugin::m_pluginDescriptor = {
|
||||
AIS::m_featureId,
|
||||
QStringLiteral("AIS"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = {
|
||||
AntennaTools::m_featureId,
|
||||
QStringLiteral("Antenna Tools"),
|
||||
QStringLiteral("7.22.3"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
|
||||
APRS::m_featureId,
|
||||
QStringLiteral("APRS"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
|
||||
DemodAnalyzer::m_featureId,
|
||||
QStringLiteral("Demod Analyzer"),
|
||||
QStringLiteral("7.22.5"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
const PluginDescriptor DenoiserPlugin::m_pluginDescriptor = {
|
||||
Denoiser::m_featureId,
|
||||
QStringLiteral("Denoiser"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
|
||||
GS232Controller::m_featureId,
|
||||
QStringLiteral("Rotator Controller"),
|
||||
QStringLiteral("7.22.7"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor JogdialControllerPlugin::m_pluginDescriptor = {
|
||||
JogdialController::m_featureId,
|
||||
QStringLiteral("Jogdial Controller"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
|
||||
Map::m_featureId,
|
||||
QStringLiteral("Map"),
|
||||
QStringLiteral("7.23.0"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor MorseDecoderPlugin::m_pluginDescriptor = {
|
||||
MorseDecoder::m_featureId,
|
||||
QStringLiteral("Morse Decoder"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
|
||||
PERTester::m_featureId,
|
||||
QStringLiteral("Packet Error Rate Tester"),
|
||||
QStringLiteral("7.22.3"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
|
||||
Radiosonde::m_featureId,
|
||||
QStringLiteral("Radiosonde"),
|
||||
QStringLiteral("7.22.6"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = {
|
||||
RigCtlServer::m_featureId,
|
||||
QStringLiteral("RigCtl Server"),
|
||||
QStringLiteral("7.22.7"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
|
||||
SatelliteTracker::m_featureId,
|
||||
QStringLiteral("Satellite Tracker"),
|
||||
QStringLiteral("7.23.0"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor SIDPlugin::m_pluginDescriptor = {
|
||||
SIDMain::m_featureId,
|
||||
QStringLiteral("SID"),
|
||||
QStringLiteral("7.22.7"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
|
||||
SimplePTT::m_featureId,
|
||||
QStringLiteral("Simple PTT"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor SkyMapPlugin::m_pluginDescriptor = {
|
||||
SkyMap::m_featureId,
|
||||
QStringLiteral("Sky Map"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
|
||||
StarTracker::m_featureId,
|
||||
QStringLiteral("Star Tracker"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
|
||||
VORLocalizer::m_featureId,
|
||||
QStringLiteral("VOR Localizer"),
|
||||
QStringLiteral("7.22.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor AudioCATSISOPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("AudioCATSISO"),
|
||||
QStringLiteral("Audio CAT SISO"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("PlutoSDR"),
|
||||
QStringLiteral("PlutoSDR MIMO"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("FileInput"),
|
||||
QStringLiteral("File device input"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SDRPlayV3"),
|
||||
QStringLiteral("SDRPlayV3 Input"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor SigMFFileInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SigMFFileInput"),
|
||||
QStringLiteral("File device input (SigMF)"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user