Commit Graph

489 Commits

Author SHA1 Message Date
Nikolay Korotkiy
01d5310c19 gqrx: 2.14.6 → 2.15 2021-12-15 22:45:28 +01:00
Sergei Trofimovich
20564a88d2 tlf: upstream fix for ncurses-6.3
Without the change the build fails as:

    audio.c:50:2: error: format not a string literal and no format arguments [-Werror=format-security]
       50 |  mvprintw(j, 0, backgrnd_str);
          |  ^~~~~~~~
2021-12-06 10:36:16 +00:00
Markus Kowalewski
4481ef61e6
qradiolink: 0.8.5-2 -> 0.8.6-2 2021-12-04 19:17:38 +01:00
Astro
3745b58ace gqrx: update support for different audio backends 2021-12-03 18:33:30 +01:00
Doron Behar
3baeba2654 gnuradio: 3.9.3.0 -> 3.9.4.0 2021-12-03 10:39:42 +02:00
R. Ryantm
67dfb912b3 wsjtx: 2.5.1 -> 2.5.2 2021-11-23 16:17:49 +00:00
Sandro
2d390f0fbb
Merge pull request #142650 from greizgh/chirp-20211016 2021-11-22 16:41:20 +01:00
Mikael Voss
b0657ddc91 flex-ndax: 0.1-20210714.0 -> 0.2-20211111.0 2021-11-15 18:36:38 +01:00
Astro
5ab365c2a9 openwebrx: init at 1.1.0 2021-11-10 23:42:18 +01:00
Astro
a3b504854c csdr: init at 0.17.1 2021-11-10 23:42:15 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Sandro Jäckel
c135faf682
kalibrate-rtl: switch to fetchFromGitHub 2021-11-09 20:10:30 +01:00
Felix Buehler
b52ab3b712 pkgs/applications: rename name to pname&version part 2 2021-11-07 14:53:06 +01:00
Mario Rodas
40f7f2cbc6
Merge pull request #143543 from r-ryantm/auto-update/sdrangel
sdrangel: 6.17.1 -> 6.17.2
2021-11-03 06:44:17 -05:00
Ryan Burns
987f31ec64
Merge pull request #143327 from sikmir/dump1090
dump1090: 5.0 → 6.1
2021-10-30 18:36:58 -07:00
Artturi
944a349cca
Merge pull request #143743 from r-ryantm/auto-update/gqrx
gqrx: 2.14.4 -> 2.14.6
2021-10-30 15:14:49 +03:00
Bobby Rong
a6a0704728
Merge pull request #143270 from r-ryantm/auto-update/wsjtx
wsjtx: 2.4.0 -> 2.5.1
2021-10-30 16:28:07 +08:00
R. Ryantm
5d0d7b120f gqrx: 2.14.4 -> 2.14.6 2021-10-29 21:02:21 +00:00
markuskowa
134ef61c46
Merge pull request #143374 from sikmir/sdrpp
sdrpp: enable on darwin
2021-10-29 11:19:27 +02:00
Bobby Rong
4310d04fb9
Merge pull request #143298 from r-ryantm/auto-update/xlog
xlog: 2.0.23 -> 2.0.24
2021-10-29 16:14:40 +08:00
R. Ryantm
b358e1c0cf sdrangel: 6.17.1 -> 6.17.2 2021-10-29 03:04:12 +00:00
Nikolay Korotkiy
049264c39b
sdrpp: enable on darwin 2021-10-29 03:10:26 +03:00
Eduardo Sánchez Muñoz
5fdab076f0 maintainers: remove eduardosm 2021-10-28 16:21:46 +02:00
Nikolay Korotkiy
ec6e1b27f0
dump1090: 5.0 → 6.1 2021-10-28 11:01:22 +03:00
R. Ryantm
91e3d8c964 xlog: 2.0.23 -> 2.0.24 2021-10-28 04:43:03 +00:00
R. Ryantm
5fc771ba1f wsjtx: 2.4.0 -> 2.5.1 2021-10-28 01:47:18 +00:00
Sandro
50f7368e8c
Merge pull request #143141 from sikmir/soapyrtlsdr 2021-10-27 22:40:36 +02:00
Nikolay Korotkiy
b3d14a4a52
soapyrtlsdr: enable on darwin 2021-10-27 15:02:01 +03:00
Doron Behar
a63cd4a89e
Merge pull request #142557 from doronbehar/pkg/gnuradio/update 2021-10-27 09:49:51 +00:00
Doron Behar
e038cc7ff1 gnss-sdr: mention update issue 2021-10-25 11:27:19 +03:00
Doron Behar
58025e8587 gnuradio: Reenable thrift support
Apparently, this requires thrift to be added to all other reverse
dependencies.
2021-10-23 23:46:45 +03:00
Doron Behar
6e552641b7 gnuradio: Add missing runtime python packages
Although they are not detected as missing during build.
2021-10-23 23:02:52 +03:00
Doron Behar
a7851a7a96 gnuradio: Fix 2 upstream issues 2021-10-23 23:02:21 +03:00
Doron Behar
d60a4a4492 gnuradio: Remove fetchSubmodules argument
No GR package needs this argument now, and in case someone wishes to use
a bundled version of Volk for example they may do so via `overrideSrc`
argument.
2021-10-23 23:01:50 +03:00
Doron Behar
d6fa3fef68 gnuradio: Make hasFeature function simpler
It always needs the `features` attribute of it's derivation as a last
argument, so let's make it do it by it's own.
2021-10-23 23:01:21 +03:00
Greizgh
db9db38868
chirp: 20210724 -> 20211016 2021-10-23 11:31:00 +02:00
markuskowa
86aa814dae
Merge pull request #142599 from sikmir/sdrangel
sdrangel: 6.16.3 → 6.17.1
2021-10-22 23:41:21 +02:00
Nikolay Korotkiy
47c38dc25f
sdrangel: 6.16.3 → 6.17.1 2021-10-22 22:16:28 +03:00
Mikael Voss
932c1bca7c
freedv: init at 1.6.1 2021-10-22 17:50:47 +02:00
Nikolay Korotkiy
6e575758b2
sdrpp: init at 1.0.4 2021-10-22 10:43:36 +03:00
Doron Behar
18eb4531cd gnuradio-wrapped: Assume that wrapping is done with python-support
Add all needed pythonPkgs to the list without checking if the
python-support feature is set.
2021-10-21 11:38:59 +03:00
Doron Behar
63b4f69e40 gnuradio: 3.9.2.0 -> 3.9.3.0 2021-10-21 11:38:59 +03:00
Doron Behar
b6be203ec4 gnuradio3_8: 3.8.3.1 -> 3.8.4.0 2021-10-21 11:22:37 +03:00
Nikolay Korotkiy
df330f0407
airspyhf: init at 1.6.8 2021-10-20 09:44:10 +03:00
polygon
acb7f9b0ce hackrf: 2018.01.1 -> 2021.03.1 2021-10-10 20:38:11 +02:00
Mikael Voss
dd74170ce4 flex-ndax: init at 0.1-20210714.0 2021-10-04 07:41:06 +02:00
Mikael Voss
849f091e68 flex-ncat: init at 0.0-20210420.0 2021-10-04 07:41:06 +02:00
Luke Sandell
d5a9d96982 direwolf: fix build 2021-10-02 18:53:14 -05:00
Mario Rodas
0a3c4ed9dd
Merge pull request #140093 from sikmir/soapysdr
soapysdr: enable on darwin
2021-09-30 21:57:04 -05:00
Nikolay Korotkiy
651f00467f
soapysdr: enable on darwin 2021-10-01 01:29:01 +03:00