1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
|
Source: gnuradio
Section: comm
Priority: optional
Maintainer: Johnathan Corgan <jcorgan@corganenterprises.com>
Build-Conflicts: automake1.8, automake1.9
Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev | libfftw3-dev, libasound2-dev, libboost-dev, libcppunit-dev, libjack0.100.0-dev, libsdl1.2-dev, portaudio19-dev, libtool, libusb-dev, pkg-config, python, python-all-dev, python-central (>= 0.5), python-numpy, python-wxgtk2.6, sdcc, swig, xmlto
Standards-Version: 3.7.2
XS-Python-Version: >= 2.3
Package: libgnuradio-omnithread0c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: GNU Radio Omnithreads Abstraction Library
This package is a fork of the omniORB-4.0.1 threading library
for use with GNU Radio.
Package: libgnuradio-omnithread0-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-omnithread0c2a (= ${binary:Version})
Description: GNU Radio Omnithreads Abstraction Library
This package is a fork of the omniORB-4.0.1 threading library
for use with GNU Radio.
.
This package contains header files needed by developers.
Package: libpmt0c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: GNU Radio Polymorphic Type Library
This package implements polymorphic types. These are similar
to lisp or Python data objects, and implement transparent
reference counting using the boost shared_ptr templates.
Package: libpmt0-dev
Section: libdevel
Architecture: any
Depends: libpmt0c2a (= ${binary:Version}), libgnuradio-omnithread0-dev, libboost-dev
Description: GNU Radio Polymorphic Type Library
This package implements polymorphic types. These are similar
to lisp or python data objects, and implement transparent
reference counting using the boost shared_ptr templates.
.
This package contains header files needed by developers.
Package: libmblock0c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: GNU Radio Message Block Library
This package provides the GNU Radio message block library.
Package: libmblock0-dev
Section: libdevel
Architecture: any
Depends: libmblock0c2a (= ${binary:Version}), libgnuradio-omnithread0-dev, libpmt0-dev
Description: GNU Radio Message Block Library
This package provides the GNU Radio message block library.
.
This package contains header files needed by developers.
Package: libgnuradio-core0c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libgnuradio-core0, libgnuradio-core0c2
Replaces: libgnuradio-core0, libgnuradio-core0c2
Suggests: gnuradio-doc
Description: GNU Radio Core Library
This package contains the core GNU Radio libraries.
Package: libgnuradio-core0-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-core0c2a (= ${binary:Version}), libgnuradio-omnithread0-dev, libboost-dev, fftw3-dev | libfftw3-dev
Description: Software Defined Radio
This package contains the core GNU Radio libraries.
.
This package contains header files needed by developers.
Package: gnuradio-doc
Section: doc
Architecture: all
Description: Software Defined Radio
This package contains the documentation for the GNU Radio software
defined radio system.
Package: python-gnuradio-core
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy
Conflicts: python-gnuradio (< 3.1)
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio core library
This package provides the modules that enable one to use gnuradio
from Python scripts.
Package: python-gnuradio-wxgui
Architecture: any
Depends: ${python:Depends}, python-gnuradio-core, python-wxgtk2.6
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Graphical Interface Routines based on wxPython
This package provides high level GUI construction classes based
upon the wxPython bindings for wxWidgets.
Package: python-gnuradio-audio-alsa
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio ALSA audio driver
This package provides the Python interface to the GNU Radio ALSA
audio driver.
Package: python-gnuradio-audio-jack
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python JACK Audio Driver
This package provides the Python interface to the GNU Radio driver
for the JACK audio system.
Package: python-gnuradio-audio-oss
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Section: python
Provides: ${python:Provides}, python-gnuradio-audio
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python OSS Audio Driver
This package provides the Python interface to the GNU Radio driver
for the OSS audio system.
Package: python-gnuradio-audio-portaudio
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}, python-gnuradio-audio
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python PortAudio Driver
This package provides the Python interface to the GNU Radio driver
for the PortAudio audio system.
Package: python-gnuradio-atsc
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio ATSC Receiver
This package provides a decoder for ATSC waveforms using GNU Radio.
Package: python-gnuradio-comedi
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Python Comedilib Driver
This package provides the Python interface to the GNU Radio driver
for the comedilib data acquisition hardware library.
Package: python-gnuradio-cvsd-vocoder
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio CVSD Vocoder
This package provides an implementation of a CVSD vocoder for
GNU Radio.
Package: python-gnuradio-gsm-fr-vocoder
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio GSM Full-Rate Vocoder
This package provides an implementation of a full-rate GSM vocoder
for GNU Radio.
Package: python-gnuradio-trellis
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio Trellis-Coded Modulation library
This package provides an implementation of trellis-coded modulation
for GNU Radio.
Package: python-gnuradio-video-sdl
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core
Provides: ${python:Provides}
Section: python
XB-Python-Version: ${python:Versions}
Description: GNU Radio SDL Interface Library
This package provides an interface to the SDL rendering library
for GNU Radio.
Package: python-gnuradio
Section: python
Architecture: all
Depends: python-gnuradio-core, python-gnuradio-wxgui, python-gnuradio-audio-alsa | python-gnuradio-audio, python-gnuradio-atsc, python-gnuradio-comedi, python-gnuradio-cvsd-vocoder, python-gnuradio-gsm-fr-vocoder, python-gnuradio-trellis, python-gnuradio-video-sdl
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python Libraries for GNU Radio Components
This is a virtual package that depends upon all the Python components
for GNU Radio.
Package: gnuradio-examples
Architecture: any
Suggests: usrp
Depends: ${python:Depends}, python-gnuradio-core, python-gnuradio-wxgui, python-gnuradio-audio-alsa | python-gnuradio-audio
Section: comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Example Programs
This package provides examples of GNU Radio usage using Python
Package: gnuradio
Section: comm
Architecture: all
Depends: gnuradio-doc, python-gnuradio, gnuradio-examples, gnuradio-utils
Suggests: usrp
Description: GNU Software Defined Radio
This is a virtual package that depends the entire GNU Radio collection of
components. If you are using a USRP, you should also install the usrp package.
Package: gnuradio-dev
Section: libdevel
Architecture: all
Depends: libgnuradio-core0-dev, libgnuradio-omnithread0-dev, libmblock0-dev, libpmt0-dev
Description: Development headers for GNU Radio C++ development
This is a virtual package that depends on all the development header packages
for the various GNU Radio components. It is only needed if you intend to
develop custom GNU Radio signal processing blocks in C++.
Package: usrp-firmware
Section: contrib/comm
Architecture: all
Description: control applications and firmware for the USRP
The Universal Software Radio Peripheral (USRP) is an USB-connected,
low-cost and open board. It features four high-speed analog-to-digital
and digital-to-analog converters, an FPGA and a microcontroller. It's
ideal for capturing or transmitting various signals, usually in
combination with GNU Radio. The design schemas are available under a
free license.
.
This package contains the basic FPGA bitstrings for normal USRP operation,
which need non-free tools to build.
Package: libusrp0c2a
Section: contrib/libs
Architecture: any
Depends: ${shlibs:Depends}, usrp-firmware
Conflicts: libusrp0
Replaces: libusrp0
Suggests: usrp-doc
Description: Client side library for the USRP
The Universal Software Radio Peripheral (USRP) is an USB-connected,
low-cost and open board. It features four high-speed analog-to-digital
and digital-to-analog converters, an FPGA and a microcontroller. It's
ideal for capturing or transmitting various signals, usually in
combination with GNU Radio. The design schemas are available under a
free license.
.
This package contains the client-side library, providing an easy interface
for communicating with the USRP.
Package: libusrp0-dev
Section: contrib/libdevel
Architecture: any
Depends: libusrp0c2a (= ${binary:Version}), libusb-dev
Description: Client side library for the USRP
The Universal Software Radio Peripheral (USRP) is an USB-connected,
low-cost and open board. It features four high-speed analog-to-digital
and digital-to-analog converters, an FPGA and a microcontroller. It's
ideal for capturing or transmitting various signals, usually in
combination with GNU Radio. The design schemas are available under a
free license.
.
This package contains the client-side library, providing an easy interface
for communicating with the USRP.
.
This package contains header files needed by developers.
Package: libusrp-inband0c2a
Section: contrib/libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Client side library for the USRP with in-band signaling
The package is an alternative C++ interface to the USRP that implements
an experimental in-band signaling method across the USB.
Package: libusrp-inband0-dev
Section: contrib/libdevel
Architecture: any
Depends: libusrp-inband0c2a (= ${binary:Version}), libusrp0-dev
Description: Client side library for the USRP with in-band signaling
The package is an alternative C++ interface to the USRP that implements
an experimental in-band signaling method across the USB.
.
This package contains header files needed by developers.
Package: usrp-doc
Section: doc
Architecture: all
Description: Software Defined Radio
This package contains the documentation for the Universal Software Radio
Peripheral (USRP) hardware and interface library.
Package: python-usrp
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Section: contrib/python
XB-Python-Version: ${python:Versions}
Description: Python bindings for the USRP library
This package provides the modules that enable one to use the USRP as a
standalone device from Python, independent of GNU Radio proper.
Package: python-gnuradio-usrp
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-core, python-usrp
Provides: ${python:Provides}
Section: contrib/python
XB-Python-Version: ${python:Versions}
Description: Python bindings for GNU Radio USRP driver
This package provides the Python interface to the GNU Radio USRP
driver and daughterboard drivers.
Package: gnuradio-utils
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
Provides: ${python:Provides}
Section: contrib/comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Utilities
This package provides commonly used utilities for GNU Radio
Package: usrp
Section: contrib/comm
Architecture: all
Depends: usrp-doc, usrp-firmware, libusrp0c2a
Description: The Universal Software Radio Peripheral
This is a virtual package that depends on the entire USRP software collection.
Package: gnuradio-pager
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp
Section: contrib/comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio FLEX Pager Decoder
This package provides a decoder for the FLEX paging protocol for GNU Radio
Package: gnuradio-sounder-firmware
Section: contrib/comm
Architecture: all
Description: GNU Radio Channel Sounder Application
This package provides an RF channel sounder application for GNU Radio
.
This package contains the custom FPGA bitstrings for the USRP, which
require non-free tools to build.
Package: gnuradio-sounder
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, gnuradio-sounder-firmware
Section: contrib/comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Channel Sounder Application
This package provides an RF channel sounder application for GNU Radio
Package: gnuradio-radar-mono-firmware
Section: contrib/comm
Architecture: all
Description: GNU Radio Monostatic Radar Firmware
This package provides a monostatic radar application for GNU Radio
.
This package contains the custom FPGA bitstrings for the USRP, which
require non-free tools to build.
Package: gnuradio-radar-mono
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, gnuradio-radar-mono-firmware
Section: contrib/comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Monostatic Radar Application
This package provides a monostatic radar application for GNU Radio
Package: gnuradio-radio-astronomy
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-gnuradio-usrp, python-gnuradio-wxgui
Section: contrib/comm
XB-Python-Version: ${python:Versions}
Description: GNU Radio Radio Astronomy Applications
This package provides radio astronomy applications for GNU Radio
|