2024-01-05 18:03:02 +01:00
|
|
|
|
Name: speech-dispatcher
|
2024-01-05 18:03:04 +01:00
|
|
|
|
Version: 0.11.5
|
2024-01-05 18:03:04 +01:00
|
|
|
|
Release: 2mamba
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Summary: A high-level device independent layer for speech synthesis
|
|
|
|
|
Group: System/Multimedia
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:03:04 +01:00
|
|
|
|
URL: https://github.com/brailcom/speechd
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Source: https://github.com/brailcom/speechd.git/%{version}/speechd-%{version}.tar.bz2
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Source1: speech-dispatcher.init
|
|
|
|
|
Patch0: %{name}-0.7.1-alsa_set_default.patch
|
|
|
|
|
Patch1: %{name}-0.8-enable_espeak_mbrola.patch
|
|
|
|
|
Patch2: speech-dispatcher-0.8-pkgconfig-add-includedir.patch
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Patch3: speech-dispatcher-0.10.2-remove-python-xdg-dependency.patch
|
2024-01-05 18:03:02 +01:00
|
|
|
|
License: LGPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
BuildRequires: libalsa-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
BuildRequires: libao-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
BuildRequires: libdotconf-devel
|
2024-01-05 18:03:03 +01:00
|
|
|
|
BuildRequires: libespeak-ng-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
BuildRequires: libltdl-devel
|
|
|
|
|
BuildRequires: libpulseaudio-devel
|
2024-01-05 18:03:04 +01:00
|
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 18:03:04 +01:00
|
|
|
|
BuildRequires: libpython3-devel >= 3.11
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Requires(post):%{__install_info}
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Obsoletes: opentts <= 0.11.0
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Requires: espeak-ng
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Requires: python-speechd = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Requires: speech-dispatcher-espeak-ng = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
# *** IBM TTS ECI library missing. Compiling without IBM TTS support! See INSTALL.
|
|
|
|
|
# *** PulseAudio library missing. Compiling without PulseAudio support! See INSTALL.
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
|
|
|
|
Key features:
|
|
|
|
|
* Common interface to different TTS engines
|
|
|
|
|
* Handling concurrent synthesis requests – requests may come assynchronously from multiple sources within an application and/or from more different applications
|
|
|
|
|
* Subsequent serialization, resolution of conflicts and priorities of incomming requests
|
|
|
|
|
* Context switching – state is maintained for each client connection independently, event for connections from within one application
|
|
|
|
|
* High-level client interfaces for popular programming languages
|
|
|
|
|
* Common sound output handling – audio playback is handled by Speech Dispatcher rather than the TTS engine, since most engines have limited sound output capabilities
|
|
|
|
|
|
|
|
|
|
What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis.
|
|
|
|
|
The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem.
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%package -n libspeechd
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Shared libraries provided by %{name}
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%description -n libspeechd
|
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
|
|
|
|
This package contains the shared libraries.
|
|
|
|
|
|
|
|
|
|
%package -n libspeechd-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
Provides: speech-dispatcher-devel
|
2024-01-05 18:03:03 +01:00
|
|
|
|
Obsoletes: speech-dispatcher-devel <= 0.11.0
|
|
|
|
|
Obsoletes: opentts-devel <= 0.11.0
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%description -n libspeechd-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
2024-01-05 18:03:02 +01:00
|
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%package -n python-speechd
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Summary: Python wrapper for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 18:03:04 +01:00
|
|
|
|
Provides: python-speech-dispatcher
|
|
|
|
|
Obsoletes: python-speech-dispatcher <= 0.11.0
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%description -n python-speechd
|
2024-01-05 18:03:02 +01:00
|
|
|
|
Contains Python language bindings for developing Python applications that use %{name}.
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%package espeak-ng
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: espeak-ng module for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description espeak-ng
|
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
|
|
|
|
This package contains the espeak-ng module.
|
|
|
|
|
|
|
|
|
|
%package festival
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: festival module for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description festival
|
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
|
|
|
|
This package contains the festival module.
|
|
|
|
|
|
|
|
|
|
%package flite
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: flite module for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description flite
|
|
|
|
|
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
|
|
|
|
This package contains the flite module.
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%debug_package
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%prep
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%setup -q -n speechd-%{version}
|
2024-01-05 18:03:04 +01:00
|
|
|
|
%patch 2 -p1
|
2024-01-05 18:03:03 +01:00
|
|
|
|
#%patch3 -p1
|
2024-01-05 18:03:03 +01:00
|
|
|
|
#sed -i "s|env python3$|env python3.6|" src/api/python/speechd_config/spd-conf
|
2024-01-05 18:03:03 +01:00
|
|
|
|
|
|
|
|
|
cat > .tarball-version << _EOF
|
|
|
|
|
%{version}
|
|
|
|
|
_EOF
|
|
|
|
|
|
|
|
|
|
autoreconf -f -i
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%build
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%configure \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
PYTHON=%{__python3} \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
--disable-static \
|
|
|
|
|
--with-alsa \
|
|
|
|
|
--with-pulse \
|
|
|
|
|
--with-libao \
|
|
|
|
|
--with-espeak-ng \
|
|
|
|
|
--without-espeak \
|
|
|
|
|
--without-oss \
|
|
|
|
|
--without-nas \
|
|
|
|
|
--with-kali=no \
|
|
|
|
|
--with-baratinoo=no \
|
|
|
|
|
--with-ibmtts=no \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
--with-voxin=no \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
--with-default-audio-method=pulse
|
|
|
|
|
|
|
|
|
|
# --with-flite \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
# FIXME: build workaround since help2man 1.49.1
|
|
|
|
|
sed -i "s|help2man -N|help2man -N --no-discard-stderr|" src/api/python/speechd_config/Makefile
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
install -d -m0755 \
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{buildroot}/var/log/speech-dispatcher
|
|
|
|
|
|
|
|
|
|
#install -D -m0755 %{S:1} %{buildroot}%{_initrddir}/speech-dispatcherd
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
#cp src/modules/lib*.so %{buildroot}%{_libdir}/speech-dispatcher/
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/speech-dispatcher/*.la
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2024-01-05 18:03:04 +01:00
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%systemd_post speech-dispatcherd
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%install_info spd-say.info
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%install_info speech-dispatcher-cs.info
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%install_info speech-dispatcher.info
|
|
|
|
|
%install_info ssip.info
|
2024-01-05 18:03:03 +01:00
|
|
|
|
:
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%preun
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%systemd_preun speech-dispatcherd
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%uninstall_info spd-say.info
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%uninstall_info speech-dispatcher-cs.info
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%uninstall_info speech-dispatcher.info
|
|
|
|
|
%uninstall_info ssip.info
|
2024-01-05 18:03:03 +01:00
|
|
|
|
:
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%systemd_postun_with_restart speech-dispatcherd
|
2024-01-05 18:03:03 +01:00
|
|
|
|
:
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%dir %{_sysconfdir}/speech-dispatcher/
|
|
|
|
|
%dir %{_sysconfdir}/speech-dispatcher/clients
|
|
|
|
|
%dir %{_sysconfdir}/speech-dispatcher/modules
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/speechd.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/clients/*.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/*.conf
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%exclude %{_sysconfdir}/speech-dispatcher/modules/espeak*.conf
|
|
|
|
|
%exclude %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
|
|
|
|
%exclude %{_sysconfdir}/speech-dispatcher/modules/flite.conf
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_bindir}/spd-conf
|
|
|
|
|
%{_bindir}/spd-say
|
|
|
|
|
%{_bindir}/spdsend
|
|
|
|
|
%{_bindir}/speech-dispatcher
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{_unitdir}/speech-dispatcherd.service
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%dir %{_datadir}/speech-dispatcher
|
|
|
|
|
%dir %{_datadir}/speech-dispatcher/conf
|
|
|
|
|
%{_datadir}/speech-dispatcher/conf/speechd.conf
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%dir %{_datadir}/speech-dispatcher/conf/clients
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_datadir}/speech-dispatcher/conf/clients/*.conf
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%dir %{_datadir}/speech-dispatcher/conf/desktop
|
|
|
|
|
%{_datadir}/speech-dispatcher/conf/desktop/speechd.desktop
|
|
|
|
|
%dir %{_datadir}/speech-dispatcher/conf/modules
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_datadir}/speech-dispatcher/conf/modules/*.conf
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%dir %{_datadir}/speech-dispatcher/locale
|
|
|
|
|
%{_datadir}/speech-dispatcher/locale/*
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_datadir}/sounds/speech-dispatcher/*.wav
|
|
|
|
|
%dir /var/log/speech-dispatcher
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{_mandir}/man1/spd-conf.1*
|
|
|
|
|
%{_mandir}/man1/spd-say.1*
|
|
|
|
|
%{_mandir}/man1/speech-dispatcher.1*
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_infodir}/spd-say.info.*
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_infodir}/speech-dispatcher-cs.info.*
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%{_infodir}/speech-dispatcher.info.*
|
|
|
|
|
%{_infodir}/ssip.info.*
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%doc COPYING.GPL-2 COPYING.GPL-3
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%files espeak-ng
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/espeak-ng.conf
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_espeak-ng
|
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_espeak-ng-mbrola
|
2024-01-05 18:03:03 +01:00
|
|
|
|
|
|
|
|
|
%files festival
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_festival
|
2024-01-05 18:03:03 +01:00
|
|
|
|
|
|
|
|
|
%files flite
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/flite.conf
|
|
|
|
|
#%{_libdir}/speech-dispatcher-modules/sd_flite
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%files -n libspeechd
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/libspeechd.so.*
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%dir %{_libexecdir}/speech-dispatcher-modules
|
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_cicero
|
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_dummy
|
|
|
|
|
%{_libexecdir}/speech-dispatcher-modules/sd_generic
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%dir %{_libdir}/speech-dispatcher
|
|
|
|
|
%{_libdir}/speech-dispatcher/spd_alsa.so
|
|
|
|
|
%{_libdir}/speech-dispatcher/spd_libao.so
|
|
|
|
|
%{_libdir}/speech-dispatcher/spd_pulse.so
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%doc AUTHORS COPYING.LGPL
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%files -n libspeechd-devel
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_includedir}/speech-dispatcher
|
|
|
|
|
%{_includedir}/speech-dispatcher/*.h
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/speech-dispatcher.pc
|
2024-01-05 18:03:02 +01:00
|
|
|
|
%doc NEWS BUGS TODO
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%files -n python-speechd
|
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:03:03 +01:00
|
|
|
|
%{python3_sitearch}/speechd*
|
2024-01-05 18:03:02 +01:00
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:03:04 +01:00
|
|
|
|
* Sun Oct 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.5-2mamba
|
|
|
|
|
- rebuilt with python3 == 3.11
|
|
|
|
|
|
2024-01-05 18:03:04 +01:00
|
|
|
|
* Mon Aug 07 2023 Automatic Build System <autodist@mambasoft.it> 0.11.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 0.11.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 0.11.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 0.11.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Mon Feb 14 2022 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
|
|
|
|
- disable voxin to fix unresolved requirement for libvoxin.so
|
|
|
|
|
|
|
|
|
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-1mamba
|
|
|
|
|
- update to 0.10.2
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Mon Nov 04 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-3mamba
|
|
|
|
|
- rebuilt with espeak-ng-support
|
|
|
|
|
|
|
|
|
|
* Sat Nov 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.1-2mamba
|
|
|
|
|
- require espeak-ng instead of espeak and espeak-mbrola
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Mon May 13 2019 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:03 +01:00
|
|
|
|
* Tue Mar 19 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
|
|
|
|
|
- fix for missing version in headers
|
|
|
|
|
|
|
|
|
|
* Sun Mar 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
|
|
|
|
- update to 0.9.0
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Sun Dec 03 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.8-3mamba
|
|
|
|
|
- libspeechd-devel: provide and obsolete speech-dispatcher-devel
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Sun Nov 19 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.8-2mamba
|
|
|
|
|
- added libspeechd and libspeechd-devel (obsoleting speech-dispatcher-devel)
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 0.8.8-1mamba
|
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 0.8.7-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Tue Jan 10 2017 Automatic Build System <autodist@mambasoft.it> 0.8.6-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 0.8.5-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Thu May 19 2016 Automatic Build System <autodist@mambasoft.it> 0.8.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Fri Jun 19 2015 Automatic Build System <autodist@mambasoft.it> 0.8.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Tue Mar 31 2015 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
|
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 18:03:02 +01:00
|
|
|
|
* Mon Apr 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
|
|
|
|
|
- fix pkgconfig file to add includes path as required by chromium >= 26
|
|
|
|
|
|
|
|
|
|
* Sun Mar 10 2013 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-2mamba
|
|
|
|
|
- rebuilt with libdotconf 1.3
|
|
|
|
|
- obsolete opentts
|
|
|
|
|
- integrate python-speech-dispatcher into main package as it is for internal use
|
|
|
|
|
- set alsa as default output
|
|
|
|
|
- enable espeak-generic and espeak-mbrola-generic modules
|
|
|
|
|
- require espeak and espeak-mbrola
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2011 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Feb 16 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.6.7-4mamba
|
|
|
|
|
- new subpackages %{name}-devel and python-%{name}
|
|
|
|
|
- install all the info files
|
|
|
|
|
- own %{_datadir}/speech-dispatcher and %{_libdir}/speech-dispatcher
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.7-3mamba
|
|
|
|
|
- don't activate service on boot because it blocks alsa to other applications
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.7-2mamba
|
|
|
|
|
- added initscript
|
|
|
|
|
|
|
|
|
|
* Tue Sep 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.7-1mamba
|
|
|
|
|
- package created by autospec
|