mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Use system portaudio library
This removes our in-tree version of portaudio-19 and migrates mod_portaudio and mod_portaudio_stream to use the system version of the library. Our detection of the system library relies on pkg-config.
This commit is contained in:
3
debian/control-modules
vendored
3
debian/control-modules
vendored
@@ -405,7 +405,7 @@ Build-Depends: libopal-dev
|
||||
Module: endpoints/mod_portaudio
|
||||
Description: mod_portaudio
|
||||
Adds mod_portaudio.
|
||||
Build-Depends: libasound2-dev
|
||||
Build-Depends: portaudio19-dev
|
||||
|
||||
Module: endpoints/mod_reference
|
||||
Description: mod_reference
|
||||
@@ -517,6 +517,7 @@ Description: mod_native_file
|
||||
Module: formats/mod_portaudio_stream
|
||||
Description: mod_portaudio_stream
|
||||
Adds mod_portaudio_stream.
|
||||
Build-Depends: portaudio19-dev
|
||||
|
||||
Module: formats/mod_shell_stream
|
||||
Description: mod_shell_stream
|
||||
|
18
debian/copyright
vendored
18
debian/copyright
vendored
@@ -1708,24 +1708,6 @@ Copyright: 2007 <robs@users.sourceforge.net>
|
||||
2007-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||
License: LGPL-2+
|
||||
|
||||
Files: libs/portaudio/*
|
||||
Copyright: 1999-2007 Ross Bencina and Phil Burk
|
||||
1999-2002 Phil Burk, Ross Bencina
|
||||
1999-2007 Andrew Baldwin, Ross Bencina
|
||||
1999-2007 Ross Bencina, Andrew Baldwin
|
||||
1999-2006 Phil Burk, Robert Marsanyi and Ross Bencina
|
||||
1999-2007 Ross Bencina, Phil Burk, Robert Marsanyi
|
||||
1999-2007 Ross Bencina
|
||||
1999-2000 Phil Burk
|
||||
2004-2007 Arve Knudsen <aknuds-1@broadpark.no>
|
||||
2005-2006 Bjorn Roche
|
||||
2006-2007 David Viens
|
||||
2003 Fred Gleason
|
||||
2002 Joshua Haberman <joshua@haberman.com>
|
||||
2005,2006 Ludwig Schwardt
|
||||
2004 Stefan Westerfeld <stefan@space.twc.de
|
||||
License: MIT/X11 (BSD like)
|
||||
|
||||
Files: libs/tiff-4.0.2/*
|
||||
Copyright: 1988-1997 Sam Leffler
|
||||
1991-1997 Silicon Graphics, Inc.
|
||||
|
Reference in New Issue
Block a user