summaryrefslogtreecommitdiff
path: root/debian/control.in
blob: 25c2706c82035c3a18088adb11e0fb6f01eeea67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Source: baresip
Section: comm
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>,
 Vasudev Kamath <vasudev@copyninja.info>
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-voip/baresip.git
Homepage: http://www.creytiv.com/baresip.html

Package: baresip
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: portable and modular SIP user-agent - metapackage
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 This metapackage will install baresip and all its optional features.

Package: baresip-core
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: portable and modular SIP user-agent - core parts
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 Some of above features are provided in separate packages baresip-gtk,
 baresip-ffmpeg, baresip-gstreamer and baresip-x11.

Package: baresip-gtk
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 baresip-core (= ${binary:Version})
Enhances: ${cdbs:Enhances}
Description: portable and modular SIP user-agent - GTK+ front-end
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 This package provides a GTK+ front-end for baresip.

Package: baresip-ffmpeg
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 baresip-core (= ${binary:Version})
Enhances: ${cdbs:Enhances}
Description: portable and modular SIP user-agent - FFmpeg codecs and formats
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 This package integrates FFmpeg codecs and formats with baresip.

Package: baresip-gstreamer
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 baresip-core (= ${binary:Version})
Enhances: ${cdbs:Enhances}
Description: portable and modular SIP user-agent - GStreamer pipelines
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 This package integrates GStreamer pipelines with baresip.

Package: baresip-x11
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 baresip-core (= ${binary:Version})
Enhances: ${cdbs:Enhances}
Description: portable and modular SIP user-agent - X11 features
 A modular SIP user-agent with support for audio and video, and many
 IETF standards such as SIP, SDP, RTP/RTCP, STUN, TURN, and ICE.
 .
 Supports both IPv4 and IPv6, and the following features.
  * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS, Speex.
  * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9.
  * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio.
  * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber.
  * Video output modules: SDL2, X11, DirectFB.
  * NAT Traversal modules: STUN, TURN, ICE, NATBD, NAT-PMP, PCP.
  * Media encryption modules: SRTP, DTLS-SRTP.
  * DNS Service Discovery module: Avahi.
  * Telemetry messaging module MQTT.
 .
 This package provides various X11-related features for baresip.