source: projects/specs/trunk/f/flite/flite-vl.spec @ 9357

Revision 9357, 5.5 KB checked in by inagaki, 9 years ago (diff)

2015-02-17 Ryoichi INAGAKI <ryo1@…>

  • brltty, flite: updated
  • speech-dispatcher: rebuilt


Line 
1Name:           flite
2Version:        2.0.0
3Release:        1%{?_dist_release}
4Summary:        Small, fast speech synthesis engine (text-to-speech)
5Summary(ja):    合成音声出力の軽量高速エンジン
6
7Group:          Applications/Multimedia
8License:        MIT
9URL:            http://fife.speech.cs.cmu.edu/flite/
10Source0:        http://fife.speech.cs.cmu.edu/flite/packed/%{name}-%{version}/%{name}-%{version}-release.tar.bz2
11#Source1:        README-ALSA.txt
12#Patch0:         flite-1.3-sharedlibs.patch
13#Patch1:         flite-1.3-doc_texinfo.patch
14#Patch2:         flite-1.3-alsa_support.patch
15
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17#BuildRequires:  ed alsa-lib-devel autoconf
18BuildRequires:  pulseaudio-libs-devel
19
20Distribution:    Vine Linux
21Vendor:          Project Vine
22
23%description
24Flite (festival-lite) is a small, fast run-time speech synthesis engine
25developed at CMU and primarily designed for small embedded machines and/or
26large servers. Flite is designed as an alternative synthesis engine to
27Festival for voices built using the FestVox suite of voice building tools.
28
29%description -l ja
30Flite (festival-lite) は、CMUで開発された軽量高速合成音声エンジンであり、
31小型組込マシンから大型サーバまで幅広く利用できるように設計されています。
32Fliteは、FestVox音声合成ツールによって作成されたFestivalの軽量高速版として
33設計されています。
34
35%package devel
36Summary: Development files for flite
37Summary: flite の開発用ファイル
38Group: Development/Libraries
39Requires: %{name} = %{version}-%{release}
40
41%description devel
42Development files for Flite, a small, fast speech synthesis engine.
43
44%description devel -l ja
45軽量高速合成音声エンジン Flite の開発用ファイルです。
46
47%prep
48%setup -q -n %{name}-%{version}-release
49#patch0 -p1 -b .flite-1.3-sharedlibs
50#patch1 -p1 -b .flite-1.3-doc_texinfo
51#patch2 -p1 -b .flite-1.3-alsa_support
52#cp -p %{SOURCE1} .
53
54
55%build
56#autoconf
57%configure --disable-static --enable-shared --with-audio=pulseaudio
58make %{?_smp_flags}
59
60%install
61rm -rf %{buildroot}
62make install DESTDIR=%{buildroot}
63
64%clean
65rm -rf %{buildroot}
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71
72%files
73%defattr(-,root,root,-)
74%doc ACKNOWLEDGEMENTS README COPYING
75%{_bindir}/*
76%{_libdir}/*.so.*
77
78%files devel
79%defattr(-,root,root)
80%{_includedir}/flite
81%{_libdir}/*.so
82%exclude %{_libdir}/*.a
83
84%changelog
85* Tue Feb 17 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.0-1
86- updated to 2.0
87- BR: pulseaudio-libs-devel instead of alsa-lib-devel
88
89* Sun Aug 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3-16
90- added Japanese summary based on 1.3-0vl2 (VinePlus/4.0(extras))
91- merged changelog from 1.3-0vl2
92  * Mon Dec  4 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
93  - Rebuilt for VineLinux4.0
94  * Tue Nov 14 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
95  - Initial package for VineLinux3.2
96  - Refurbished this spec totally but two patches have been remained.
97
98* Sun Aug 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3-15
99- Initial build for Vine Linux
100
101* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-14
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
103
104* Sat Mar 21 2009 Robert Scheck <robert@fedoraproject.org> - 1.3-13
105- Removed moving of non-existing documentation flite directory
106
107* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-12
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Sat Oct 11 2008 Peter Lemenkov <lemenkov@gmail.com> - 1.3-11
111- Fix for RHEL 4
112 
113* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-10
114- fix license tag
115
116* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3-9
117- Autorebuild for GCC 4.3
118
119* Tue Nov 14 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-8
120- Added comment to %%build stating why "_smp_flags" isn't used with make
121
122* Mon Nov 13 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-7
123- Modified alsa support patch file to patch "configure.in" instead of "configure"
124- Added "autoconf" step to %%build
125- Added BuildRequires: autoconf
126- Fixed patch backup file suffixes
127- Renamed patch files to a more standard format
128- Moved header files from /usr/include to /usr/include/flite
129- Added -p option to all cp operations (to preserve timestamps)
130
131* Sun Nov 12 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-6
132- Recreated patch to allow shared libraries to build correctly (sharedlibs.patch)
133- "flite" and "flite_time" binaries now link to flite shared libraries (sharedlibs.patch)
134- Simplified the documentation patch filename
135- Modified patch steps in %%prep to create backup files with different suffixes
136- Removed "_smp_flags" macro from %%build for all archs
137
138* Fri Oct 20 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-5
139- Modified "build" so that "_smp_flags" is only used for i386 arch
140
141* Mon Oct 10 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-4
142- Removed "_smp_flags" macro from "build" for x86_64 arch
143
144* Tue Sep 26 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-3
145- Added README-ALSA.txt (Source1)
146- Removed subpackage: flite-devel-static
147- Modified shared libraries patch (Patch0) to prevent building static libraries
148- Renamed patch files: Patch0, Patch1
149
150* Tue Sep 26 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-2
151- Added flite 1.3 ALSA patch (Patch2) by Lukas Loehrer - thanks Anthony Green for pointing it out
152- Added configure option: --with-audio=alsa
153- Added BuildRequires: alsa-lib-devel
154
155* Fri Sep 22 2006 Francois Aucamp <faucamp@csir.co.za> - 1.3-1
156- Initial RPM build
Note: See TracBrowser for help on using the repository browser.