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
|
Source: faac
Section: non-free/sound
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Fabian Greffrath <fabian@debian.org>,
Reinhard Tartler <siretart@tauware.de>
Build-Depends:
debhelper-compat (= 13),
meson
Standards-Version: 4.7.3
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
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.
.
The encoder supports the Low Complexity (LC) MPEG-4 object type and
several file formats (ADTS AAC, raw AAC, MP4), multichannel and
gapless encoding as well as MP4 metadata tags.
.
This package contains the frontend.
Package: libfaac-dev
Section: non-free/libdevel
Architecture: any
Multi-Arch: same
Depends:
libfaac0t64 (= ${binary:Version}),
${misc:Depends}
Description: AAC audio encoder (development)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2.
.
The encoder supports the Low Complexity (LC) MPEG-4 object type and
several file formats (ADTS AAC, raw AAC, MP4), multichannel and
gapless encoding as well as MP4 metadata tags.
.
This package contains the development files.
Package: libfaac0t64
Provides: ${t64:Provides}
Replaces: libfaac0
Breaks: libfaac0 (<< ${source:Version})
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.
.
The encoder supports the Low Complexity (LC) MPEG-4 object type and
several file formats (ADTS AAC, raw AAC, MP4), multichannel and
gapless encoding as well as MP4 metadata tags.
.
This package contains the shared library.
|