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 66 67 68 69 70
|
Source: faad2
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Matthew W. S. Bell <matthew@bells23.org.uk>,
Reinhard Tartler <siretart@tauware.de>,
Fabian Greffrath <fabian@debian.org>
Standards-Version: 4.5.0
Build-Depends:
debhelper-compat (= 13)
Homepage: https://github.com/knik0/faad2
Vcs-Git: https://salsa.debian.org/multimedia-team/faad2.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/faad2
Rules-Requires-Root: no
Package: faad
Section: sound
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
faad2
Replaces:
faad2
Description: freeware Advanced Audio Decoder player
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
files.
.
This package contains a command line interface to play AAC or MP4 files.
Package: libfaad-dev
Multi-Arch: same
Section: libdevel
Architecture: any
Depends:
libfaad2 (= ${binary:Version}),
${misc:Depends}
Conflicts:
libfaad2-dev
Replaces:
libfaad2-dev
Description: freeware Advanced Audio Decoder - development files
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
files.
.
This package contains development files.
Package: libfaad2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libfaad2-0
Replaces:
libfaad2-0
Description: freeware Advanced Audio Decoder - runtime files
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
files.
.
This package contains the shared library and an extra
library with support for Digital Radio Mondiale (DRM).
|