summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-12-24 01:20:06 +0100
committerJonas Smedegaard <dr@jones.dk>2016-12-24 01:20:06 +0100
commit20d9e231b5287c885c1fc0289c94d6595511a85a (patch)
tree1fff4a212012ca2cfc885c964e2433d4d0a2ebbc
parent0ad7a905790b031d48543601f712004e29a783cd (diff)
Update changelog, control file, and copyright hints.
-rw-r--r--debian/changelog26
-rw-r--r--debian/control95
-rw-r--r--debian/copyright_hints1
3 files changed, 119 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 987af53..c2df945 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+baresip (0.4.20-2) UNRELEASED; urgency=medium
+
+ [ Jonas Smedegaard ]
+ * Add myself as uploader (and sort the list while at it).
+ * Refresh patches with shortening quilt options.
+ * Add git-buildpackage config:
+ + Use pristine-tar.
+ + Sign tags.
+ + Filter debian dir and any .git* file.
+ * Fix clean built code.
+
+ [ Vasudev Kamath ]
+ * Fix path to wav files: Set variable PREFIX during build.
+ * Enable more modules:
+ + gst_video1
+ + gtk
+ Build-depend on libgtk2.0-dev libgstreamer-plugins-base1.0-dev
+ libx11-dev libxext-dev.
+ * Add separate binary packages for non-core moules:
+ + baresip-ffmpeg
+ + baresip-gstreamer
+ + baresip-gtk
+ + baresip-x11
+
+ -- Jonas Smedegaard <dr@jones.dk> Fri, 23 Dec 2016 23:52:11 +0100
+
baresip (0.4.20-1) unstable; urgency=medium
* Initial Release.
diff --git a/debian/control b/debian/control
index 9058304..c13a5ec 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,15 @@ Build-Depends: cdbs (>= 0.4.131~),
libspandsp-dev,
libvpx-dev,
libopus-dev,
+ libgtk2.0-dev,
+ libgstreamer-plugins-base1.0-dev,
+ libx11-dev,
+ libxext-dev,
pkg-config
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
-Uploaders: Vasudev Kamath <vasudev@copyninja.info>,
- Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>
+Uploaders: Jonas Smedegaard <dr@jones.dk>,
+ Ramakrishnan Muthhukrishnan <ram@rkrishnan.org>,
+ Vasudev Kamath <vasudev@copyninja.info>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-voip/baresip.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/baresip.git
@@ -44,4 +49,88 @@ Description: portable and modular SIP User-Agent with audio and video support
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
+ * Media encryption modules: SRTP, DTLS-SRTP, ZRTP
+
+Package: baresip-gtk
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: GTK frontend for baresip SIP User-Agent
+ 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
+ .
+ This package provides GTK front end for baresip.
+
+Package: baresip-ffmpeg
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: FFMPEG codec for baresip SIP User-Agent
+ 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
+ .
+ This package provides FFMPEG codec for baresip.
+
+Package: baresip-gstreamer
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: GStreamer codec for baresip SIP User-Agent
+ 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
+ .
+ This package provides GStreamer codec for baresip.
+
+Package: baresip-x11
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: various X11 dependent modules for baresip SIP User-Agent
+ 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
+ .
+ This package provides various X11 dependent modules for baresip. \ No newline at end of file
diff --git a/debian/copyright_hints b/debian/copyright_hints
index dbb5006..eaeb7a8 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -337,6 +337,7 @@ Files: README.md
debian/patches/README
debian/patches/series
debian/source/format
+ debian/source/lintian-overrides
docs/ChangeLog
docs/TODO
docs/examples/accounts