Source: linphone
Section: sound
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Kilian Krause <kilian@debian.org>, Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper (>= 9),
 dh-autoreconf, autoconf, automake, autotools-dev, libtool, pkg-config, intltool, doxygen,
 libncurses5-dev, libreadline6-dev, libnotify-dev, libpango1.0-dev,
 sgmltools-lite, vim-common,
 libpcap-dev, libupnp-dev, libcunit1-dev,
 libglib2.0-dev, 
 libosip2-dev (>= 4), libexosip2-dev (>= 4),
 libsqlite3-dev, libsoup2.4-dev, libxml-parser-perl,
 libncurses5-dev, libreadline-dev, libnotify-dev,
 libudev-dev [linux-any], libasound2-dev [linux-any], libv4l-dev [linux-any],
 libspeex-dev, libspeexdsp-dev, libspandsp-dev, libopus-dev, libogg-dev,
 libpulse-dev,
 libgtk2.0-dev, libglew-dev,
 libglade2-dev, libtheora-dev, libvpx-dev,
 libxv-dev, libtiff-dev,
 libxext-dev,
 libatk1.0-dev,
 libreadline-dev, libsdl1.2-dev,
 libcairo2-dev, libfontconfig1-dev, libfreetype6-dev, libgdk-pixbuf2.0-dev,
 mesa-common-dev,
 libavcodec-dev, libavutil-dev, libswscale-dev
#
# Requires updated libsrtp-dev
# libsrtp-dev [!hurd-any !sparc], libzrtpcpp-dev (>= 2.1),
#
# OpenSSL requires upstream licence update
# libssl-dev,
Standards-Version: 3.9.4
Homepage: http://www.linphone.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/linphone/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/linphone/trunk/

Package: linphone
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, linphone-nogtk (=${binary:Version})
Suggests: yelp
Description: SIP softphone - graphical client
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 The main features of linphone are:
   - a nice graphical interface;
   - it includes a large variety of codecs with different quality / bandwidths;
   - it uses the well-known and standardised SIP protocol.

Package: linphone-dbg
Section: debug
Priority: extra
Depends: linphone (= ${binary:Version}), ${misc:Depends}
Architecture: any
Description: Debugging symbols for linphone
 Linphone is an audio and video internet phone using the SIP protocol. It
 has a GTK+ and console interface, includes a large variety of audio and video
 codecs, and provides IM features.
 .
 This package contains the debugging symbols.

Package: linphone-nogtk
Depends: ${shlibs:Depends}, ${misc:Depends},
 linphone-common (= ${source:Version}),
 liblinphone5 (= ${binary:Version}), host
Architecture: any
Description: SIP softphone - console-only client
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the console version of linphone.

Package: linphone-common
Depends: ${misc:Depends}
Architecture: all
Description: Shared components of the linphone SIP softphone
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the resource files of linphone (the rings).

Package: liblinphone5
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
Description: Linphone's shared library part (supporting the SIP protocol)
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the shared runtime libraries.

Package: liblinphone-dev
Section: libdevel
Depends: liblinphone5 (= ${binary:Version}), ${misc:Depends},
 libmediastreamer-dev, libortp-dev
Architecture: any
Description: Linphone web phone's library - development files
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the files needed to use the linphone's library in your
 programs.

Package: libmediastreamer-base3
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
Description: Linphone web phone's media library
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the shared runtime libraries for handling media
 operations.

Package: libmediastreamer-dev
Section: libdevel
Depends: libmediastreamer-base3 (= ${binary:Version}), ${misc:Depends},
 libortp-dev
Architecture: any
Description: Linphone web phone's media library - development files
 Linphone is an audio and video internet phone using the SIP protocol. It 
 has a GTK+ and console interface, includes a large variety of audio and video 
 codecs, and provides IM features.
 .
 This package contains the development libraries for handling media operations.

Package: libortp9
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Multi-Arch: same
Description: Real-time Transport Protocol stack
 This library implements the RFC 1889 (RTP) with a easy to use API with high
 and low level access.

Package: libortp-dev
Section: libdevel
Depends: libortp9 (= ${binary:Version}), ${misc:Depends}
Architecture: any
Description: Real-time Transport Protocol stack - development files
 This library implements the RFC 1889 (RTP) with a easy to use API with high
 and low level access.
 .
 The main features are:
   - support for multiple profiles, AV profile (RFC 1890) being the default one;
   - an optional packet scheduler for synchronizing RTP recv and send;
   - implements blocking and non blocking IO for RTP sessions;
   - supports multiplexing IO;
   - supports part of RFC 2833 for telephone events over RTP.
 .
 This package contains the development files.
