1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>speech-dispatcher</Name>
- <Homepage>http://www.freebsoft.org/speechd</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2+</License>
- <License>GPLv2</License>
- <IsA>service</IsA>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>speech dispatcher: common interface to speech synthesis</Summary>
- <Description>Speech Dispatcher is a device independent layer for speech synthesis that provides a common easy to use interface for both client applications (programs that want to speak) and for software synthesizers (programs actually able to convert text to speech).</Description>
- <Archive sha1sum="178e3556d08681f38b50c6f4c329555ee8864e6d" type="targz">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.8.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libsndfile-devel</Dependency>
- <Dependency>dotconf-devel</Dependency>
- <Dependency>espeak-devel</Dependency>
- <Dependency>libao-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>speech-dispatcher</Name>
- <RuntimeDependencies>
- <Dependency>libao</Dependency>
- <Dependency>espeak</Dependency>
- <Dependency>dotconf</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency>libsndfile</Dependency>
- <Dependency>pulseaudio-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc/speech-dispatcher</Path>
- <Path fileType="data">/var/log/speech-dispatcher</Path>
- <Path fileType="data">/usr/share/speech-dispatcher</Path>
- </Files>
- </Package>
- <Package>
- <Name>python3-speech-dispatcher</Name>
- <Summary>Python3 bindings for speech-dispatcher</Summary>
- <RuntimeDependencies>
- <Dependency release="current">speech-dispatcher</Dependency>
- </RuntimeDependencies>
- <Replaces>
- <Package>python-speech-dispatcher</Package>
- </Replaces>
- <Files>
- <Path fileType="library">/usr/lib/python3.*</Path>
- </Files>
- </Package>
- <Package>
- <Name>speech-dispatcher-devel</Name>
- <Summary>Development headers for speech-dispatcher</Summary>
- <RuntimeDependencies>
- <Dependency release="current">speech-dispatcher</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="header">/usr/lib/pkgconfig/</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-09</Date>
- <Version>0.8.8</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|