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
|
Source: gr-osmosdr
Section: libdevel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper (>= 9.0.0~),
doxygen,
gnuradio-dev (>=3.7.10),
gr-fcdproplus [!hurd-i386],
gr-iqbal,
libairspy-dev (>= 1.0.9~) [!hurd-i386],
libbladerf-dev (>=0.2016.01~rc1) [!hurd-i386],
libboost-dev,
libboost-system-dev,
libboost-thread-dev,
libhackrf-dev [linux-any],
liblog4cpp5-dev,
libmirisdr-dev [!hurd-i386],
libosmosdr-dev [!hurd-i386],
librtlsdr-dev [!hurd-i386],
libsoapysdr-dev,
libuhd-dev (>=3.9.4),
pkg-config,
python-dev,
python-soapysdr,
swig
X-Python-Version: >= 2.7, << 2.8
Standards-Version: 3.9.8
Homepage: http://sdr.osmocom.org/trac/wiki/rtl-sdr
Vcs-Git: https://anonscm.debian.org/git/users/bottoms/pkg-gr-osmosdr.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/bottoms/pkg-gr-osmosdr.git/
Package: gr-osmosdr
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: gnuradio, gr-fosphor
Description: Gnuradio blocks from the OsmoSDR project
The Osmocom project is a family of projects regarding Open source
mobile communications.
.
While primarily being developed for the OsmoSDR hardware, this block
as well supports:
- FUNcube Dongle through libgnuradio-fcd
- FUNcube Dongle Pro+ through gr-fcdproplus
- sysmocom OsmoSDR Devices through libosmosdr
- RTL2832U based DVB-T dongles through librtlsdr
- RTL-TCP spectrum server (see librtlsdr project)
- MSi2500 based DVB-T dongles through libmirisdr
- gnuradio .cfile input through libgnuradio-blocks
- RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
- Great Scott Gadgets HackRF through libhackrf
- Nuand LLC bladeRF through libbladeRF library
- Ettus USRP Devices through Ettus UHD library
- Fairwaves UmTRX through Fairwaves' fork of UHD
.
By using the OsmoSDR block you can take advantage of a common
software API in your application(s) independent of the underlying
radio hardware.
Package: libgnuradio-osmosdr0.1.4
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Gnuradio blocks from the OsmoSDR project - library
The Osmocom project is a family of projects regarding Open source
mobile communications.
.
This package contains the shared library.
|