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
|
Source: vo-aacenc
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: http://opencore-amr.git.sourceforge.net/
Vcs-Git: https://salsa.debian.org/multimedia-team/vo-aacenc.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/vo-aacenc
Rules-Requires-Root: no
Package: libvo-aacenc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libvo-aacenc0 (= ${binary:Version}),
${misc:Depends}
Description: VisualOn AAC encoder library (development files)
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) 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: libvo-aacenc0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: VisualOn AAC encoder library
This library contains an encoder implementation of the Advanced Audio
Coding (AAC) audio codec. The library is based on a codec implementation
by VisualOn, part of the Stagefright framework from the Google
Android project.
|