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
|
Source: ptlib
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr>, Kilian Krause <kilian@debian.org>
Build-Depends: debhelper (>= 8), autotools-dev, doxygen, pkg-config, bison, flex,
unixodbc-dev, libssl-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev,
libpulse-dev,
libsdl1.2-dev, libdv4-dev,
libv4l-dev [linux-any],
libasound2-dev [linux-any]
Build-Conflicts: libpt-dev, libpt2.8.4, libpt2.10.4, libpt2.10.1
Standards-Version: 3.9.2
Homepage: http://www.opalvoip.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/ptlib/trunk/
Package: libpt2.10.4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Portable Tools Library
This package contains the shared version of the library PTLib, which is
a moderately large class library that has its genesis many years ago as
a method to produce applications to run on both Microsoft Windows and
Unix X-Window systems.
.
This package also contains all the current PTLib plugins (alsa, oss, pulse,
and v4l2).
Package: libpt-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libpt2.10.4 (= ${binary:Version}),
libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config
Description: Portable Tools Library development files
This package contains the headers and a static version of the library
PTLib, which is a moderately large class library that has its genesis
many years ago as a method to produce applications to run on both
Microsoft Windows and Unix X-Window systems.
Package: libpt-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libpt2.10.4 (= ${binary:Version})
Description: Portable Tools Library development debug files
This package contains the shared and static debug symbols of the library
PTLib, which is a moderately large class library that has its genesis
many years ago as a method to produce applications to run on both
Microsoft Windows and Unix X-Window systems. This is not the debug compiled
version of PTLib which would yield much more detailled information as a
compromise of benefit and compile power consumption.
Package: libpt-doc
Section: doc
Priority: extra
Depends: ${misc:Depends}, libjs-jquery
Architecture: all
Description: Portable Tools Library documentation & sample files
This package contains the documentation and samples to program with
PTLib, which is a moderately large class library that has its genesis
many years ago as a method to produce applications to run on both
Microsoft Windows and Unix X-Window systems.
|