]>
Commit | Line | Data |
---|---|---|
36498e04 MG |
1 | Source: fdkaac |
2 | Section: contrib/sound | |
3 | Priority: optional | |
4 | Maintainer: Marius Gavrilescu <marius@ieval.ro> | |
7f96f64d MG |
5 | Build-Depends: debhelper (>= 12), libfdk-aac-dev, pandoc |
6 | Standards-Version: 4.0.1 | |
36498e04 | 7 | Homepage: https://github.com/nu774/fdkaac |
f4cc6d51 | 8 | Vcs-Git: https://git.ieval.ro/git/fdkaac.git |
68174834 | 9 | Vcs-Browser: https://git.ieval.ro/?p=fdkaac.git |
36498e04 MG |
10 | |
11 | Package: fdkaac | |
12 | Architecture: any | |
13 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
14 | Description: command line encoder frontend for libfdk-aac | |
15 | fdkaac is a command-line AAC encoder based on libfdk-aac. | |
16 | . | |
17 | It reads linear PCM audio in either WAV, raw PCM, or CAF format and | |
18 | encodes it into M4A / AAC files. |