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
|
Source: libopusenc
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
libopus-dev,
pkgconf,
Build-Depends-Indep:
doxygen,
graphviz,
Standards-Version: 4.7.3
Homepage: https://www.opus-codec.org/
Vcs-Browser: https://salsa.debian.org/multimedia-team/libopusenc
Vcs-Git: https://salsa.debian.org/multimedia-team/libopusenc.git
Package: libopusenc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libopus-dev,
libopusenc0 (= ${binary:Version}),
${misc:Depends},
Description: High-level API for encoding Opus audio streams (development files)
libopusenc provides a convenient high-level API for creating .opus files or
streaming Ogg Opus data. It is implemented as a layer on top of Xiph.Org's
reference libopus library.
.
This package provides the libopusenc library headers and development files.
Package: libopusenc0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High-level API for encoding Opus audio streams (library)
libopusenc provides a convenient high-level API for creating .opus files or
streaming Ogg Opus data. It is implemented as a layer on top of Xiph.Org's
reference libopus library.
.
This package provides the libopusenc runtime library.
Package: libopusenc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Suggests:
libopusenc-dev,
Description: High-level API for encoding Opus audio streams (documentation)
libopusenc provides a convenient high-level API for creating .opus files or
streaming Ogg Opus data. It is implemented as a layer on top of Xiph.Org's
reference libopus library.
.
This package provides the developer documentation for libopusenc.
|