aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control79
1 files changed, 79 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e779451
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,79 @@
+Source: gr-osmosdr
+Section: libdevel
+Priority: optional
+Maintainer: Harald Welte <laforge@gnumonks.org>
+Build-Depends: cmake,
+ debhelper (>= 9.0.0~),
+ dh-python,
+ doxygen,
+ gnuradio-dev (>=3.7.11),
+ gr-fcdproplus (>=3.7.25.4b6464b-3) [!hurd-i386],
+ gr-iqbal (>=0.37.2-8),
+ libairspy-dev (>= 1.0.9~) [!hurd-i386],
+ libairspyhf-dev [!hurd-i386],
+ libbladerf-dev (>=0.2016.01~rc1) [!hurd-i386],
+ libboost-dev,
+ libboost-system-dev,
+ libboost-thread-dev,
+ libfreesrp-dev [!hurd-i386],
+ libhackrf-dev [linux-any],
+ liblog4cpp5-dev,
+ libmirisdr-dev [!hurd-i386],
+ libosmosdr-dev [!hurd-i386],
+ librtlsdr-dev [!hurd-i386],
+ libsoapysdr-dev,
+ libuhd-dev (>=3.10),
+ pkg-config,
+ python-dev,
+ python-soapysdr,
+ swig
+X-Python-Version: >= 2.7, << 2.8
+Standards-Version: 4.1.0
+Homepage: https://osmocom.org/projects/gr-osmosdr/wiki
+Vcs-Git: git://git.osmocom.org/gr-osmosdr
+Vcs-Browser: https://git.osmocom.org/gr-osmosdr
+
+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
+ - AIRSPY Receiver
+ - AIRSPY HF+ Receiver
+ - SoapySDR support
+ - Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
+ - FreeSRP through libfreesrp
+ .
+ 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.