[packages/speech-dispatcher] - updated to 0.12.1

qboosh qboosh at pld-linux.org
Tue Aug 25 17:22:48 CEST 2026


commit 11b0b77b13fb7f1f4701624c007c2007073616b0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Aug 25 17:22:44 2026 +0200

    - updated to 0.12.1

 speech-dispatcher.spec | 60 ++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 48 insertions(+), 12 deletions(-)
---
diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec
index d9c31cb..43b622e 100644
--- a/speech-dispatcher.spec
+++ b/speech-dispatcher.spec
@@ -15,6 +15,7 @@
 %bcond_without	libao		# libao audio output supprot
 %bcond_without	nas		# NAS audio output support
 %bcond_without	voxin		# Voxin output support
+%bcond_without	pipewire	# PipeWire audio output support
 %bcond_without	pulseaudio	# pulse audio output support
 %bcond_without	python		# Python 3 binding (python 2.x no longer supported)
 %bcond_without	static_libs	# don't build static libraries
@@ -22,13 +23,13 @@
 Summary:	A device independent layer for speech synthesis
 Summary(pl.UTF-8):	Niezależna od urządzenia warstwa obsługująca syntezę mowy
 Name:		speech-dispatcher
-Version:	0.11.5
-Release:	3
+Version:	0.12.1
+Release:	1
 License:	LGPL v2.1+ (library and audio drivers), GPL v2+ (programs and speech modules)
 Group:		Applications/Sound
 #Source0Download: https://github.com/brailcom/speechd/releases
 Source0:	https://github.com/brailcom/speechd/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	edcf93047b1d6df421f1c065580a0455
+# Source0-md5:	e1c2559902733a176cd96c5f538ba06c
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
 Source3:	%{name}.tmpfiles
@@ -55,6 +56,7 @@ BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:2.2
 %{?with_voxin:BuildRequires:	libvoxin-devel}
 %{?with_nas:BuildRequires:	nas-devel}
+%{?with_pipewire:BuildRequires:	pipewire-devel >= 0.3}
 BuildRequires:	pkgconfig
 %{?with_pulseaudio:BuildRequires:	pulseaudio-devel}
 %{?with_python:BuildRequires:	python3-devel >= 1:3.2}
@@ -81,6 +83,9 @@ Provides:	group(%{name})
 Provides:	user(%{name})
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# expects module_* symbols defined in module
+%define		skip_post_check_so	libspeechd_module.*
+
 %description
 Speech Dispatcher provides a device independent layer for speech
 synthesis.
@@ -115,6 +120,19 @@ NAS audio output module for Speech Dispatcher.
 %description audio-nas -l pl.UTF-8
 Moduł wyjścia dźwięku NAS dla Speech Dispatchera.
 
+%package audio-pipewire
+Summary:	PipeWire audio output module for Speech Dispatcher
+Summary(pl.UTF-8):	Moduł wyjścia dźwięku PipeWire dla Speech Dispatchera
+License:	LGPL v2.1+
+Group:		Applications/Sound
+Requires:	%{name} = %{version}-%{release}
+
+%description audio-pipewire
+PipeWire audio output module for Speech Dispatcher.
+
+%description audio-pipewire -l pl.UTF-8
+Moduł wyjścia dźwięku PipeWire dla Speech Dispatchera.
+
 %package audio-pulse
 Summary:	PulseAudio audio output module for Speech Dispatcher
 Summary(pl.UTF-8):	Moduł wyjścia dźwięku PulseAudio dla Speech Dispatchera
@@ -322,6 +340,7 @@ komunikacji ze Speech Dispatcherem.
 	%{__with_without kali} \
 	%{__with_without libao} \
 	%{__with_without nas} \
+	%{__with_without pipewire} \
 	%{__with_without pulseaudio pulse} \
 	%{__with_without svox pico} \
 	%{__with_without voxin}
@@ -340,6 +359,8 @@ install -D %{SOURCE1}	$RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install -D %{SOURCE2}	$RPM_BUILD_ROOT/etc/sysconfig/%{name}
 install %{SOURCE3} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libspeechd*.la
