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
|
||||
|
|
@ -17,4 +17,4 @@ Pre-Depends: ${misc:Pre-Depends}
|
|||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Digital Speech Decoder
|
||||
DSD is able to decode several digital voice formats from discriminator tap
|
||||
audio and synthesize the decoded speech.
|
||||
audio and synthesize the decoded speech.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -103,4 +111,4 @@ License: BSL-1.0
|
|||
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue