Merge pull request #2478 from groni/master
speech-dispatcher version bump, add flite need as dependency for qt-speech
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "flite-%s-current" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
--with-audio=alsa \
|
||||
--with-vox=cmu_us_kal16")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -0,0 +1,85 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>flite</Name>
|
||||
<Homepage>http://www.speech.cs.cmu.edu/flite/index.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Flite: a small run-time speech synthesis engine</Summary>
|
||||
<Description>Flite (festival-lite) is a small, fast run-time speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools.</Description>
|
||||
<Archive sha1sum="aeb4d33de079004c0eb9f9e0fe5bba1e0def75f4" type="tarbz2">http://www.festvox.org/flite/packed/flite-2.0/flite-2.0.0-release.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>chrpath</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>flite</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>flite-devel</Name>
|
||||
<Summary>Development headers for flite</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">flite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-12-29</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-08-18</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Vedat Demir</Name>
|
||||
<Email>vedat@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-05-27</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-24</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-12</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>flite</Name>
|
||||
<Summary xml:lang="tr">Küçük ve hızlı bir konuşma sentezleyici</Summary>
|
||||
<Description xml:lang="tr">Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>flite-devel</Name>
|
||||
<Summary xml:lang="tr">flite için geliştirme başlıkları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -15,7 +15,7 @@
|
||||
<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="15d9c4aa0e87cc59ea08602d8ac6ef9da7867883" type="targz">http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz</Archive>
|
||||
<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>
|
||||
@@ -85,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-12-29</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>
|
||||
|
||||
+109
-23
@@ -15687,9 +15687,9 @@
|
||||
<Archive type="targz" sha1sum="67f81e6c3ff039cdf9179c9e3c500c50e165d0f7">https://github.com/steveire/grantlee/archive/v5.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-script-devel</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-linguist</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-linguist</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/grantlee-qt5/pspec.xml</SourceURI>
|
||||
@@ -15697,16 +15697,12 @@
|
||||
<Package>
|
||||
<Name>grantlee-qt5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.5.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-script</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -15715,12 +15711,12 @@
|
||||
<Summary xml:lang="en">Development files for grantlee</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="3">grantlee-qt5</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.5.1">qt5-script-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.2">qt5-script-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/grantlee/*.cmake</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
@@ -36714,6 +36710,89 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>flite</Name>
|
||||
<Homepage>http://www.speech.cs.cmu.edu/flite/index.html</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary xml:lang="en">Flite: a small run-time speech synthesis engine</Summary>
|
||||
<Summary xml:lang="tr">Küçük ve hızlı bir konuşma sentezleyici</Summary>
|
||||
<Description xml:lang="en">Flite (festival-lite) is a small, fast run-time speech synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools.</Description>
|
||||
<Description xml:lang="tr">Flite (festival-lite), CMU tarafından geliştirilmiş küçük ve hızlı bir konuşma sentezleyicisidir. Flite, Festival'e alternatif sentezleyici olarak, öncelikle küçük gömülü sistemler ve/veya büyük sunucular için tasarlanmıştır.</Description>
|
||||
<Archive type="tarbz2" sha1sum="aeb4d33de079004c0eb9f9e0fe5bba1e0def75f4">http://www.festvox.org/flite/packed/flite-2.0/flite-2.0.0-release.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>chrpath</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/sound/flite/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>flite</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>flite-devel</Name>
|
||||
<Summary xml:lang="en">Development headers for flite</Summary>
|
||||
<Summary xml:lang="tr">flite için geliştirme başlıkları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">flite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-12-29</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-08-18</Date>
|
||||
<Version>1.9.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Vedat Demir</Name>
|
||||
<Email>vedat@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-05-27</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-24</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-12</Date>
|
||||
<Version>1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>wavpack</Name>
|
||||
@@ -37425,7 +37504,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Konuşma sentezi ortak arayüzü</Summary>
|
||||
<Description xml:lang="en">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>
|
||||
<Description xml:lang="tr">Speech Dispatcher, seslendirme yapılmak istenen veya konuşma sentezi yapan uygulamalar için ortak ve kolay kullanımlı bir arayüz sunan, cihaz-bağımsız bir katmandır.</Description>
|
||||
<Archive type="targz" sha1sum="15d9c4aa0e87cc59ea08602d8ac6ef9da7867883">http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="b2aad4b2db502a03ee27039b8229d4ee206b7d8d">https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
@@ -37469,7 +37548,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Name>python3-speech-dispatcher</Name>
|
||||
<Summary xml:lang="en">Python3 bindings for speech-dispatcher</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="2">speech-dispatcher</Dependency>
|
||||
<Dependency release="3">speech-dispatcher</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -37484,7 +37563,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="en">Development headers for speech-dispatcher</Summary>
|
||||
<Summary xml:lang="tr">speech-dispatcher için geliştirme başlıkları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="2">speech-dispatcher</Dependency>
|
||||
<Dependency release="3">speech-dispatcher</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -37493,6 +37572,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-12-29</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>
|
||||
@@ -59700,7 +59786,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-12-25</Date>
|
||||
<Date>2016-12-29</Date>
|
||||
<Version>16.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
@@ -63776,7 +63862,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
<Archive type="tarxz" sha1sum="72a8249e8193e39466319ab36a3d12ce08a5c3bb">mirrors://kde/stable/applications/16.12.0/src/messagelib-16.12.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
|
||||
<Dependency versionFrom="5.1">grantlee-qt5</Dependency>
|
||||
<Dependency versionFrom="5.1.0">grantlee-qt5-devel</Dependency>
|
||||
<Dependency versionFrom="5.1.40">kmime-devel</Dependency>
|
||||
<Dependency versionFrom="5.26.0">extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.26.0">karchive-devel</Dependency>
|
||||
@@ -63897,7 +63983,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-12-26</Date>
|
||||
<Date>2016-12-29</Date>
|
||||
<Version>16.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
@@ -64074,14 +64160,14 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>kdewebkit-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
<Dependency>akonadi-calendar-devel</Dependency>
|
||||
<Dependency>akonadi-search-devel</Dependency>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>grantleetheme-devel</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>kimap-devel</Dependency>
|
||||
<Dependency>prison-qt5-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
|
||||
<Dependency>prison-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.44">openldap-client</Dependency>
|
||||
<Dependency versionFrom="2.1.26">cyrus-sasl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/applications/kdepim-apps-libs/pspec.xml</SourceURI>
|
||||
@@ -64146,7 +64232,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-12-27</Date>
|
||||
<Date>2016-12-28</Date>
|
||||
<Version>16.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
@@ -69435,7 +69521,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-12-25</Date>
|
||||
<Date>2016-12-28</Date>
|
||||
<Version>16.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
229267660d54b9965fc2dd4d548f9f9a43f4623f
|
||||
72d3cfecd3d1cbe52c5f793b32f26f9ca91b3dae
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d5eed460ab2d96d96ad29985c36f7acc682fbff4
|
||||
e237a5396fbe960d6a4567e4fd5c7d422db9c2ee
|
||||
Reference in New Issue
Block a user