11id : org.sdrangel.SDRangel
22runtime : org.kde.Platform
3- runtime-version : ' 6.9 '
3+ runtime-version : ' 6.10 '
44sdk : org.kde.Sdk
55base : io.qt.qtwebengine.BaseApp
6- base-version : ' 6.9 '
6+ base-version : ' 6.10 '
77command : sdrangel
88rename-desktop-file : sdrangel.desktop
99rename-icon : sdrangel_icon
@@ -22,7 +22,7 @@ add-extensions:
2222 org.freedesktop.Platform.ffmpeg-full :
2323 directory : lib/ffmpeg
2424 add-ld-path : .
25- version : ' 24 .08'
25+ version : ' 25 .08'
2626 autodownload : true
2727 autodelete : false
2828
@@ -186,6 +186,7 @@ modules:
186186 - name : mbelib
187187 buildsystem : cmake-ninja
188188 config-opts :
189+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
189190 - -Wno-dev
190191 sources :
191192 - type : archive
@@ -261,6 +262,7 @@ modules:
261262 cxxflags : -Wno-error
262263 cxxflags-override : true
263264 config-opts :
265+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
264266 - -Wno-dev
265267 sources :
266268 - type : git
@@ -277,6 +279,8 @@ modules:
277279
278280 - name : aptdec
279281 buildsystem : cmake-ninja
282+ config-opts :
283+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
280284 sources :
281285 - type : git
282286 url : https://github.com/srcejon/aptdec.git
@@ -285,6 +289,8 @@ modules:
285289
286290 - name : ggmorse
287291 buildsystem : cmake-ninja
292+ config-opts :
293+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
288294 sources :
289295 - type : git
290296 url : https://github.com/f4exb/ggmorse.git
@@ -302,7 +308,10 @@ modules:
302308
303309 - name : airspy
304310 buildsystem : cmake-ninja
311+ build-options :
312+ cflags : -std=gnu17
305313 config-opts :
314+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
306315 - -Wno-dev
307316 sources :
308317 - type : archive
@@ -311,7 +320,10 @@ modules:
311320
312321 - name : airspyhf
313322 buildsystem : cmake-ninja
323+ build-options :
324+ cflags : -std=gnu17
314325 config-opts :
326+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
315327 - -DINSTALL_UDEV_RULES=OFF
316328 - -Wno-dev
317329 sources :
@@ -323,6 +335,8 @@ modules:
323335 buildsystem : cmake-ninja
324336 build-options :
325337 cflags : -Wno-calloc-transposed-args
338+ config-opts :
339+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
326340 sources :
327341 - type : git
328342 url : https://github.com/Nuand/bladeRF.git
@@ -343,6 +357,7 @@ modules:
343357 - name : plutosdr
344358 buildsystem : cmake-ninja
345359 config-opts :
360+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
346361 - -DINSTALL_UDEV_RULE=OFF
347362 - -DHAVE_DNS_SD=OFF
348363 - -Wno-dev
@@ -364,7 +379,10 @@ modules:
364379
365380 - name : limesdr
366381 buildsystem : cmake-ninja
382+ build-options :
383+ cflags : -std=gnu17
367384 config-opts :
385+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
368386 - -DENABLE_QUICKTEST=OFF
369387 - -DENABLE_GUI=OFF
370388 - -DENABLE_SOAPY_LMS7=OFF
@@ -380,27 +398,31 @@ modules:
380398 - name : perseus
381399 buildsystem : cmake-ninja
382400 config-opts :
401+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
383402 - -Wno-dev
384403 sources :
385404 - type : git
386405 url : https://github.com/f4exb/libperseus-sdr.git
387406 commit : 30de6c708fa6afe2040a80df74afb39dcdc6e74a
388-
389- - name : xtrx
390- buildsystem : cmake-ninja
391- subdir : sources
392- config-opts :
393- - -DENABLE_SOAPY=NO
394- - -Wno-dev
395- sources :
396- - type : git
397- url : https://github.com/xtrx-sdr/images.git
398- commit : e7c68fa621004ee0d6a65171c786fd9d5a1f2ce6
407+ - type : patch
408+ path : patches/perseus-newer-cmake-fix.patch
409+
410+ # - name: xtrx
411+ # buildsystem: cmake-ninja
412+ # subdir: sources
413+ # config-opts:
414+ # - -DENABLE_SOAPY=NO
415+ # - -Wno-dev
416+ # sources:
417+ # - type: git
418+ # url: https://github.com/xtrx-sdr/images.git
419+ # commit: e7c68fa621004ee0d6a65171c786fd9d5a1f2ce6
399420
400421 - name : uhd
401422 buildsystem : cmake-ninja
402423 subdir : host
403424 config-opts :
425+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
404426 - -DENABLE_PYTHON_API=OFF
405427 - -DINSTALL_UDEV_RULES=OFF
406428 - -Wno-dev
@@ -411,12 +433,14 @@ modules:
411433 sha256 : a2159491949477dca67f5a9b05f5a80d8c2b32e91b95dd7fac8ddd3893e36d09
412434 - type : patch
413435 paths :
436+ - patches/uhd-add-missing-cstdint-includes.patch
414437 - patches/uhd-disable-ascii-art-dft.patch
415438 - patches/uhd-disable-latency-utils.patch
416439
417440 - name : libmirisdr
418441 buildsystem : cmake-ninja
419442 config-opts :
443+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
420444 - -Wno-dev
421445 sources :
422446 - type : archive
@@ -426,6 +450,7 @@ modules:
426450 - name : soapy
427451 buildsystem : cmake-ninja
428452 config-opts :
453+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
429454 - -Wno-dev
430455 sources :
431456 - type : archive
0 commit comments