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
|
Source: openh323
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Kilian Krause <kk@verfaction.de>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Mark Purcell <msp@debian.org>, Santiago Garcia Mantinan <manty@debian.org>
Build-Depends: debhelper (>=4.0.2), libpt-dbg (>=1.8.4-1), libssl-dev, libgsm1-dev (>=1.0.10-11), libspeex-dev (>=1.0.rel-4), g++ (>=2.95), dpatch (>=1.11), libsasl2-dev, doxygen, autotools-dev
Build-Depends-Indep: doxygen
Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-14), libopenh323-dev
Standards-Version: 3.6.1
Package: libopenh323-1.15.2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libopenh323-dev
Replaces: libopenh323-1.12.2, libopenh323-1.13.2, libopenh323-1.14.4
Description: H.323 aka VoIP library
This package contains the shared version of the OpenH323 library.
.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used freely by everybody. This protocol is most used for
Voice over IP (VoIP) conferencing.
.
For more information on the OpenH323 project visit them at
http://www.voxgratia.org/
Package: libopenh323-dev
Section: libdevel
Architecture: any
Depends: libopenh323-1.15.2 (= ${Source-Version}), libssl-dev, libpt-dev (>= 1.8.4-1)
Conflicts: liboh323-dev
Replaces: liboh323-dev
Description: H.323 aka VoIP library development files
This package contains the the headers and a static version of the
OpenH323 library.
.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used freely by everybody. This protocol is most used for
Voice over IP (VoIP) conferencing.
.
For more information on the OpenH323 project visit them at
http://www.voxgratia.org/
Package: simph323
Section: comm
Architecture: any
Depends: ${shlibs:Depends}
Description: Simple example from the OpenH323 project
This package contains a small h323 client given as an example. You
can find its code on the doc package.
.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used freely by everybody. This protocol is most used for
Voice over IP (VoIP) conferencing.
.
For more information on the OpenH323 project visit them at
http://www.voxgratia.org/
Package: libopenh323-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libopenh323-dev (= ${Source-Version})
Conflicts: liboh323-dbg
Replaces: liboh323-dbg
Description: H.323 aka VoIP library development debug files
This package contains the shared and static debug version of the
OpenH323 library.
.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used freely by everybody. This protocol is most used for
Voice over IP (VoIP) conferencing.
.
For more information on the OpenH323 project visit them at
http://www.voxgratia.org/
Package: libopenh323-doc
Section: doc
Priority: extra
Architecture: all
Description: H.323 aka VoIP library documentation files
This package contains the documentation and samples to program with
the OpenH323 library.
.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol
that can be used freely by everybody. This protocol is most used for
Voice over IP (VoIP) conferencing.
.
For more information on the OpenH323 project visit them at
http://www.voxgratia.org/
|