-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to build cew with espeak-ng #258
Open
danielbair
wants to merge
4
commits into
readbeyond:devel
Choose a base branch
from
danielbair:espeak-ng
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
5da2217
Add package for python3-aeneas
StephenMcConnel 4d200a0
Merge pull request #245 from StephenMcConnel/CreatePython3DebianPacka…
readbeyond b80b1ca
Update to build cew with espeak-ng
danielbair 92cd911
Merge branch 'devel' into espeak-ng
danielbair File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
aeneas (1.7.3.1) stable; urgency=medium | ||
|
||
* Fix spurious warnings about "encoding is not UTF-8" when encoding is "utf-8" | ||
* Add debian packaging for python3-aeneas | ||
|
||
-- Stephen McConnel <[email protected]> Thu, 02 Apr 2020 16:45:00 -0600 | ||
|
||
aeneas (1.7.1) stable; urgency=medium | ||
|
||
* Fix bug #151 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7 | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
Source: aeneas | ||
Section: python | ||
X-Python-Version: >= 2.7 | ||
Priority: optional | ||
Maintainer: Alberto Pettarin <[email protected]> | ||
Build-Depends: debhelper (>= 9.0.0), | ||
dh-python, | ||
python-all-dev, | ||
python-setuptools, | ||
python-numpy, python-lxml, python-bs4, | ||
python3-all-dev, | ||
python3-setuptools, | ||
python3-numpy, python3-lxml, python3-bs4, | ||
libasound2-dev, libsndfile1-dev, libespeak-dev | ||
Standards-Version: 3.9.5 | ||
Standards-Version: 4.1.4 | ||
Homepage: https://github.com/readbeyond/aeneas | ||
|
||
Package: python-aeneas | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${python:Depends}, | ||
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, | ||
espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac | ||
Replaces: python3-aeneas | ||
Description: Python library to automagically synchronize audio and text | ||
aeneas automatically generates a synchronization map between a list of | ||
text fragments and an audio file containing the narration of the text. | ||
In computer science this task is known as (automatically computing a) | ||
forced alignment. | ||
|
||
Package: python3-aeneas | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, | ||
espeak, espeak-data, libespeak1, vorbis-tools, ffmpeg, flac | ||
Replaces: python-aeneas | ||
Description: Python library to automagically synchronize audio and text | ||
aeneas automatically generates a synchronization map between a list of | ||
text fragments and an audio file containing the narration of the text. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python-aeneas: binary-without-manpage | ||
python-aeneas: debian-changelog-file-contains-invalid-email-address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
aeneas_check_setup.py /usr/share/python3-aeneas | ||
VERSION /usr/share/python3-aeneas | ||
aeneas/tools/res/audio.mp3 /usr/share/python3-aeneas/aeneas/tools/res |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python3-aeneas: binary-without-manpage | ||
python3-aeneas: debian-changelog-file-contains-invalid-email-address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to patch in an
import sys
to get this working.