File: control

package info (click to toggle)
libccaudio2 2.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,076 kB
  • ctags: 985
  • sloc: sh: 11,441; cpp: 8,586; makefile: 47
file content (42 lines) | stat: -rw-r--r-- 2,223 bytes parent folder | download | duplicates (2)
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
Source: libccaudio2
Section: libs
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Kilian Krause <kilian@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libgsm1-dev, libspeex-dev, doxygen, dpkg-dev (>= 1.13.19), libucommon-dev, pkg-config
Standards-Version: 3.9.4
Homepage: http://www.gnu.org/software/ccaudio/
Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libccaudio2/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libccaudio2/

Package: libccaudio2-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libccaudio2-2 (= ${binary:Version}), libucommon-dev, pkg-config
Description: header files and static link library for GNU ccAudio
 The GNU ccAudio package offers a highly portable C++ class framework for
 developing applications which manipulate audio streams and various
 disk based audio file formats.  At the moment ccaudio is primarly a class
 framework for handling .au, .wav (RIFF), and various .raw audio encoding
 formats under Posix and win32 systems, though it may expand to become a
 general purpose audio and soundcard support library.  Support for
 controlling CD audio devices has recently been added as well as support
 for codecs and other generic audio processing services.
 .
 This package provides the header files and documentation for building
 applications that use GNU ccAudio.

Package: libccaudio2-2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: GNU ccAudio2 - a C++ class framework for processing audio files
 The GNU ccAudio package offers a highly portable C++ class framework for
 developing applications which manipulate audio streams and various
 disk based audio file formats.  At the moment ccaudio is primarly a class
 framework for handling .au, .wav (RIFF), and various .raw audio encoding
 formats under Posix and win32 systems, though it may expand to become a
 general purpose audio and soundcard support library.  Support for
 controlling CD audio devices has recently been added as well as support
 for codecs and other generic audio processing services.