summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a8030e6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: baresip
+Section: comm
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper (>= 9~),
+ dh-buildinfo
+Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+ Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>
+Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/baresip.git
+Homepage: http://www.creytiv.com/baresip.html
+
+Package: baresip
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: portable and modular SIP User-Agent with audio and video support
+ A modular SIP User-Agent with support for many IETF standards such as
+ SIP,SDP,RTP/RTCP,STUN,TURN,ICE. It supports both IPv4 and IPv6. It
+ has following features.
+ * Audio codecs: AMR, BV32, G.711, G.722, G.722.1, G.726, GSM, iLBC,
+ iSAC, L16, OPUS, Silk, Speex
+ * Video codecs: H.263, H.264, H.265, MPEG4, VP8
+ * Audio drivers: Alsa, Coreaudio, Gstreamer, OpenSLES, OSS,
+ Portaudio, Windows wave
+ * Video sources: FFmpeg avformat, MacOSX qtcapture, MacOSX
+ quicktime, Video4Linux and Video4Linux2, X11 Grabber
+ * Video output modules: OpenGL, SDL/SDL2, X11, DirectFB
+ * NAT Traversal modules: STUN, TURN, ICE, NAT-PMP
+ * Media encryption modules: SRTP, DTLS-SRTP, ZRTP \ No newline at end of file