+
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/speech-dispatcher/spd_*.la
 %if %{with static_libs}
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/speech-dispatcher/spd_*.a
@@ -387,13 +408,16 @@ fi
 %attr(755,root,root) %{_bindir}/spdsend
 %attr(755,root,root) %{_bindir}/speech-dispatcher
 %dir %{_libdir}/speech-dispatcher
-%{?with_alsa:%attr(755,root,root) %{_libdir}/speech-dispatcher/spd_alsa.so}
-%attr(755,root,root) %{_libdir}/speech-dispatcher/spd_oss.so
+%if %{with alsa}
+%{_libdir}/speech-dispatcher/spd_alsa.so
+%endif
+%{_libdir}/speech-dispatcher/spd_oss.so
 %dir %{_libexecdir}/speech-dispatcher-modules
 %attr(755,root,root) %{_libexecdir}/speech-dispatcher-modules/sd_cicero
 %attr(755,root,root) %{_libexecdir}/speech-dispatcher-modules/sd_dummy
 %attr(755,root,root) %{_libexecdir}/speech-dispatcher-modules/sd_festival
 %attr(755,root,root) %{_libexecdir}/speech-dispatcher-modules/sd_generic
+%attr(755,root,root) %{_libexecdir}/speech-dispatcher-modules/sd_openjtalk
 %{_datadir}/speech-dispatcher
 %{_datadir}/sounds/speech-dispatcher
 %dir %{_sysconfdir}/speech-dispatcher
@@ -409,10 +433,13 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/modules/llia_phon-generic.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/modules/mary-generic.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/modules/mimic3-generic.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/modules/openjtalk.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/modules/swift-generic.conf
 %dir %attr(755,%{name},%{name}) /var/run/speech-dispatcher
 %dir %attr(755,%{name},%{name}) /var/log/speech-dispatcher
 %{systemdunitdir}/speech-dispatcherd.service
+%{systemduserunitdir}/speech-dispatcher.service
+%{systemduserunitdir}/speech-dispatcher.socket
 %{systemdtmpfilesdir}/%{name}.conf
 %{_mandir}/man1/spd-conf.1*
 %{_mandir}/man1/spd-say.1*
@@ -425,19 +452,25 @@ fi
 %if %{with libao}
 %files audio-libao
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/speech-dispatcher/spd_libao.so
+%{_libdir}/speech-dispatcher/spd_libao.so
 %endif
 
 %if %{with nas}
 %files audio-nas
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/speech-dispatcher/spd_nas.so
+%{_libdir}/speech-dispatcher/spd_nas.so
+%endif
+
+%if %{with pipewire}
+%files audio-pipewire
+%defattr(644,root,root,755)
+%{_libdir}/speech-dispatcher/spd_pipewire.so
 %endif
 
 %if %{with pulseaudio}
 %files audio-pulse
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/speech-dispatcher/spd_pulse.so
+%{_libdir}/speech-dispatcher/spd_pulse.so
 %endif
 
 %if %{with baratinoo}
@@ -508,13 +541,15 @@ fi
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libspeechd.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libspeechd.so.2
+%{_libdir}/libspeechd.so.*.*.*
+%ghost %{_libdir}/libspeechd.so.2
+%{_libdir}/libspeechd_module.so.*.*.*
+%ghost %{_libdir}/libspeechd_module.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libspeechd.so
-%{_libdir}/libspeechd.la
+%{_libdir}/libspeechd.so
+%{_libdir}/libspeechd_module.so
 %{_includedir}/speech-dispatcher
 %{_pkgconfigdir}/speech-dispatcher.pc
 
@@ -522,6 +557,7 @@ fi
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libspeechd.a
+%{_libdir}/libspeechd_module.a
 %endif
 
 %if %{with python}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/speech-dispatcher.git/commitdiff/11b0b77b13fb7f1f4701624c007c2007073616b0



More information about the pld-cvs-commit mailing list