2
0

control 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Source: sofia-sip
  2. Section: net
  3. Priority: optional
  4. Maintainer: FreeSWITCH Solutions <packages@freeswitch.com>
  5. Build-Depends: debhelper (>= 9), pkg-config, libglib2.0-dev, libssl1.0-dev | libssl-dev,
  6. dpkg-dev (>= 1.13.19)
  7. Build-Depends-Indep: doxygen, graphviz,
  8. Standards-Version: 3.9.6
  9. Homepage: http://sofia-sip.sourceforge.net/
  10. Vcs-Git: git://github.com/freeswitch/sofia-sip
  11. Vcs-Browser: git://github.com/freeswitch/sofia-sip
  12. Package: sofia-sip-bin
  13. Architecture: any
  14. Section: net
  15. Depends: libsofia-sip-ua0 (>= ${binary:Version}), ${shlibs:Depends}
  16. Description: Sofia-SIP library utilities
  17. Sofia-SIP is an open-source SIP User-Agent library, compliant
  18. with the IETF RFC3261 specification. It can be used as
  19. a building block for SIP client software for uses such as VoIP,
  20. IM, and many other real-time and person-to-person communication
  21. services.
  22. .
  23. This package provides a set of console tools and helper
  24. applications for use in scripts, testing and other uses. All
  25. the tools utilize the Sofia-SIP library.
  26. Package: libsofia-sip-ua0
  27. Architecture: any
  28. Section: libs
  29. Depends: ${shlibs:Depends}
  30. Description: Sofia-SIP library runtime
  31. Sofia-SIP is an open-source SIP User-Agent library, compliant
  32. with the IETF RFC3261 specification. It can be used as
  33. a building block for SIP client software for uses such as VoIP,
  34. IM, and many other real-time and person-to-person communication
  35. services.
  36. .
  37. The library is implemented in ANSI C, and provides an extensive
  38. set of features for implementing SIP/SIMPLE User-Agents. Highlights
  39. include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence
  40. and messaging support, SIP offer/answer engine and numerous
  41. mechanisms for NAT/FW traversal.
  42. .
  43. This package provides the main library runtime files.
  44. Package: libsofia-sip-ua-dev
  45. Architecture: any
  46. Section: libdevel
  47. Depends: libsofia-sip-ua0 (= ${binary:Version})
  48. Description: Sofia-SIP library development files
  49. Sofia-SIP is an open-source SIP User-Agent library, compliant
  50. with the IETF RFC3261 specification. It can be used as
  51. a building block for SIP client software for uses such as VoIP,
  52. IM, and many other real-time and person-to-person communication
  53. services.
  54. .
  55. This package provides the headers and libraries needed to build
  56. applications against the Sofia-SIP library.
  57. Package: libsofia-sip-ua-glib3
  58. Architecture: any
  59. Section: libs
  60. Depends: libsofia-sip-ua0 (= ${binary:Version}), ${shlibs:Depends}
  61. Suggests: sofia-sip-doc
  62. Description: Sofia-SIP library glib/gobject interfaces runtime
  63. Sofia-SIP is an open-source SIP User-Agent library, compliant
  64. with the IETF RFC3261 specification. It can be used as
  65. a building block for SIP client software for uses such as VoIP,
  66. IM, and many other real-time and person-to-person communication
  67. services.
  68. .
  69. This package provides glib/object interfaces to the Sofia-SIP library.
  70. Package: libsofia-sip-ua-glib-dev
  71. Architecture: any
  72. Section: libdevel
  73. Depends: libsofia-sip-ua-glib3 (= ${binary:Version}), libsofia-sip-ua-dev, libglib2.0-dev
  74. Suggests: sofia-sip-doc
  75. Description: Sofia-SIP library glib/gobject interface development files
  76. Sofia-SIP is an open-source SIP User-Agent library, compliant
  77. with the IETF RFC3261 specification. It can be used as
  78. a building block for SIP client software for uses such as VoIP,
  79. IM, and many other real-time and person-to-person communication
  80. services.
  81. .
  82. This package provides the headers and libraries needed to build
  83. applications against the glib/object interfaces of Sofia-SIP library.