File: control

package info (click to toggle)
gnuradio-core 2.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,184 kB
  • ctags: 2,936
  • sloc: cpp: 14,603; sh: 8,387; ansic: 3,760; python: 2,864; fortran: 927; makefile: 829; asm: 784
file content (62 lines) | stat: -rw-r--r-- 2,412 bytes parent folder | download
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
Source: gnuradio-core
Priority: optional
Maintainer: Ramakrishnan Muthukrishnan <rkrishnan@debian.org>
Build-Depends: debhelper (>= 4.0.0), pkg-config (>=0.15.0), cppunit (>=1.9.14), python (>= 2.3), python2.3-dev, libboost-dev, doxygen, swig ( >= 1.3.23), python2.3-numeric, fftw3-dev
Standards-Version: 3.6.1

Package: libgnuradio-core0-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-core0 (= ${Source-Version})
Description: Software Defined Radio
 This library contains Signal Processing routines to do all
 the functionality of a traditional Radio Receiver and
 Transmitter, including normal AM, FM and amateur radio
 transmissions and also Television transmissions. The ultimate
 goal is to have the ability to demodulate every form of
 communication  which is happening in the entire spectrum.
 .
 The GNU Radio homepage is http://www.gnu.org/software/gnuradio
 .
 This package contains the statically linked library and the
 header files.

Package: libgnuradio-core0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Software Defined Radio
 This library contains Signal Processing routines to do all
 the functionality of a traditional Radio Receiver and
 Transmitter, including normal AM, FM and amateur radio
 transmissions and also Television transmissions. The ultimate
 goal is to have the ability to demodulate every form of
 communication  which is happening in the entire spectrum.
 .
 This package contains the shared library version of gnuradio
 libraries.

Package: gnuradio-doc
Section: doc
Architecture: any
Depends: ${shlibs:Depends}
Description: Software Defined Radio
 This package contains the documentation for gnuradio.
 Software Defined Radio library.
 .
 GNU Radio contains Signal Processing routines to do all
 the functionality of a traditional Radio Receiver and
 Transmitter, including normal AM, FM and amateur radio
 transmissions and also Television transmissions. The ultimate
 goal is to have the ability to demodulate every form of
 communication  which is happening in the entire spectrum.
 
Package: python-gnuradio
Architecture: any
Depends: python (>= 2.3), python (<< 2.4), libgnuradio-core0
Suggests: gnuradio-doc
Section: python
Description: Python bindings for GNURadio
 This provides the module that enable one to use gnuradio from Python
 scripts.  You will need Python and gnuradio-dev installed to use this.