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
|
Source: pcaudiolib
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel@alioth-lists.debian.net>
Uploaders: Samuel Thibault <sthibault@debian.org>
Build-Depends: debhelper-compat (= 13), libpulse-dev, libasound2-dev
Rules-Requires-Root: no
Standards-Version: 4.6.1
Section: libs
Homepage: https://github.com/espeak-ng/pcaudiolib
Vcs-Git: https://salsa.debian.org/a11y-team/pcaudiolib.git
Vcs-Browser: https://salsa.debian.org/a11y-team/pcaudiolib
Package: libpcaudio-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpcaudio0 (= ${binary:Version}), ${misc:Depends}
Description: C API to different audio devices - development files
The Portable C Audio Library (pcaudiolib) provides a C API to different audio
devices. It supports Alsa, OSS, and PulseAudio.
.
This package contains the development files needed to build against the pcaudio
shared library.
Package: libpcaudio0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C API to different audio devices - shared library
The Portable C Audio Library (pcaudiolib) provides a C API to different audio
devices. It supports Alsa, OSS, and PulseAudio.
.
This package contains the shared library.
|