|
1 | 1 | Source: aeneas
|
2 | 2 | Section: python
|
3 |
| -X-Python-Version: >= 2.7 |
4 | 3 | Priority: optional
|
5 | 4 | Maintainer: Alberto Pettarin < [email protected]>
|
6 | 5 | Build-Depends: debhelper (>= 9.0.0),
|
7 | 6 | dh-python,
|
8 | 7 | python-all-dev,
|
9 | 8 | python-setuptools,
|
10 | 9 | python-numpy, python-lxml, python-bs4,
|
| 10 | + python3-all-dev, |
| 11 | + python3-setuptools, |
| 12 | + python3-numpy, python3-lxml, python3-bs4, |
11 | 13 | libasound2-dev, libsndfile1-dev, libespeak-dev
|
12 |
| -Standards-Version: 3.9.5 |
| 14 | +Standards-Version: 4.1.4 |
13 | 15 | Homepage: https://github.com/readbeyond/aeneas
|
14 | 16 |
|
15 | 17 | Package: python-aeneas
|
16 | 18 | Architecture: any
|
17 |
| -Depends: ${misc:Depends}, ${python:Depends}, |
| 19 | +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, |
18 | 20 | espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac
|
| 21 | +Replaces: python3-aeneas |
| 22 | +Description: Python library to automagically synchronize audio and text |
| 23 | + aeneas automatically generates a synchronization map between a list of |
| 24 | + text fragments and an audio file containing the narration of the text. |
| 25 | + In computer science this task is known as (automatically computing a) |
| 26 | + forced alignment. |
| 27 | + |
| 28 | +Package: python3-aeneas |
| 29 | +Architecture: any |
| 30 | +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, |
| 31 | + espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac |
| 32 | +Replaces: python-aeneas |
19 | 33 | Description: Python library to automagically synchronize audio and text
|
20 | 34 | aeneas automatically generates a synchronization map between a list of
|
21 | 35 | text fragments and an audio file containing the narration of the text.
|
|
0 commit comments