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
|
Source: vo-amrwbenc
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Reinhard Tartler <siretart@tauware.de>,
Andres Mejia <amejia@debian.org>
Build-Depends:
debhelper (>= 8.1.3~),
dh-autoreconf
Standards-Version: 3.9.4
Section: libs
Homepage: http://opencore-amr.git.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/vo-amrwbenc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vo-amrwbenc.git
Package: libvo-amrwbenc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libvo-amrwbenc0 (= ${binary:Version}),
${misc:Depends}
Description: VisualOn AMR-WB encoder library (development files)
This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn, part of the Stagefright framework from
the Google Android project.
Package: libvo-amrwbenc0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: VisualOn AMR-WB encoder library
This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn, part of the Stagefright framework from
the Google Android project.
.
This package contains development files.
Package: vo-amrwbenc-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends:
libvo-amrwbenc0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: VisualOn AMR-WB encoder library (debugging symbols)
This library contains an encoder implementation of the Adaptive Multi
Rate Wideband (AMR-WB) audio codec. The library is based on a codec
implementation by VisualOn, part of the Stagefright framework from the
Google Android project.
.
This package contains the debugging symbols.
|