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
|
Source: speex
Section: sound
Priority: optional
Maintainer: Ron Lee <ron@debian.org>
Build-Depends: debhelper (>= 8.1.3), libogg-dev, dpkg-dev (>= 1.13.19)
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.5.0
Homepage: http://www.speex.org/
Vcs-Git: https://salsa.debian.org/debian/speex.git
Vcs-Browser: https://salsa.debian.org/debian/speex
Package: speex
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}
Description: The Speex codec command line tools
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package contains the encoder and decoder command-line applications.
Package: libspeex1
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}
Suggests: speex
Conflicts: libopal-2.2 (<= 2.2.11~dfsg1-3),
libopal-2.2-develop (<= 2.2.11~dfsg1-3),
libopal-2.2-ptrace (<= 2.2.11~dfsg1-3),
libopal-2.2.0,
libiaxclient1 (<= 2.0.2-1),
asterisk (<=1:1.4.18.1~dfsg-1),
libmediastreamer0 (<= 2.1.0-1)
Description: The Speex codec runtime library
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package provides the speex runtime library.
Package: libspeex-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libspeex1 (= ${binary:Version})
Suggests: pkg-config
Description: The Speex codec library development files
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package provides the speex library headers and development files.
Package: libspeexdsp1
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}
Description: The Speex extended runtime library
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package provides the runtime library of additional functions that
are part of the Speex distribution.
Package: libspeexdsp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libspeexdsp1 (= ${binary:Version}), libspeex-dev (= ${binary:Version})
Suggests: pkg-config
Description: The Speex extended library development files
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package provides the speex extended library headers and development files.
Package: speex-doc
Architecture: all
Section: doc
Suggests: speex
Description: Documentation for speex
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package contains the Speex documentation.
Package: libspeex-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libspeex1 (= ${binary:Version}), libspeexdsp1 (= ${binary:Version})
Description: debugging symbols for libspeex and libspeexdsp
This package provides the detached debug symbols for those libraries.
|