espeak-gui 0.2
Yesterday I did a first release of espeak-gui, so while I’m still in practice I’ve decided to get out a second one!
The main changes are fixing a crash bug and… internationalization support. So, if you like this project but you’re not a coder, now you’ve got a way to contribute: translating it into your language (come on, it only has a few strings! :)).
The new version is already in my PPA: espeak-gui_0.2-0ubuntu1~ppa1_all.deb. A tarball is also available, and the installation instructions are the following:
$ wget -c http://launchpad.net/espeak-gui/trunk/0.2/+download/espeak-gui-0.2.tar.gz $ tar -xzvf espeak-gui-0.2.tar.gz; cd espeak-gui-0.2 $ python setup.py build $ sudo python setup.py install
In case you didn’t already have the previous version, you’ll also need to install the python-espeak module, for which there are also .deb’s (i386, amd64) or the manual installation option like explained in my previous post:
$ bzr get lp:python-espeak $ cd python-espeak $ python setup.py build $ sudo python setup.py install
Here are the contents of the NEWS file:
2010-01-02: Version 0.2 ----------------------- - Fixed a crash happening when there was no voice language set in gconf (LP: 502253). [Reported by Rugby471] - Added a "Plain text" filter to the Open/Save dialogues. - Added internationalization support. - Added a manpage and a gconf schemas file. - A couple little user interface improvements. Translations: Catalan.



