]>
Commit | Line | Data |
---|---|---|
36498e04 MG |
1 | Source: fdkaac |
2 | Section: contrib/sound | |
3 | Priority: optional | |
4 | Maintainer: Marius Gavrilescu <marius@ieval.ro> | |
dfff1a0d | 5 | Build-Depends: debhelper (>= 9), dh-autoreconf, libfdk-aac-dev, pandoc |
551632e3 | 6 | Standards-Version: 3.9.8 |
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 |
d3c0f267 | 10 | XS-Autobuild: yes |
36498e04 MG |
11 | |
12 | Package: fdkaac | |
13 | Architecture: any | |
14 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
15 | Description: command line encoder frontend for libfdk-aac | |
16 | fdkaac is a command-line AAC encoder based on libfdk-aac. | |
17 | . | |
18 | It reads linear PCM audio in either WAV, raw PCM, or CAF format and | |
19 | encodes it into M4A / AAC files. |