Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
1
.espeak-ng.metadata
Normal file
1
.espeak-ng.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
6989535ba70abef7fccdddc829891ed03ef8c801 SOURCES/1.50.tar.gz
|
@ -1 +0,0 @@
|
|||||||
1
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/1.49.2.tar.gz
|
SOURCES/1.50.tar.gz
|
||||||
/1.49.2.tar.gz
|
|
||||||
|
@ -1,795 +0,0 @@
|
|||||||
From faab1d055d8c033b5975727a4de7431d548b7db2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
|
|
||||||
Date: Tue, 26 Jun 2018 15:07:43 +0200
|
|
||||||
Subject: [PATCH] Use kramdown in man pages
|
|
||||||
|
|
||||||
---
|
|
||||||
Makefile.am | 20 +++----
|
|
||||||
README.md | 4 +-
|
|
||||||
configure.ac | 8 ---
|
|
||||||
src/espeak-ng.1.md | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
src/espeak-ng.1.ronn | 162 --------------------------------------------------
|
|
||||||
src/speak-ng.1.md | 159 +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
||||||
src/speak-ng.1.ronn | 158 -------------------------------------------------
|
|
||||||
7 files changed, 331 insertions(+), 343 deletions(-)
|
|
||||||
create mode 100644 src/espeak-ng.1.md
|
|
||||||
delete mode 100644 src/espeak-ng.1.ronn
|
|
||||||
create mode 100644 src/speak-ng.1.md
|
|
||||||
delete mode 100644 src/speak-ng.1.ronn
|
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
|
||||||
index 0ae0c326..cf1d833e 100644
|
|
||||||
--- a/Makefile.am
|
|
||||||
+++ b/Makefile.am
|
|
||||||
@@ -76,14 +76,14 @@ distclean-local:
|
|
||||||
|
|
||||||
##### custom rules:
|
|
||||||
|
|
||||||
-SUFFIXES=.html .md .ronn
|
|
||||||
+SUFFIXES=.html .md
|
|
||||||
|
|
||||||
.md.html: _layouts/webpage.html
|
|
||||||
- cat $< | sed -e 's/\.md)/.html)/g' -e 's/\.ronn/.html/g' | \
|
|
||||||
+ cat $< | sed -e 's/\.md)/.html)/g' | \
|
|
||||||
kramdown --template _layouts/webpage.html > $@
|
|
||||||
|
|
||||||
-.ronn.html:
|
|
||||||
- ronn --html $<
|
|
||||||
+.md.html:
|
|
||||||
+ kramdown --template _layouts/webpage.html -i kramdown -o html $< > $@
|
|
||||||
|
|
||||||
##### vim:
|
|
||||||
|
|
||||||
@@ -101,11 +101,11 @@ EXTRA_DIST += $(vim_addons_syntax_DATA)
|
|
||||||
|
|
||||||
##### documentation:
|
|
||||||
|
|
||||||
-src/espeak-ng.1: src/espeak-ng.1.ronn
|
|
||||||
- ronn --roff $<
|
|
||||||
+src/espeak-ng.1: src/espeak-ng.1.md
|
|
||||||
+ kramdown -i kramdown -o man $< > $@
|
|
||||||
|
|
||||||
-src/speak-ng.1: src/speak-ng.1.ronn
|
|
||||||
- ronn --roff $<
|
|
||||||
+src/speak-ng.1: src/speak-ng.1.md
|
|
||||||
+ kramdown -i kramdown -o man $< > $@
|
|
||||||
|
|
||||||
docs: docs/index.html \
|
|
||||||
docs/add_language.html \
|
|
||||||
@@ -195,9 +195,7 @@ endif
|
|
||||||
|
|
||||||
bin_PROGRAMS += src/speak-ng
|
|
||||||
|
|
||||||
-if HAVE_RONN
|
|
||||||
man1_MANS += src/speak-ng.1
|
|
||||||
-endif
|
|
||||||
|
|
||||||
src_speak_ng_LDADD = src/libespeak-ng.la
|
|
||||||
src_speak_ng_LDFLAGS = -static -lm ${PCAUDIOLIB_LIBS}
|
|
||||||
@@ -206,9 +204,7 @@ src_speak_ng_SOURCES = src/speak-ng.c
|
|
||||||
|
|
||||||
bin_PROGRAMS += src/espeak-ng
|
|
||||||
|
|
||||||
-if HAVE_RONN
|
|
||||||
man1_MANS += src/espeak-ng.1
|
|
||||||
-endif
|
|
||||||
|
|
||||||
src_espeak_ng_LDADD = src/libespeak-ng.la ${PCAUDIOLIB_LIBS}
|
|
||||||
src_espeak_ng_SOURCES = src/espeak-ng.c
|
|
||||||
diff --git a/README.md b/README.md
|
|
||||||
index dac80c21..935fe977 100644
|
|
||||||
--- a/README.md
|
|
||||||
+++ b/README.md
|
|
||||||
@@ -108,7 +108,6 @@ Optionally, you need:
|
|
||||||
to enable audio output;
|
|
||||||
3. the [sonic](https://github.com/espeak-ng/sonic) development library to
|
|
||||||
enable sonic audio speed up support;
|
|
||||||
-4. the `ronn` man-page markdown processor to build the man pages.
|
|
||||||
|
|
||||||
To build the documentation, you need:
|
|
||||||
|
|
||||||
@@ -122,7 +121,6 @@ be installed using the following commands:
|
|
||||||
| autotools | `sudo apt-get install make autoconf automake libtool pkg-config` |
|
|
||||||
| c99 compiler | `sudo apt-get install gcc` |
|
|
||||||
| sonic | `sudo apt-get install libsonic-dev` |
|
|
||||||
-| ronn | `sudo apt-get install ruby-ronn` |
|
|
||||||
| kramdown | `sudo apt-get install ruby-kramdown` |
|
|
||||||
|
|
||||||
### Building
|
|
||||||
@@ -326,7 +324,7 @@ To enable eSpeak, you need to:
|
|
||||||
The [main documentation](docs/index.md) for eSpeak NG provides more information
|
|
||||||
on using and creating voices/languages for eSpeak NG.
|
|
||||||
|
|
||||||
-The [espeak-ng](src/espeak-ng.1.ronn) and [speak-ng](src/speak-ng.1.ronn)
|
|
||||||
+The [espeak-ng](src/espeak-ng.1.md) and [speak-ng](src/speak-ng.1.md)
|
|
||||||
command-line documentation provide a reference of the different command-line
|
|
||||||
options available to these commands with example usage.
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 33960c24..302f88f4 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -223,14 +223,6 @@ AM_CONDITIONAL(OPT_KLATT, [test x"$have_klatt" = xyes])
|
|
||||||
AM_CONDITIONAL(OPT_MBROLA, [test x"$have_mbrola" = xyes])
|
|
||||||
AM_CONDITIONAL(OPT_ASYNC, [test x"$have_async" = xyes])
|
|
||||||
|
|
||||||
-dnl ================================================================
|
|
||||||
-dnl ronn checks.
|
|
||||||
-dnl ================================================================
|
|
||||||
-
|
|
||||||
-AC_CHECK_PROG(RONN, ronn, ronn, no)
|
|
||||||
-
|
|
||||||
-AM_CONDITIONAL(HAVE_RONN, [test ! x"$RONN" = xno])
|
|
||||||
-
|
|
||||||
dnl ================================================================
|
|
||||||
dnl Extended dictionary checks.
|
|
||||||
dnl ================================================================
|
|
||||||
diff --git a/src/espeak-ng.1.md b/src/espeak-ng.1.md
|
|
||||||
new file mode 100644
|
|
||||||
index 00000000..89fa2c01
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/src/espeak-ng.1.md
|
|
||||||
@@ -0,0 +1,163 @@
|
|
||||||
+# espeak-ng(1) - A multi-lingual software speech synthesizer.
|
|
||||||
+{: data-date="July 2018"}
|
|
||||||
+
|
|
||||||
+## SYNOPSIS
|
|
||||||
+
|
|
||||||
+__espeak-ng__ \[*options*\] \[*words*\]
|
|
||||||
+
|
|
||||||
+## DESCRIPTION
|
|
||||||
+
|
|
||||||
+__espeak-ng__ is a software speech synthesizer for English, and some other
|
|
||||||
+languages.
|
|
||||||
+
|
|
||||||
+## OPTIONS
|
|
||||||
+
|
|
||||||
+`-h`, `--help`
|
|
||||||
+: Show summary of options.
|
|
||||||
+
|
|
||||||
+`--version`
|
|
||||||
+: Prints the espeak library version and the location of the espeak voice
|
|
||||||
+ data.
|
|
||||||
+
|
|
||||||
+`-f <text file>`
|
|
||||||
+: Text file to speak.
|
|
||||||
+
|
|
||||||
+`--stdin`
|
|
||||||
+: Read text input from stdin instead of a file.
|
|
||||||
+
|
|
||||||
+If neither `-f` nor `--stdin` are provided, `<words>` are spoken, or if no
|
|
||||||
+words are provided then text is spoken from stdin a line at a time.
|
|
||||||
+
|
|
||||||
+`-d <device>`
|
|
||||||
+: Use the specified device to speak the audio on. If not specified, the
|
|
||||||
+ default audio device is used.
|
|
||||||
+
|
|
||||||
+`-q`
|
|
||||||
+: Quiet, don't produce any speech (may be useful with `-x`).
|
|
||||||
+
|
|
||||||
+`-a <integer>`
|
|
||||||
+: Amplitude, 0 to 200, default is 100.
|
|
||||||
+
|
|
||||||
+`-g <integer>`
|
|
||||||
+: Word gap. Pause between words, units of 10ms at the default speed.
|
|
||||||
+
|
|
||||||
+`-k <integer>`
|
|
||||||
+: Indicate capital letters with: 1=sound, 2=the word \"capitals\", higher
|
|
||||||
+ values = a pitch increase (try `-k20`).
|
|
||||||
+
|
|
||||||
+`-l <integer>`
|
|
||||||
+: Line length. If not zero (which is the default), consider lines less than
|
|
||||||
+ this length as end-of-clause.
|
|
||||||
+
|
|
||||||
+`-p <integer>`
|
|
||||||
+: Pitch adjustment, 0 to 99, default is 50.
|
|
||||||
+
|
|
||||||
+`-s <integer>`
|
|
||||||
+: Speed in words per minute, default is 160.
|
|
||||||
+
|
|
||||||
+`-v <voice name>`
|
|
||||||
+: Use voice file of this name from espeak-ng-data/voices. A variant can be
|
|
||||||
+ specified using _voice_+_variant_, such as af+m3.
|
|
||||||
+
|
|
||||||
+`-w <wave file name>`
|
|
||||||
+: Write output to this WAV file, rather than speaking it directly.
|
|
||||||
+
|
|
||||||
+`--split=<minutes>`
|
|
||||||
+: Used with `-w` to split the audio output into \<minutes\> recorded
|
|
||||||
+ chunks.
|
|
||||||
+
|
|
||||||
+`-b`
|
|
||||||
+: Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit.
|
|
||||||
+
|
|
||||||
+`-m`
|
|
||||||
+: Indicates that the text contains SSML (Speech Synthesis Markup Language)
|
|
||||||
+ tags or other XML tags. Those SSML tags which are supported are
|
|
||||||
+ interpreted. Other tags, including HTML, are ignored, except that some HTML
|
|
||||||
+ tags such as \<hr\> \<h2\> and \<li\> ensure a break in the speech.
|
|
||||||
+
|
|
||||||
+`-x`
|
|
||||||
+: Write phoneme mnemonics to stdout.
|
|
||||||
+
|
|
||||||
+`-X`
|
|
||||||
+: Write phonemes mnemonics and translation trace to stdout. If rules files
|
|
||||||
+ have been built with `--compile=debug`, line numbers will also be displayed.
|
|
||||||
+
|
|
||||||
+`-z`
|
|
||||||
+: No final sentence pause at the end of the text.
|
|
||||||
+
|
|
||||||
+`--stdout`
|
|
||||||
+: Write speech output to stdout.
|
|
||||||
+
|
|
||||||
+`--compile=voicename`
|
|
||||||
+: Compile the pronunciation rules and dictionary in the current directory.
|
|
||||||
+ =\<voicename\> is optional and specifies which language is compiled.
|
|
||||||
+
|
|
||||||
+`--compile-debug=voicename`
|
|
||||||
+: Compile the pronunciation rules and dictionary in the current directory as
|
|
||||||
+ above, but include line numbers, that get shown when `-X` is used.
|
|
||||||
+
|
|
||||||
+`--ipa`
|
|
||||||
+: Write phonemes to stdout using International Phonetic Alphabet. `--ipa=1`
|
|
||||||
+ Use ties, `--ipa=2` Use ZWJ, `--ipa=3` Separate with _.
|
|
||||||
+
|
|
||||||
+`--tie=<character>`
|
|
||||||
+: The character to use to join multi-letter phonemes in `-x` and `--ipa`
|
|
||||||
+ output.
|
|
||||||
+
|
|
||||||
+`--path=<path>`
|
|
||||||
+: Specifies the directory containing the espeak-ng-data directory.
|
|
||||||
+
|
|
||||||
+`--pho`
|
|
||||||
+: Write mbrola phoneme data (.pho) to stdout or to the file in `--phonout`.
|
|
||||||
+
|
|
||||||
+`--phonout=<filename>`
|
|
||||||
+: Write output from `-x` `-X` commands and mbrola phoneme data to this file.
|
|
||||||
+
|
|
||||||
+`--punct="<characters>"`
|
|
||||||
+: Speak the names of punctuation characters during speaking. If
|
|
||||||
+ =\<characters\> is omitted, all punctuation is spoken.
|
|
||||||
+
|
|
||||||
+`--sep=<character>`
|
|
||||||
+: The character to separate phonemes from the `-x` and `--ipa` output.
|
|
||||||
+
|
|
||||||
+`--voices[=<language code>]`
|
|
||||||
+: Lists the available voices. If =\<language code\> is present then only
|
|
||||||
+ those voices which are suitable for that language are listed.
|
|
||||||
+
|
|
||||||
+`--voices=<directory>`
|
|
||||||
+: Lists the voices in the specified subdirectory.
|
|
||||||
+
|
|
||||||
+## EXAMPLES
|
|
||||||
+
|
|
||||||
+`espeak-ng "This is a test"`
|
|
||||||
+: Speak the sentence \"This is a test\" using the default English voice.
|
|
||||||
+
|
|
||||||
+`espeak-ng -f hello.txt`
|
|
||||||
+: Speak the contents of hello.txt using the default English voice.
|
|
||||||
+
|
|
||||||
+`cat hello.txt | espeak-ng`
|
|
||||||
+: Speak the contents of hello.txt using the default English voice.
|
|
||||||
+
|
|
||||||
+`espeak-ng -x hello`
|
|
||||||
+: Speak the word \"hello\" using the default English voice, and print the
|
|
||||||
+ phonemes that were spoken.
|
|
||||||
+
|
|
||||||
+`espeak-ng -ven-us "[[h@'loU]]"`
|
|
||||||
+: Speak the phonemes \"h@'loU\" using the American English voice.
|
|
||||||
+
|
|
||||||
+`espeak-ng --voices`
|
|
||||||
+: List all voices supported by eSpeak.
|
|
||||||
+
|
|
||||||
+`espeak-ng --voices=en`
|
|
||||||
+: List all voices that speak English (`en`).
|
|
||||||
+
|
|
||||||
+`espeak-ng --voices=mb`
|
|
||||||
+: List all voices using the MBROLA voice synthesizer.
|
|
||||||
+
|
|
||||||
+## AUTHOR
|
|
||||||
+
|
|
||||||
+eSpeak NG is maintained by Reece H. Dunn <msclrhd@gmail.com>. It is based on
|
|
||||||
+eSpeak by Jonathan Duddington <jonsd@jsd.clara.co.uk>.
|
|
||||||
+
|
|
||||||
+This manual page is based on the eSpeak page written by Luke Yelavich
|
|
||||||
+<themuso@ubuntu.com> for the Ubuntu project.
|
|
||||||
diff --git a/src/espeak-ng.1.ronn b/src/espeak-ng.1.ronn
|
|
||||||
deleted file mode 100644
|
|
||||||
index 4fcd5e87..00000000
|
|
||||||
--- a/src/espeak-ng.1.ronn
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,162 +0,0 @@
|
|
||||||
-# espeak-ng - A multi-lingual software speech synthesizer.
|
|
||||||
-
|
|
||||||
-## SYNOPSIS
|
|
||||||
-
|
|
||||||
-__espeak-ng__ [<options>] [<words>]
|
|
||||||
-
|
|
||||||
-## DESCRIPTION
|
|
||||||
-
|
|
||||||
-__espeak-ng__ is a software speech synthesizer for English, and some other
|
|
||||||
-languages.
|
|
||||||
-
|
|
||||||
-## OPTIONS
|
|
||||||
-
|
|
||||||
- * `-h`, `--help`:
|
|
||||||
- Show summary of options.
|
|
||||||
-
|
|
||||||
- * `--version`:
|
|
||||||
- Prints the espeak library version and the location of the espeak voice
|
|
||||||
- data.
|
|
||||||
-
|
|
||||||
- * `-f <text file>`:
|
|
||||||
- Text file to speak.
|
|
||||||
-
|
|
||||||
- * `--stdin`:
|
|
||||||
- Read text input from stdin instead of a file.
|
|
||||||
-
|
|
||||||
-If neither -f nor --stdin are provided, <words> are spoken, or if no
|
|
||||||
-words are provided then text is spoken from stdin a line at a time.
|
|
||||||
-
|
|
||||||
- * `-d <device>`:
|
|
||||||
- Use the specified device to speak the audio on. If not specified, the
|
|
||||||
- default audio device is used.
|
|
||||||
-
|
|
||||||
- * `-q`:
|
|
||||||
- Quiet, don't produce any speech (may be useful with -x).
|
|
||||||
-
|
|
||||||
- * `-a <integer>`:
|
|
||||||
- Amplitude, 0 to 200, default is 100.
|
|
||||||
-
|
|
||||||
- * `-g <integer>`:
|
|
||||||
- Word gap. Pause between words, units of 10ms at the default speed.
|
|
||||||
-
|
|
||||||
- * `-k <integer>`:
|
|
||||||
- Indicate capital letters with: 1=sound, 2=the word "capitals", higher
|
|
||||||
- values = a pitch increase (try -k20).
|
|
||||||
-
|
|
||||||
- * `-l <integer>`:
|
|
||||||
- Line length. If not zero (which is the default), consider lines less than
|
|
||||||
- this length as end-of-clause.
|
|
||||||
-
|
|
||||||
- * `-p <integer>`:
|
|
||||||
- Pitch adjustment, 0 to 99, default is 50.
|
|
||||||
-
|
|
||||||
- * `-s <integer>`:
|
|
||||||
- Speed in words per minute, default is 160.
|
|
||||||
-
|
|
||||||
- * `-v <voice name>`:
|
|
||||||
- Use voice file of this name from espeak-ng-data/voices. A variant can be
|
|
||||||
- specified using <voice>+<variant>, such as af+m3.
|
|
||||||
-
|
|
||||||
- * `-w <wave file name>`:
|
|
||||||
- Write output to this WAV file, rather than speaking it directly.
|
|
||||||
-
|
|
||||||
- * `--split=<minutes>`:
|
|
||||||
- Used with `-w` to split the audio output into <minutes> recorded
|
|
||||||
- chunks.
|
|
||||||
-
|
|
||||||
- * `-b`:
|
|
||||||
- Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit.
|
|
||||||
-
|
|
||||||
- * `-m`:
|
|
||||||
- Indicates that the text contains SSML (Speech Synthesis Markup Language)
|
|
||||||
- tags or other XML tags. Those SSML tags which are supported are
|
|
||||||
- interpreted. Other tags, including HTML, are ignored, except that some HTML
|
|
||||||
- tags such as <hr> <h2> and <li> ensure a break in the
|
|
||||||
- speech.
|
|
||||||
-
|
|
||||||
- * `-x`:
|
|
||||||
- Write phoneme mnemonics to stdout.
|
|
||||||
-
|
|
||||||
- * `-X`:
|
|
||||||
- Write phonemes mnemonics and translation trace to stdout. If rules files
|
|
||||||
- have been built with --compile=debug, line numbers will also be displayed.
|
|
||||||
-
|
|
||||||
- * `-z`:
|
|
||||||
- No final sentence pause at the end of the text.
|
|
||||||
-
|
|
||||||
- * `--stdout`:
|
|
||||||
- Write speech output to stdout.
|
|
||||||
-
|
|
||||||
- * `--compile=voicename`:
|
|
||||||
- Compile the pronunciation rules and dictionary in the current directory.
|
|
||||||
- =<voicename< is optional and specifies which language is compiled.
|
|
||||||
-
|
|
||||||
- * `--compile-debug=voicename`:
|
|
||||||
- Compile the pronunciation rules and dictionary in the current directory as
|
|
||||||
- above, but include line numbers, that get shown when -X is used.
|
|
||||||
-
|
|
||||||
- * `--ipa`:
|
|
||||||
- Write phonemes to stdout using International Phonetic Alphabet. --ipa=1 Use
|
|
||||||
- ties, --ipa=2 Use ZWJ, --ipa=3 Separate with _.
|
|
||||||
-
|
|
||||||
- * `--tie=<character>`:
|
|
||||||
- The character to use to join multi-letter phonemes in -x and --ipa output.
|
|
||||||
-
|
|
||||||
- * `--path=<path>`:
|
|
||||||
- Specifies the directory containing the espeak-ng-data directory.
|
|
||||||
-
|
|
||||||
- * `--pho`:
|
|
||||||
- Write mbrola phoneme data (.pho) to stdout or to the file in --phonout.
|
|
||||||
-
|
|
||||||
- * `--phonout=<filename>`:
|
|
||||||
- Write output from -x -X commands and mbrola phoneme data to this file.
|
|
||||||
-
|
|
||||||
- * `--punct="<characters>"`:
|
|
||||||
- Speak the names of punctuation characters during speaking. If
|
|
||||||
- =<characters> is omitted, all punctuation is spoken.
|
|
||||||
-
|
|
||||||
- * `--sep=<character>`:
|
|
||||||
- The character to separate phonemes from the -x and --ipa output.
|
|
||||||
-
|
|
||||||
- * `--voices[=<language code>]`:
|
|
||||||
- Lists the available voices. If =<language code> is present then only
|
|
||||||
- those voices which are suitable for that language are listed.
|
|
||||||
-
|
|
||||||
- * `--voices=<directory>`:
|
|
||||||
- Lists the voices in the specified subdirectory.
|
|
||||||
-
|
|
||||||
-## EXAMPLES
|
|
||||||
-
|
|
||||||
- * `espeak-ng "This is a test"`:
|
|
||||||
- Speak the sentence "This is a test" using the default English voice.
|
|
||||||
-
|
|
||||||
- * `espeak-ng -f hello.txt`:
|
|
||||||
- Speak the contents of hello.txt using the default English voice.
|
|
||||||
-
|
|
||||||
- * `cat hello.txt | espeak-ng`:
|
|
||||||
- Speak the contents of hello.txt using the default English voice.
|
|
||||||
-
|
|
||||||
- * `espeak-ng -x hello`:
|
|
||||||
- Speak the word "hello" using the default English voice, and print the
|
|
||||||
- phonemes that were spoken.
|
|
||||||
-
|
|
||||||
- * `espeak-ng -ven-us "[[h@'loU]]"`:
|
|
||||||
- Speak the phonemes "h@'loU" using the American English voice.
|
|
||||||
-
|
|
||||||
- * `espeak-ng --voices`:
|
|
||||||
- List all voices supported by eSpeak.
|
|
||||||
-
|
|
||||||
- * `espeak-ng --voices=en`:
|
|
||||||
- List all voices that speak English (`en`).
|
|
||||||
-
|
|
||||||
- * `espeak-ng --voices=mb`:
|
|
||||||
- List all voices using the MBROLA voice synthesizer.
|
|
||||||
-
|
|
||||||
-## AUTHOR
|
|
||||||
-
|
|
||||||
-eSpeak NG is maintained by Reece H. Dunn <msclrhd@gmail.com>. It is based on
|
|
||||||
-eSpeak by Jonathan Duddington <jonsd@jsd.clara.co.uk>.
|
|
||||||
-
|
|
||||||
-This manual page is based on the eSpeak page written by Luke Yelavich
|
|
||||||
-<themuso@ubuntu.com> for the Ubuntu project.
|
|
||||||
diff --git a/src/speak-ng.1.md b/src/speak-ng.1.md
|
|
||||||
new file mode 100644
|
|
||||||
index 00000000..b05b9ad4
|
|
||||||
--- /dev/null
|
|
||||||
+++ b/src/speak-ng.1.md
|
|
||||||
@@ -0,0 +1,159 @@
|
|
||||||
+# speak-ng(1) - A multi-lingual software speech synthesizer.
|
|
||||||
+{: data-date="July 2018"}
|
|
||||||
+
|
|
||||||
+## SYNOPSIS
|
|
||||||
+
|
|
||||||
+__speak-ng__ \[*options*\] \[*words*\]
|
|
||||||
+
|
|
||||||
+## DESCRIPTION
|
|
||||||
+
|
|
||||||
+__speak-ng__ is a software speech synthesizer for English, and some other
|
|
||||||
+languages.
|
|
||||||
+
|
|
||||||
+## OPTIONS
|
|
||||||
+
|
|
||||||
+`-h`, `--help`
|
|
||||||
+: Show summary of options.
|
|
||||||
+
|
|
||||||
+`--version`
|
|
||||||
+: Prints the espeak library version and the location of the espeak voice
|
|
||||||
+ data.
|
|
||||||
+
|
|
||||||
+`-f <text file>`
|
|
||||||
+: Text file to speak.
|
|
||||||
+
|
|
||||||
+`--stdin`
|
|
||||||
+: Read text input from stdin instead of a file.
|
|
||||||
+
|
|
||||||
+If neither `-f` nor `--stdin` are provided, `<words>` are spoken, or if no
|
|
||||||
+words are provided then text is spoken from stdin a line at a time.
|
|
||||||
+
|
|
||||||
+`-q`
|
|
||||||
+: Quiet, don't produce any speech (may be useful with `-x`).
|
|
||||||
+
|
|
||||||
+`-a <integer>`
|
|
||||||
+: Amplitude, 0 to 200, default is 100.
|
|
||||||
+
|
|
||||||
+`-g <integer>`
|
|
||||||
+: Word gap. Pause between words, units of 10ms at the default speed.
|
|
||||||
+
|
|
||||||
+`-k <integer>`
|
|
||||||
+: Indicate capital letters with: 1=sound, 2=the word \"capitals\", higher
|
|
||||||
+ values = a pitch increase (try `-k20`).
|
|
||||||
+
|
|
||||||
+`-l <integer>`
|
|
||||||
+: Line length. If not zero (which is the default), consider lines less than
|
|
||||||
+ this length as end-of-clause.
|
|
||||||
+
|
|
||||||
+`-p <integer>`
|
|
||||||
+: Pitch adjustment, 0 to 99, default is 50.
|
|
||||||
+
|
|
||||||
+`-s <integer>`
|
|
||||||
+: Speed in words per minute, default is 160.
|
|
||||||
+
|
|
||||||
+`-v <voice name>`
|
|
||||||
+: Use voice file of this name from espeak-ng-data/voices. A variant can be
|
|
||||||
+ specified using _voice_+_variant_, such as af+m3.
|
|
||||||
+
|
|
||||||
+`-w <wave file name>`
|
|
||||||
+: Write output to this WAV file, rather than speaking it directly.
|
|
||||||
+
|
|
||||||
+`--split=<minutes>`
|
|
||||||
+: Used with `-w` to split the audio output into \<minutes\> recorded
|
|
||||||
+ chunks.
|
|
||||||
+
|
|
||||||
+`-b`
|
|
||||||
+: Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit.
|
|
||||||
+
|
|
||||||
+`-m`
|
|
||||||
+: Indicates that the text contains SSML (Speech Synthesis Markup Language)
|
|
||||||
+ tags or other XML tags. Those SSML tags which are supported are
|
|
||||||
+ interpreted. Other tags, including HTML, are ignored, except that some HTML
|
|
||||||
+ tags such as \<hr\> \<h2\> and \<li\> ensure a break in the speech.
|
|
||||||
+
|
|
||||||
+`-x`
|
|
||||||
+: Write phoneme mnemonics to stdout.
|
|
||||||
+
|
|
||||||
+`-X`
|
|
||||||
+: Write phonemes mnemonics and translation trace to stdout. If rules files
|
|
||||||
+ have been built with `--compile=debug`, line numbers will also be displayed.
|
|
||||||
+
|
|
||||||
+`-z`
|
|
||||||
+: No final sentence pause at the end of the text.
|
|
||||||
+
|
|
||||||
+`--stdout`
|
|
||||||
+: Write speech output to stdout.
|
|
||||||
+
|
|
||||||
+`--compile=voicename`
|
|
||||||
+: Compile the pronunciation rules and dictionary in the current directory.
|
|
||||||
+ =\<voicename\> is optional and specifies which language is compiled.
|
|
||||||
+
|
|
||||||
+`--compile-debug=voicename`
|
|
||||||
+: Compile the pronunciation rules and dictionary in the current directory as
|
|
||||||
+ above, but include line numbers, that get shown when `-X` is used.
|
|
||||||
+
|
|
||||||
+`--ipa`
|
|
||||||
+: Write phonemes to stdout using International Phonetic Alphabet. `--ipa=1`
|
|
||||||
+ Use ties, `--ipa=2` Use ZWJ, `--ipa=3` Separate with _.
|
|
||||||
+
|
|
||||||
+`--tie=<character>`
|
|
||||||
+: The character to use to join multi-letter phonemes in `-x` and `--ipa`
|
|
||||||
+ output.
|
|
||||||
+
|
|
||||||
+`--path=<path>`
|
|
||||||
+: Specifies the directory containing the espeak-ng-data directory.
|
|
||||||
+
|
|
||||||
+`--pho`
|
|
||||||
+: Write mbrola phoneme data (.pho) to stdout or to the file in `--phonout`.
|
|
||||||
+
|
|
||||||
+`--phonout=<filename>`
|
|
||||||
+: Write output from `-x` `-X` commands and mbrola phoneme data to this file.
|
|
||||||
+
|
|
||||||
+`--punct="<characters>"`
|
|
||||||
+: Speak the names of punctuation characters during speaking. If
|
|
||||||
+ =\<characters\> is omitted, all punctuation is spoken.
|
|
||||||
+
|
|
||||||
+`--sep=<character>`
|
|
||||||
+: The character to separate phonemes from the `-x` and `--ipa` output.
|
|
||||||
+
|
|
||||||
+`--voices[=<language code>]`
|
|
||||||
+: Lists the available voices. If =\<language code\> is present then only
|
|
||||||
+ those voices which are suitable for that language are listed.
|
|
||||||
+
|
|
||||||
+`--voices=<directory>`
|
|
||||||
+: Lists the voices in the specified subdirectory.
|
|
||||||
+
|
|
||||||
+## EXAMPLES
|
|
||||||
+
|
|
||||||
+`speak-ng "This is a test"`
|
|
||||||
+: Speak the sentence \"This is a test\" using the default English voice.
|
|
||||||
+
|
|
||||||
+`speak-ng -f hello.txt`
|
|
||||||
+: Speak the contents of hello.txt using the default English voice.
|
|
||||||
+
|
|
||||||
+`cat hello.txt | speak-ng`
|
|
||||||
+: Speak the contents of hello.txt using the default English voice.
|
|
||||||
+
|
|
||||||
+`speak-ng -x hello`
|
|
||||||
+: Speak the word \"hello\" using the default English voice, and print the
|
|
||||||
+ phonemes that were spoken.
|
|
||||||
+
|
|
||||||
+`speak-ng -ven-us "[[h@'loU]]"`
|
|
||||||
+: Speak the phonemes \"h@'loU\" using the American English voice.
|
|
||||||
+
|
|
||||||
+`speak-ng --voices`
|
|
||||||
+: List all voices supported by eSpeak.
|
|
||||||
+
|
|
||||||
+`speak-ng --voices=en`
|
|
||||||
+: List all voices that speak English (`en`).
|
|
||||||
+
|
|
||||||
+`speak-ng --voices=mb`
|
|
||||||
+: List all voices using the MBROLA voice synthesizer.
|
|
||||||
+
|
|
||||||
+## AUTHOR
|
|
||||||
+
|
|
||||||
+eSpeak NG is maintained by Reece H. Dunn <msclrhd@gmail.com>. It is based on
|
|
||||||
+eSpeak by Jonathan Duddington <jonsd@jsd.clara.co.uk>.
|
|
||||||
+
|
|
||||||
+This manual page is based on the eSpeak page written by Luke Yelavich
|
|
||||||
+<themuso@ubuntu.com> for the Ubuntu project.
|
|
||||||
diff --git a/src/speak-ng.1.ronn b/src/speak-ng.1.ronn
|
|
||||||
deleted file mode 100644
|
|
||||||
index 25c607f2..00000000
|
|
||||||
--- a/src/speak-ng.1.ronn
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,158 +0,0 @@
|
|
||||||
-# speak-ng - A multi-lingual software speech synthesizer.
|
|
||||||
-
|
|
||||||
-## SYNOPSIS
|
|
||||||
-
|
|
||||||
-__speak-ng__ [<options>] [<<words>>]
|
|
||||||
-
|
|
||||||
-## DESCRIPTION
|
|
||||||
-
|
|
||||||
-__speak-ng__ is a software speech synthesizer for English, and some other
|
|
||||||
-languages.
|
|
||||||
-
|
|
||||||
-## OPTIONS
|
|
||||||
-
|
|
||||||
- * `-h`, `--help`:
|
|
||||||
- Show summary of options.
|
|
||||||
-
|
|
||||||
- * `--version`:
|
|
||||||
- Prints the espeak library version and the location of the espeak voice
|
|
||||||
- data.
|
|
||||||
-
|
|
||||||
- * `-f <text file>`:
|
|
||||||
- Text file to speak.
|
|
||||||
-
|
|
||||||
- * `--stdin`:
|
|
||||||
- Read text input from stdin instead of a file.
|
|
||||||
-
|
|
||||||
-If neither -f nor --stdin are provided, <words> are spoken, or if no
|
|
||||||
-words are provided then text is spoken from stdin a line at a time.
|
|
||||||
-
|
|
||||||
- * `-q`:
|
|
||||||
- Quiet, don't produce any speech (may be useful with -x).
|
|
||||||
-
|
|
||||||
- * `-a <integer>`:
|
|
||||||
- Amplitude, 0 to 200, default is 100.
|
|
||||||
-
|
|
||||||
- * `-g <integer>`:
|
|
||||||
- Word gap. Pause between words, units of 10ms at the default speed.
|
|
||||||
-
|
|
||||||
- * `-k <integer>`:
|
|
||||||
- Indicate capital letters with: 1=sound, 2=the word "capitals", higher
|
|
||||||
- values = a pitch increase (try -k20).
|
|
||||||
-
|
|
||||||
- * `-l <integer>`:
|
|
||||||
- Line length. If not zero (which is the default), consider lines less than
|
|
||||||
- this length as end-of-clause.
|
|
||||||
-
|
|
||||||
- * `-p <integer>`:
|
|
||||||
- Pitch adjustment, 0 to 99, default is 50.
|
|
||||||
-
|
|
||||||
- * `-s <integer>`:
|
|
||||||
- Speed in words per minute, default is 160.
|
|
||||||
-
|
|
||||||
- * `-v <voice name>`:
|
|
||||||
- Use voice file of this name from espeak-ng-data/voices. A variant can be
|
|
||||||
- specified using <voice>+<variant>, such as af+m3.
|
|
||||||
-
|
|
||||||
- * `-w <wave file name>`:
|
|
||||||
- Write output to this WAV file, rather than speaking it directly.
|
|
||||||
-
|
|
||||||
- * `--split=<minutes>`:
|
|
||||||
- Used with `-w` to split the audio output into <minutes> recorded
|
|
||||||
- chunks.
|
|
||||||
-
|
|
||||||
- * `-b`:
|
|
||||||
- Input text encoding, 1=UTF8, 2=8 bit, 4=16 bit.
|
|
||||||
-
|
|
||||||
- * `-m`:
|
|
||||||
- Indicates that the text contains SSML (Speech Synthesis Markup Language)
|
|
||||||
- tags or other XML tags. Those SSML tags which are supported are
|
|
||||||
- interpreted. Other tags, including HTML, are ignored, except that some HTML
|
|
||||||
- tags such as <hr> <h2> and <li> ensure a break in the
|
|
||||||
- speech.
|
|
||||||
-
|
|
||||||
- * `-x`:
|
|
||||||
- Write phoneme mnemonics to stdout.
|
|
||||||
-
|
|
||||||
- * `-X`:
|
|
||||||
- Write phonemes mnemonics and translation trace to stdout. If rules files
|
|
||||||
- have been built with --compile=debug, line numbers will also be displayed.
|
|
||||||
-
|
|
||||||
- * `-z`:
|
|
||||||
- No final sentence pause at the end of the text.
|
|
||||||
-
|
|
||||||
- * `--stdout`:
|
|
||||||
- Write speech output to stdout.
|
|
||||||
-
|
|
||||||
- * `--compile=voicename`:
|
|
||||||
- Compile the pronunciation rules and dictionary in the current directory.
|
|
||||||
- =<voicename< is optional and specifies which language is compiled.
|
|
||||||
-
|
|
||||||
- * `--compile-debug=voicename`:
|
|
||||||
- Compile the pronunciation rules and dictionary in the current directory as
|
|
||||||
- above, but include line numbers, that get shown when -X is used.
|
|
||||||
-
|
|
||||||
- * `--ipa`:
|
|
||||||
- Write phonemes to stdout using International Phonetic Alphabet. --ipa=1 Use
|
|
||||||
- ties, --ipa=2 Use ZWJ, --ipa=3 Separate with _.
|
|
||||||
-
|
|
||||||
- * `--tie=<character>`:
|
|
||||||
- The character to use to join multi-letter phonemes in -x and --ipa output.
|
|
||||||
-
|
|
||||||
- * `--path=<path>`:
|
|
||||||
- Specifies the directory containing the espeak-ng-data directory.
|
|
||||||
-
|
|
||||||
- * `--pho`:
|
|
||||||
- Write mbrola phoneme data (.pho) to stdout or to the file in --phonout.
|
|
||||||
-
|
|
||||||
- * `--phonout=<filename>`:
|
|
||||||
- Write output from -x -X commands and mbrola phoneme data to this file.
|
|
||||||
-
|
|
||||||
- * `--punct="<characters>"`:
|
|
||||||
- Speak the names of punctuation characters during speaking. If
|
|
||||||
- =<characters> is omitted, all punctuation is spoken.
|
|
||||||
-
|
|
||||||
- * `--sep=<character>`:
|
|
||||||
- The character to separate phonemes from the -x and --ipa output.
|
|
||||||
-
|
|
||||||
- * `--voices[=<language code>]`:
|
|
||||||
- Lists the available voices. If =<language code> is present then only
|
|
||||||
- those voices which are suitable for that language are listed.
|
|
||||||
-
|
|
||||||
- * `--voices=<directory>`:
|
|
||||||
- Lists the voices in the specified subdirectory.
|
|
||||||
-
|
|
||||||
-## EXAMPLES
|
|
||||||
-
|
|
||||||
- * `speak-ng "This is a test"`:
|
|
||||||
- Speak the sentence "This is a test" using the default English voice.
|
|
||||||
-
|
|
||||||
- * `speak-ng -f hello.txt`:
|
|
||||||
- Speak the contents of hello.txt using the default English voice.
|
|
||||||
-
|
|
||||||
- * `cat hello.txt | speak-ng`:
|
|
||||||
- Speak the contents of hello.txt using the default English voice.
|
|
||||||
-
|
|
||||||
- * `speak-ng -x hello`:
|
|
||||||
- Speak the word "hello" using the default English voice, and print the
|
|
||||||
- phonemes that were spoken.
|
|
||||||
-
|
|
||||||
- * `speak-ng -ven-us "[[h@'loU]]"`:
|
|
||||||
- Speak the phonemes "h@'loU" using the American English voice.
|
|
||||||
-
|
|
||||||
- * `speak-ng --voices`:
|
|
||||||
- List all voices supported by eSpeak.
|
|
||||||
-
|
|
||||||
- * `speak-ng --voices=en`:
|
|
||||||
- List all voices that speak English (`en`).
|
|
||||||
-
|
|
||||||
- * `speak-ng --voices=mb`:
|
|
||||||
- List all voices using the MBROLA voice synthesizer.
|
|
||||||
-
|
|
||||||
-## AUTHOR
|
|
||||||
-
|
|
||||||
-eSpeak NG is maintained by Reece H. Dunn <msclrhd@gmail.com>. It is based on
|
|
||||||
-eSpeak by Jonathan Duddington <jonsd@jsd.clara.co.uk>.
|
|
||||||
-
|
|
||||||
-This manual page is based on the eSpeak page written by Luke Yelavich
|
|
||||||
-<themuso@ubuntu.com> for the Ubuntu project.
|
|
||||||
--
|
|
||||||
2.14.4
|
|
||||||
|
|
@ -0,0 +1,25 @@
|
|||||||
|
From e11cd42b03d1628f7a0cf45c9406123282e25c63 Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Reece H. Dunn" <msclrhd@gmail.com>
|
||||||
|
Date: Thu, 9 Jan 2020 21:11:42 +0000
|
||||||
|
Subject: [PATCH] fix #699: avoid samplerate clashing with LTO in gcc 10.
|
||||||
|
|
||||||
|
---
|
||||||
|
src/espeak-ng.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/espeak-ng.c b/src/espeak-ng.c
|
||||||
|
index 10b8a887..3a7838cf 100644
|
||||||
|
--- a/src/espeak-ng.c
|
||||||
|
+++ b/src/espeak-ng.c
|
||||||
|
@@ -117,7 +117,7 @@ static const char *help_text =
|
||||||
|
"--load Load voice from a file in current directory by name.\n"
|
||||||
|
"-h, --help Show this help.\n";
|
||||||
|
|
||||||
|
-int samplerate;
|
||||||
|
+static int samplerate;
|
||||||
|
bool quiet = false;
|
||||||
|
unsigned int samples_total = 0;
|
||||||
|
unsigned int samples_split = 0;
|
||||||
|
--
|
||||||
|
2.20.1
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: espeak-ng
|
Name: espeak-ng
|
||||||
Version: 1.49.2
|
Version: 1.50
|
||||||
Release: 4%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: eSpeak NG Text-to-Speech
|
Summary: eSpeak NG Text-to-Speech
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -8,19 +8,10 @@ URL: https://github.com/espeak-ng/espeak-ng
|
|||||||
Source0: %{url}/archive/%{version}.tar.gz
|
Source0: %{url}/archive/%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc make autoconf automake libtool pkgconfig
|
BuildRequires: gcc make autoconf automake libtool pkgconfig
|
||||||
BuildRequires: rubygem-kramdown
|
BuildRequires: rubygem-ronn rubygem-kramdown
|
||||||
BuildRequires: pcaudiolib-devel
|
BuildRequires: pcaudiolib-devel
|
||||||
|
|
||||||
# Downstream-only so far. I tried two different formats for the man pages,
|
Patch0: 0001-fix-699-avoid-samplerate-clashing-with-LTO-in-gcc-10.patch
|
||||||
# but both seem unsuitable for upstream at this point, because they would
|
|
||||||
# be problematic on Debian, which seems to be the primary development
|
|
||||||
# platform of espeak-ng. The two formats are:
|
|
||||||
# 1. kramdown - used in the below patch. The problem is that Debian has
|
|
||||||
# an old version of the kramdown tool, which does not support generating
|
|
||||||
# man pages
|
|
||||||
# 2. asciidoc - the asciidoc tool on Debian pulls in ~1GB of dependencies,
|
|
||||||
# which is unacceptable
|
|
||||||
Patch0: 0001-Use-kramdown-in-man-pages.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
|
The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
|
||||||
@ -60,10 +51,10 @@ rm -rf src/include/compat/endian.h src/compat/getopt.c android/
|
|||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} src/espeak-ng src/speak-ng
|
%make_build src/espeak-ng src/speak-ng
|
||||||
make
|
make
|
||||||
# Force utf8 for docs building
|
# Force utf8 for docs building
|
||||||
LC_ALL=en_US.utf8 make docs
|
LC_ALL=C.UTF-8 make docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -79,46 +70,82 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
|
|||||||
%check
|
%check
|
||||||
ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%license COPYING.IEEE
|
%license COPYING.IEEE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%doc CHANGELOG.md
|
%doc CHANGELOG.md
|
||||||
%{_bindir}/speak-ng
|
%{_bindir}/speak-ng
|
||||||
%{_bindir}/espeak-ng
|
%{_bindir}/espeak-ng
|
||||||
%{_libdir}/libespeak-ng.so.*
|
%{_libdir}/libespeak-ng.so.1
|
||||||
|
%{_libdir}/libespeak-ng.so.1.*
|
||||||
%{_datadir}/espeak-ng-data
|
%{_datadir}/espeak-ng-data
|
||||||
%{_mandir}/man1/speak-ng.1.gz
|
%{_mandir}/man1/speak-ng.1.gz
|
||||||
%{_mandir}/man1/espeak-ng.1.gz
|
%{_mandir}/man1/espeak-ng.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/pkgconfig/espeak-ng.pc
|
%{_libdir}/pkgconfig/espeak-ng.pc
|
||||||
%{_libdir}/libespeak-ng.so
|
%{_libdir}/libespeak-ng.so
|
||||||
%{_includedir}/espeak-ng
|
%{_includedir}/espeak-ng
|
||||||
|
|
||||||
%files vim
|
%files vim
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc docs/*.html
|
%doc docs/*.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 31 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.49.2-4
|
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-9
|
||||||
|
- Fix gating.yaml
|
||||||
|
- Related: rhbz#2190221
|
||||||
|
|
||||||
|
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-8
|
||||||
|
- Rebuild for rhbz#2190221
|
||||||
|
- Resolves: rhbz#2190221
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.50-7
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.50-6
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.50-3
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 27 2020 Ondřej Lysoněk <olysonek@redhat.com> - 1.50-1
|
||||||
|
- New version
|
||||||
|
- Resolves: rhbz#1778315
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Nov 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.49.2-5
|
||||||
|
- Use C.UTF-8 locale
|
||||||
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||||
|
|
||||||
|
* Thu Jul 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.49.2-4
|
||||||
- Remove some unsed files in %%prep
|
- Remove some unsed files in %%prep
|
||||||
|
|
||||||
* Fri Jul 13 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.49.2-3
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-3
|
||||||
- Drop dependency on rubygem-ronn
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
- Resolves: rhbz#1588339
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
25
gating.yaml
25
gating.yaml
@ -1,25 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_testing
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
||||||
#Rawhide
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- fedora-*
|
|
||||||
decision_context: bodhi_update_push_stable
|
|
||||||
subject_type: koji_build
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
|
||||||
|
|
||||||
#gating rhel
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
|
36
plans.fmf
36
plans.fmf
@ -1,36 +0,0 @@
|
|||||||
/tier1-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/tier1/internal
|
|
||||||
|
|
||||||
/tier1-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/tier1/public
|
|
||||||
|
|
||||||
/tier2-tier3-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/tier2-tier3/internal
|
|
||||||
|
|
||||||
/tier2-tier3-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/tier2-tier3/public
|
|
||||||
|
|
||||||
/others-internal:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/others/internal
|
|
||||||
|
|
||||||
/others-public:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://src.fedoraproject.org/tests/espeak-ng.git
|
|
||||||
name: /plans/others/public
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user