[Pkg-voip-commits] [pjproject] 41/42: Extra library: pjsua2

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master-2.3
in repository pjproject.

commit 94c61f9988b555009b45670dfdda5765f0bd77c0
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Sat Nov 1 17:35:32 2014 +0200

    Extra library: pjsua2
    
    pjsua2 seems to be a new and improved) pjsua. Don't confuse libpjsua.so.2
    (pjsuas) with libpjsua2.so.2 (pjsua2-2).
---
 debian/control             | 17 ++++++++++++++++-
 debian/libpjsua2-2.install |  1 +
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a4f2e71..aed6bf6 100644
--- a/debian/control
+++ b/debian/control
@@ -166,7 +166,21 @@ Description: PJ Project - Basic VoIP client library
  that is portable and suitable for almost any type of systems ranging
  from desktops, embedded systems, to mobile handsets.
  .
- This package includes a framework for a VoIP client.
+ This package includes a framework for a VoIP client (pjsua)
+
+Package: libpjsua2-2
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${misc:Pre-Depends}, ${shlibs:Depends}
+Description: PJ Project - Basic VoIP client library
+ PJSIP (a.k.a PJProject) is a multimedia communication library written
+ in C language implementing standard based protocols such as SIP, SDP,
+ RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich
+ multimedia framework and NAT traversal functionality into high level API
+ that is portable and suitable for almost any type of systems ranging
+ from desktops, embedded systems, to mobile handsets.
+ .
+ This package includes a framework for a VoIP client. (pjsua2)
 
 Package: libpj2
 Architecture: any
@@ -197,6 +211,7 @@ Depends: ${misc:Depends}, ${misc:Pre-Depends}, ${shlibs:Depends},
  libpjsip-ua2 (= ${binary:Version}),
  libpjsip2 (= ${binary:Version}),
  libpjsua2 (= ${binary:Version}),
+ libpjsua2-2 (= ${binary:Version}),
  libpj2 (= ${binary:Version}),
  libsrtp0-dev,
 Description: PJ Project - development headers
diff --git a/debian/libpjsua2-2.install b/debian/libpjsua2-2.install
new file mode 100644
index 0000000..b5c6582
--- /dev/null
+++ b/debian/libpjsua2-2.install
@@ -0,0 +1 @@
+usr/lib/*/libpjsua2.so.2*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list