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
|
Source: faac
Section: non-free/sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Fabian Greffrath <fabian@debian.org>,
Reinhard Tartler <siretart@tauware.de>
Build-Depends:
debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://github.com/knik0/faac
Vcs-Git: https://salsa.debian.org/multimedia-team/faac.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/faac
Rules-Requires-Root: no
XS-Autobuild: yes
Package: faac
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: AAC audio encoder (frontend)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
(ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4
metadata tags. The codecs are compatible with standard-compliant audio
applications using one or more of these profiles.
.
This package contains the frontend.
Package: libfaac-dev
Section: non-free/libdevel
Architecture: any
Multi-Arch: same
Depends:
libfaac0 (= ${binary:Version}),
${misc:Depends}
Description: AAC audio encoder (development)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
(ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4
metadata tags. The codecs are compatible with standard-compliant audio
applications using one or more of these profiles.
.
This package contains the development files.
Package: libfaac0
Section: non-free/libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: AAC audio encoder (library)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
(ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4
metadata tags. The codecs are compatible with standard-compliant audio
applications using one or more of these profiles.
.
This package contains the shared library and an extra
library with support for Digital Radio Mondiale (DRM).
|