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
|
Source: opusfile
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Ron Lee <ron@debian.org>,
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libogg-dev,
libopus-dev,
libssl-dev,
pkg-config,
Build-Depends-Indep:
doxygen,
graphviz,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://www.opus-codec.org
Vcs-Git: https://salsa.debian.org/multimedia-team/opusfile.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/opusfile
Package: libopusfile0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High-level API for basic manipulation of Ogg Opus audio streams
libopusfile provides several sets of built-in routines for file and stream
access, and may also use custom stream I/O routines provided by the embedded
environment. There are built-in I/O routines provided for ANSI-compliant
stdio (FILE *), memory buffers, and URLs (including <file:> URLs, plus
optionally <http:> and <https:> URLs).
.
It is implemented as a layer on top of Xiph.Org's reference libogg and
libopus libraries.
.
This package provides the opusfile runtime library.
Package: libopusfile-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libogg-dev,
libopus-dev,
libopusfile0 (= ${binary:Version}),
${misc:Depends},
Recommends:
libssl-dev,
Description: development files for libopusfile
libopusfile provides several sets of built-in routines for file and stream
access, and may also use custom stream I/O routines provided by the embedded
environment. There are built-in I/O routines provided for ANSI-compliant
stdio (FILE *), memory buffers, and URLs (including <file:> URLs, plus
optionally <http:> and <https:> URLs).
.
It is implemented as a layer on top of Xiph.Org's reference libogg and
libopus libraries.
.
This package provides the Opus library headers and development files.
Package: libopusfile-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Suggests:
libopusfile-dev,
Description: libopusfile API documentation
libopusfile provides several sets of built-in routines for file and stream
access, and may also use custom stream I/O routines provided by the embedded
environment. There are built-in I/O routines provided for ANSI-compliant
stdio (FILE *), memory buffers, and URLs (including <file:> URLs, plus
optionally <http:> and <https:> URLs).
.
It is implemented as a layer on top of Xiph.Org's reference libogg and
libopus libraries.
.
This package contains the developer documentation for libopusfile.
|