Files
main/programming/language/python3/python3-pocketsphinx/pspec.xml
T
2022-01-25 20:55:49 +03:00

62 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pocketsphinx</Name>
<Homepage>https://github.com/AzatAI/pocketsphinx-python</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition.</Summary>
<Description>This package provides a python interface to CMU Sphinxbase and Pocketsphinx libraries created with SWIG and Setuptools.</Description>
<Archive sha1sum="9f068ede33e2ef00f1e29e0829cfbbfddd93bf6a" type="targz">https://files.pythonhosted.org/packages/13/6f/280431fc903d7bc1a0b7efe5dc837602f0f193e382b36006bf23178acab5/pocketsphinx2-0.1.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>swig</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pocketsphinx</Name>
<Summary>Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-soupsieve</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pocketsphinx</Path>
</Files>
</Package>
<Package>
<Name>python-pocketsphinx</Name>
<Summary>Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech Recognition.</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc/python-pocketsphinx</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-23</Date>
<Version>0.1.17</Version>
<Comment>First release</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>