Imported Debian version 0.1.3.1
[deb_fdk-aac.git] / debian / control
1 Source: fdk-aac
2 Section: non-free/libs
3 Priority: optional
4 Maintainer: Doug McMahon <mc631man@gmail.com>
5 Homepage: https://github.com/mstorsjo/fdk-aac
6 Standards-Version: 3.9.5
7 Build-Depends: debhelper (>= 9), dh-autoreconf
8 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/fdk-aac.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/fdk-aac.git;a=summary
10 XS-Autobuild: yes
11
12 Package: libfdk-aac0
13 Architecture: any
14 Multi-Arch: same
15 Pre-Depends: ${misc:Pre-Depends}
16 Depends:
17 ${misc:Depends},
18 ${shlibs:Depends}
19 Description: Fraunhofer FDK AAC Codec Library - runtime files
20 The FDK AAC Codec Library For Android contains an encoder implementation
21 of the Advanced Audio Coding (AAC) audio codec.
22 .
23 This package contains the files needed to run a program compiled using
24 The Fraunhofer FDK AAC Codec Library.
25
26 Package: libfdk-aac0-dbg
27 Priority: extra
28 Architecture: any
29 Multi-Arch: same
30 Section: non-free/debug
31 Depends:
32 libfdk-aac0 (= ${binary:Version}),
33 ${misc:Depends}
34 Description: debugging symbols for libfdk-aac0
35 The FDK AAC Codec Library For Android contains an encoder implementation
36 of the Advanced Audio Coding (AAC) audio codec.
37 .
38 This package contains the debugging symbols for libfdk-aac0
39
40 Package: libfdk-aac-dev
41 Architecture: any
42 Multi-Arch: same
43 Section: non-free/libdevel
44 Depends:
45 libfdk-aac0 (= ${binary:Version}),
46 pkg-config,
47 ${misc:Depends}
48 Description: Fraunhofer FDK AAC Codec Library - development files
49 The FDK AAC Codec Library For Android contains an encoder implementation
50 of the Advanced Audio Coding (AAC) audio codec.
51 .
52 This package contains the files needed to compile and statically link
53 against the Fraunhofer FDK AAC Codec Library.
54
55 Package: aac-enc
56 Architecture: any
57 Depends:
58 libfdk-aac0 (= ${binary:Version}),
59 ${shlibs:Depends},
60 ${misc:Depends}
61 Section: non-free/sound
62 Description: Fraunhofer FDK AAC Codec Library - frontend binary
63 The FDK AAC Codec Library For Android contains an encoder implementation
64 of the Advanced Audio Coding (AAC) audio codec.
65 .
66 This package contains a frontend binary capable of encoding WAVE files
67 using the Fraunhofer FDK AAC Codec Library.