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
|
Source: gr-rds
Section: libdevel
Priority: extra
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper (>= 9.0.0~),
doxygen,
gnuradio-dev (>=3.7.11),
libboost-system-dev,
liblog4cpp5-dev,
pkg-config,
swig
Standards-Version: 4.0.0
Homepage: https://github.com/bastibl/gr-rds
Vcs-Git: https://anonscm.debian.org/git/users/bottoms/pkg-gr-rds.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/bottoms/pkg-gr-rds.git/
Package: gr-rds
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: gnuradio-dev,
libgnuradio-rds3.7.11 (=${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: GNU Radio FM RDS/TMC Transceiver
A Radio Data System - Traffic Message Channel (RDS-TMC) block
for GNU Radio.
.
Radio Data System (RDS) is a communications protocol standard for
embedding small amounts of digital information in conventional
FM radio broadcasts.
.
gr-rds provides GNU Radio Companion flowgraphs to handle RDS data.
Package: libgnuradio-rds3.7.11
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gr-rds
Description: GNU Radio FM RDS/TMC Transceiver (library)
A Radio Data System - Traffic Message Channel (RDS-TMC) block
for GNU Radio.
.
Radio Data System (RDS) is a communications protocol standard for
embedding small amounts of digital information in conventional
FM radio broadcasts.
.
This package provides a shared library.
|