]> git.pld-linux.org Git - packages/espeak.git/blame - espeak.spec
- updated to 1.45.03
[packages/espeak.git] / espeak.spec
CommitLineData
dfcfa722 1Summary: eSpeak - speech synthesizer for English and other languages
fc147310 2Summary(pl.UTF-8): eSpeak - syntezator mowy dla języka angielskiego i innych
7d8b0ac3 3Name: espeak
1bbc4594 4Version: 1.45.03
25a992f0 5Release: 1
dfcfa722 6License: GPL v2
7Group: Applications
1bbc4594
MB
8Source0: http://downloads.sourceforge.net/espeak/%{name}-%{version}-source.zip
9# Source0-md5: 68fbabb4e2021b83f606ad6a019e98df
dfcfa722 10URL: http://espeak.sourceforge.net/
dfcfa722 11BuildRequires: libstdc++-devel
12BuildRequires: portaudio-devel >= 19
13BuildRequires: unzip
a84aa1f3 14Requires: %{name}-libs = %{version}-%{release}
7d8b0ac3 15Obsoletes: speak
dfcfa722 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19eSpeak is a software speech synthesizer for English and other
20languages. eSpeak produces good quality English speech. It uses a
21different synthesis method from other open source TTS engines, and
22sounds quite different. It's perhaps not as natural or "smooth", but I
23find the articulation clearer and easier to listen to for long
24periods.
25- It can run as a command line program to speak text from a file or
26 from stdin. A library version is also available (isn't available in
27 this package).
28- Includes different Voices, whose characteristics can be altered.
29- Can produce speech output as a WAV file.
30- SSML (Speech Synthesis Markup Language) is supported (not complete),
31 and also HTML.
32- Compact size. The program and its data, including several languages,
33 totals about 420 kbytes.
34- Can translate text to phoneme codes, so it could be adapted as a
35 front end for another speech synthesis engine.
a424b648 36- Potential for other languages. Several are included (e.g. Polish
21f387ee 37 language) in varying stages of progress. Help from native speakers for
38 these or other languages is welcomed.
dfcfa722 39- Development tools available for producing and tuning phoneme data.
40- Written in C++.
41
42It works well as a "Talker" with the KDE text to speech system (KTTS),
43as an alternative to Festival for example. As such, it can speak text
44which has been selected into the clipboard, or directly from the
45Konquerer browser or the Kate editor.
46
819d3063 47%description -l pl.UTF-8
69cdaf2f 48eSpeak to programowy syntezator mowy dla angielskiego i innych
21f387ee 49języków. Odtwarza angielską mowę dobrej jakości. Używa innej
50metody syntezy niż inne silniki TTS o otwartych źródłach i brzmi
51trochę inaczej. Nie jest może tak naturalny czy "gładki", ale autor
52uważa tę wymowę za czystszą i łatwiejszą w słuchaniu na
53dłuższą metę.
69cdaf2f 54
819d3063
JR
55- Może działać jako program z linii poleceń do wymawiania tekstu z
56 pliku lub standardowego wejścia; dostępna jest także wersja w
69cdaf2f 57 postaci biblioteki (nie w tym pakiecie).
819d3063
JR
58- Zawiera różne głosy, a ich charakterystykę można zmieniać.
59- Potrafi tworzyć pliki WAV z mową.
60- Obsługiwany (ale nie w pełni) jest SSML (Speech Synthesis Markup
21f387ee 61 Language) oraz HTML.
819d3063
JR
62- Mały rozmiar - program i jego dane, wraz z kilkoma językami,
63 mieszczą się w około 420kB.
21f387ee 64- Potrafi tłumaczyć tekst na kody fonemów, więc może być
65 zaadaptowany jako frontend dla innych silników syntezy mowy.
819d3063 66- Potencjalnie może nadawać się dla innych języków; kilka jest
21f387ee 67 dołączonych (na przykład j.polski) w różnym stadium
68 zaawansowania. Mile widziana jest pomoc od osób, dla których są to
69 języki ojczyste.
819d3063
JR
70- Dostępne są narzędzia programistyczne do tworzenia i dostrajania
71 danych dla fonemów.
69cdaf2f 72- Napisany w C++.
dfcfa722 73
819d3063
JR
74Dobrze pracuje jako "mówca" z systemem przetwarzania tekstu na mowę
75KDE (KTTS), na przykład, jako alternatywa dla Festivala. Jako taki,
76może czytać na głos tekst zaznaczony uprzednio do schowka lub
77bezpośrednio z przeglądarki Konqueror i edytora Kate.
8664447b 78
a84aa1f3 79%package libs
85396d28 80Summary: eSpeak shared libraries
fc147310 81Summary(pl.UTF-8): eSpeak - biblioteki
85396d28 82Group: Libraries
7d8b0ac3 83Obsoletes: speak-libs
a84aa1f3 84
85%description libs
86eSpeak shared libraries.
87
819d3063 88%description libs -l pl.UTF-8
a84aa1f3 89eSpeak - biblioteki dzielone.
90
91%package devel
92Summary: eSpeak - development files
fc147310 93Summary(pl.UTF-8): eSpeak - pliki dla programistów
85396d28 94Group: Development/Libraries
a84aa1f3 95Requires: %{name}-libs = %{version}-%{release}
96
97%description devel
98eSpeak - development files.
99
819d3063
JR
100%description devel -l pl.UTF-8
101eSpeak - pliki dla programistów.
a84aa1f3 102
103%package static
104Summary: eSpeak - static libraries
fc147310 105Summary(pl.UTF-8): eSpeak - biblioteki statyczne
85396d28 106Group: Development/Libraries
a84aa1f3 107Requires: %{name}-devel = %{version}-%{release}
108
109%description static
110eSpeak - static libraries.
111
819d3063 112%description static -l pl.UTF-8
a84aa1f3 113eSpeak - biblioteki statyczne.
114
dfcfa722 115%prep
116%setup -q -n %{name}-%{version}-source
21f387ee 117# remove pernicious headers to avoid using them during build instead of %{_includedir}/portaudio.h system header
dfcfa722 118rm -f src/portaudio{18,19,}.h
119
339b9ee8 120%ifarch sparc64
121sed -i -e 's/-fpic/-fPIC/g' src/Makefile
122%endif
123
dfcfa722 124%build
1a9c4de1 125%{__make} -C src \
d6b6f694 126 CXX="%{__cxx}" \
127 CXXFLAGS="%{rpmcxxflags}" \
dfcfa722 128
129%install
130rm -rf $RPM_BUILD_ROOT
131
1a9c4de1 132%{__make} -C src install \
d6b6f694 133 DESTDIR=$RPM_BUILD_ROOT \
134 LIBDIR="%{_libdir}"
dfcfa722 135
136%clean
137rm -rf $RPM_BUILD_ROOT
138
1a9c4de1
JB
139%post libs -p /sbin/ldconfig
140%postun libs -p /sbin/ldconfig
a84aa1f3 141
dfcfa722 142%files
143%defattr(644,root,root,755)
1bbc4594
MB
144%doc ChangeLog.txt ReadMe docs
145%attr(755,root,root) %{_bindir}/espeak
146%{_datadir}/%{name}-data
a84aa1f3 147
148%files libs
149%defattr(644,root,root,755)
1bbc4594
MB
150%attr(755,root,root) %{_libdir}/libespeak.so.*.*.*
151%attr(755,root,root) %ghost %{_libdir}/libespeak.so.1
a84aa1f3 152
153%files devel
154%defattr(644,root,root,755)
1bbc4594
MB
155%attr(755,root,root) %{_libdir}/libespeak.so
156%{_includedir}/espeak
a84aa1f3 157
a84aa1f3 158%files static
159%defattr(644,root,root,755)
1bbc4594 160%{_libdir}/libespeak.a
This page took 0.188784 seconds and 4 git commands to generate.