rebuilt with libspeechd-devel >= 0.10.2 [release 0.4.25-4mamba;Wed Jun 09 2021]
This commit is contained in:
parent
5a6d50a378
commit
c9d012cba8
@ -1,25 +1,24 @@
|
|||||||
Name: gnome-speech
|
Name: gnome-speech
|
||||||
Version: 0.4.25
|
Version: 0.4.25
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: A GNOME component that provides a service-based approach to speech synthesis engines
|
Summary: A GNOME component that provides a service-based approach to speech synthesis engines
|
||||||
Group: Graphical Desktop/Applications/Accessibility
|
Group: Graphical Desktop/Applications/Accessibility
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org/Orca/GnomeSpeech
|
URL: https://wiki.gnome.org/Orca/GnomeSpeech
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.4/gnome-speech-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.4/gnome-speech-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libORBit2-devel
|
||||||
BuildRequires: libbonobo-devel
|
BuildRequires: libbonobo-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: ORBit2-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: espeak
|
#BuildRequires: espeak
|
||||||
BuildRequires: speech-dispatcher
|
BuildRequires: libspeechd-devel >= 0.10.2
|
||||||
BuildRequires: festival
|
BuildRequires: festival
|
||||||
Requires: festival
|
Requires: festival
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource.
|
The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource.
|
||||||
@ -31,16 +30,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource.
|
The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-speech-dispatcher
|
--with-speech-dispatcher \
|
||||||
|
CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,12 +53,12 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/espeak-synthesis-driver
|
#%{_bindir}/espeak-synthesis-driver
|
||||||
%{_bindir}/festival-synthesis-driver
|
%{_bindir}/festival-synthesis-driver
|
||||||
%{_bindir}/speechd-synthesis-driver
|
%{_bindir}/speechd-synthesis-driver
|
||||||
%{_bindir}/test-speech
|
%{_bindir}/test-speech
|
||||||
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
|
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
|
||||||
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server
|
#%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server
|
||||||
%{_libdir}/bonobo/servers/GNOME_Speech_SynthDriver_Speech_Dispatcher.server
|
%{_libdir}/bonobo/servers/GNOME_Speech_SynthDriver_Speech_Dispatcher.server
|
||||||
%{_libdir}/libgnomespeech.so.*
|
%{_libdir}/libgnomespeech.so.*
|
||||||
%{_libdir}/orbit-2.0/GNOME_Speech_module.la
|
%{_libdir}/orbit-2.0/GNOME_Speech_module.la
|
||||||
@ -74,6 +75,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.25-4mamba
|
||||||
|
- rebuilt with libspeechd-devel >= 0.10.2
|
||||||
|
|
||||||
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 0.4.25-3mamba
|
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 0.4.25-3mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user