mirror of https://github.com/lwvmobile/dsd-fme.git
Update deps
This commit is contained in:
parent
0b0754c1d5
commit
2bdcc9cc65
|
|
@ -1,6 +1,6 @@
|
|||
language: cpp
|
||||
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
sudo: false
|
||||
|
||||
compiler:
|
||||
|
|
@ -14,6 +14,7 @@ addons:
|
|||
- libmbe-dev
|
||||
- libsndfile1-dev
|
||||
- libitpp-dev
|
||||
- librtlsdr-dev
|
||||
- portaudio19-dev
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ Source: dsd
|
|||
Section: hamradio
|
||||
Priority: optional
|
||||
Maintainer: Jared Szechy <jared.szechy@gmail.com>
|
||||
Build-Depends: debhelper (>= 9), libmbe-dev, libitpp-dev, libsndfile1-dev,
|
||||
portaudio19-dev, cmake, git, help2man
|
||||
Build-Depends: debhelper (>= 9), libmbe-dev, libitpp-dev, librtlsdr-dev
|
||||
libsndfile1-dev, portaudio19-dev, cmake, git, help2man
|
||||
Standards-Version: 4.1.4
|
||||
Homepage: https://github.com/szechyjs/dsd
|
||||
Vcs-Git: https://github.com/szechyjs/dsd.git
|
||||
|
|
|
|||
|
|
@ -20,6 +20,14 @@ Files: src/dstar_header.c include/dstar_header.h include/fcs.h
|
|||
Copyright: Copyright (C) 2010 by Kristoff Bonne, ON1ARF
|
||||
License: GPL-2
|
||||
|
||||
Files: src/rtl_sdr_fm.cpp
|
||||
Copyright: Copyright (C) 2012 by Steve Markgraf <steve@steve-m.de>
|
||||
Copyright (C) 2012 by Hoernchen <la@tfc-server.de>
|
||||
Copyright (C) 2012 by Kyle Keen <keenerd@gmail.com>
|
||||
Copyright (C) 2013 by Elias Oenal <EliasOenal@gmail.com>
|
||||
Copyright (C) 2014 by Kyle Keen <keenerd@gmail.com>
|
||||
License: GPL-2
|
||||
|
||||
Files: include/descramble.h
|
||||
Copyright: Copyright (C) 2011 by Jonathan Naylor, G4KLX
|
||||
License: GPL-2
|
||||
|
|
|
|||
Loading…
Reference in New Issue