123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>speech-dispatcher</Name>
- <Homepage>http://www.freebsoft.org/speechd</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</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="b2aad4b2db502a03ee27039b8229d4ee206b7d8d" type="targz">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libsndfile-devel</Dependency>
- <Dependency>dotconf-devel</Dependency>
- <Dependency>espeak-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>texinfo</Dependency>
- <Dependency>pkgconfig</Dependency>
- <Dependency>libtool-ltdl</Dependency>
- <Dependency>libao-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>speech-dispatcher</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libao</Dependency>
- <Dependency>espeak</Dependency>
- <Dependency>dotconf</Dependency>
- <Dependency>alsa-lib</Dependency>
- <Dependency>libsndfile</Dependency>
- <Dependency>libtool-ltdl</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>
- <Dependency>python3</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>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="header">/usr/lib/pkgconfig/</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-03-19</Date>
- <Version>0.8.6</Version>
- <Comment>Release bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-12-30</Date>
- <Version>0.8.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.8.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-05-08</Date>
- <Version>0.8.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|