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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: pwlib
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Mark Purcell <msp@debian.org>, Santiago Garcia Mantinan <manty@debian.org>
Build-Depends: debhelper (>=4.9.0), libdc1394-13-dev, bison, flex, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, g++ (>=2.95), autotools-dev, dpatch (>=1.11), libasound2-dev, libavc1394-dev, libraw1394-dev, libdv-dev, libsasl2-dev, libkrb5-dev, doxygen, linux-kernel-headers, binutils (>= 2.14.90.0.7)
Build-Depends-Indep: doxygen
Build-Conflicts: libpt-1.10.0, libpt-1.8.7, libpt-1.8.3, libpt-1.8.3c2, libpt-1.8.3c2a, libpt-dev
Standards-Version: 3.6.2
Package: libpt-1.10.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libpt-1.8.7, libpt-1.8.3c2, libpt-1.8.3c2a
Conflicts: libpt-1.8.7, libpt-1.8.3c2, libpt-1.8.3c2a
Description: Portable Windows Library
This package contains the shared version of the library PWLib, 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.
.
For more information on PWLib visit the development homepage
http://www.voxgratia.org/
Package: libpt-dev
Section: libdevel
Architecture: any
Depends: libpt-1.10.0 (= ${Source-Version}), libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev
Description: Portable Windows Library development files
This package contains the headers and a static version of the library
PWLib, 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.
.
For more information on PWLib visit the development homepage
http://www.voxgratia.org/
Package: libpt-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libpt-1.10.0 (= ${Source-Version})
Description: Portable Windows Library development debug files
This package contains the shared and static debug symbols of the library
PWLib, 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 PWLib which would yield much more detailled information as a
compromise of benefit and compile power consumption.
.
For more information on PWLib visit the development homepage
http://www.voxgratia.org/
Package: libpt-doc
Section: doc
Priority: extra
Architecture: all
Description: Portable Windows Library documentation & sample files
This package contains the documentation and samples to program with
PWLib, 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.
.
For more information on PWLib visit the development homepage
http://www.voxgratia.org/
Package: libpt-plugins-v4l
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Description: Portable Windows Library Video Plugin for Video4Linux
This package contains the PWLib plugin for usage with Video4Linux
devices. Install this package, if you want to use a video device
that is not attached to FireWire.
Package: libpt-plugins-v4l2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Description: Portable Windows Library Video Plugin for Video4Linux v2
This package contains the PWLib plugin for usage with Video4Linux v2
devices. Install this package, if you want to use a video device
that is not attached to FireWire.
Package: libpt-plugins-avc
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Description: PWLib Video Plugin for IEEE1394 (FireWire) AVC devices
This package contains the PWLib plugin for usage with AVC devices
on FireWire. Install this package, if you want to use such a video
device.
Package: libpt-plugins-dc
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Description: PWLib Video Plugin for IEEE1394 (Firewire) DC Devices
This package contains the PWLib plugin for usage with DC Devices
on Firewire. Install this package, if you want to use such a video
device.
Package: libpt-plugins-oss
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Description: Portable Windows Library Audio Plugins for the OSS Interface
This package contains the PWLib plugin for usage with the Open Sound
System interface. Install this package, if you are utilising this
interface..
Package: libpt-plugins-alsa
Architecture: any
Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${Source-Version})
Recommends: alsa-base
Description: Portable Windows Library Audio Plugin for the ALSA Interface
This package contains the PWLib plugin for usage with the Advanced
Linux Sound Architecture interface. Install this package, if you
are utilising this interface.
|