Imported Debian version 0.1.3.1
[deb_fdk-aac.git] / debian / control
CommitLineData
56e73ff7
DM
1Source: fdk-aac
2Section: non-free/libs
3Priority: optional
4Maintainer: Doug McMahon <mc631man@gmail.com>
5Homepage: https://github.com/mstorsjo/fdk-aac
6Standards-Version: 3.9.5
7Build-Depends: debhelper (>= 9), dh-autoreconf
8Vcs-Git: git://anonscm.debian.org/pkg-multimedia/fdk-aac.git
9Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/fdk-aac.git;a=summary
10XS-Autobuild: yes
11
12Package: libfdk-aac0
13Architecture: any
14Multi-Arch: same
15Pre-Depends: ${misc:Pre-Depends}
16Depends:
17 ${misc:Depends},
18 ${shlibs:Depends}
19Description: 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
26Package: libfdk-aac0-dbg
27Priority: extra
28Architecture: any
29Multi-Arch: same
30Section: non-free/debug
31Depends:
32 libfdk-aac0 (= ${binary:Version}),
33 ${misc:Depends}
34Description: 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
40Package: libfdk-aac-dev
41Architecture: any
42Multi-Arch: same
43Section: non-free/libdevel
44Depends:
45 libfdk-aac0 (= ${binary:Version}),
46 pkg-config,
47 ${misc:Depends}
48Description: 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
55Package: aac-enc
56Architecture: any
57Depends:
58 libfdk-aac0 (= ${binary:Version}),
59 ${shlibs:Depends},
60 ${misc:Depends}
61Section: non-free/sound
62Description: 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.