espeak-ng First release
This commit is contained in:
@@ -86,6 +86,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-04-12</Date>
|
||||
<Version>6.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>6.0</Version>
|
||||
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-04-12</Date>
|
||||
<Version>3.35.92</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-03-05</Date>
|
||||
<Version>3.35.92</Version>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sh ./autogen.sh")
|
||||
autotools.configure("--includedir=/usr/include/espeak-ng \
|
||||
--with-extdict-{ru,zh,zhy}")
|
||||
|
||||
def build():
|
||||
autotools.make("src/espeak-ng src/speak-ng")
|
||||
autotools.make("-j1")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.remove("/usr/bin/speak")
|
||||
pisitools.remove("/usr/bin/espeak")
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGELOG*", "COPYING*", "NEWS", "README")
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>espeak-ng</Name>
|
||||
<Homepage>https://github.com/espeak-ng/espeak-ng</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Multi-lingual software speech synthesizer</Summary>
|
||||
<Description>Multi-lingual software speech synthesizer</Description>
|
||||
<Archive sha1sum="6989535ba70abef7fccdddc829891ed03ef8c801" type="targz">https://github.com/espeak-ng/espeak-ng/archive/1.50.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
<Dependency>Dep2-devel</Dependency>
|
||||
<Dependency>Dep3-devel</Dependency>
|
||||
<Dependency versionFrom="">Dep4-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>espeak-ng.patch</Patch>
|
||||
<Patch level="1">espeak-ng.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>espeak-ng</Name>
|
||||
<RuntimeDependencies>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/vim</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>espeak-ng-devel</Name>
|
||||
<Summary>Development files for espeak-ng</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">espeak-ng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-04-01</Date>
|
||||
<Version>1.50</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>espeak-ng</Name>
|
||||
<Summary xml:lang="tr">Multi-lingual software speech synthesizer</Summary>
|
||||
<Description xml:lang="tr">Multi-lingual software speech synthesizer</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -29,6 +29,7 @@
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>libao-devel</Dependency>
|
||||
<Dependency>espeak-ng-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -45,6 +46,7 @@
|
||||
<Dependency>espeak</Dependency>
|
||||
<Dependency>dotconf</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>espeak-ng</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
@@ -82,8 +84,9 @@
|
||||
<Name>speech-dispatcher-devel</Name>
|
||||
<Summary>Development headers for speech-dispatcher</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">speech-dispatcher</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>espeak-ng-devel</Dependency>
|
||||
<Dependency release="current">speech-dispatcher</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -92,6 +95,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-04-12</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-03-15</Date>
|
||||
<Version>0.9.1</Version>
|
||||
|
||||
+240480
-240431
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
0864ce445140f1d28c59b405ffa2aed21c1e0c05
|
||||
d5fe324cd41dc8721f7564fb062172771359c968
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
765b2e7e07a7c4f471fb03558bf4dc0ff1955032
|
||||
def8972b575ef83a524112b4b0cf175eb9019a4b
|
||||
Reference in New Issue
Block a user