Files
main/multimedia/sound/speex/pspec.xml
T
2018-08-03 12:37:28 +03:00

111 lines
4.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>speex</Name>
<Homepage>http://www.speex.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>xiph</License>
<IsA>app:console</IsA>
<Summary>Audio compression format designed for speech and its converter application</Summary>
<Description>speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. The package also contains a command-line tool to convert to/from Speex codec.</Description>
<Archive sha1sum="18ebc3fa3236b4369509e9439acc32d0e864fa7f" type="targz">http://downloads.us.xiph.org/releases/speex/speex-1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>libogg-devel</Dependency>
<Dependency>speexdsp-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">speex-ac.patch</Patch>
<!-- <Patch level="1">constant.patch</Patch> -->
<!-- <Patch level="1">configure.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>speex</Name>
<RuntimeDependencies>
<Dependency>libogg</Dependency>
<Dependency>speexdsp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>speex-devel</Name>
<Summary>Development files for speex</Summary>
<RuntimeDependencies>
<Dependency release="current">speex</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>speex-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for speex</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libogg-32bit</Dependency>
<Dependency>speexdsp-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">speex</Dependency>
<Dependency>libogg-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-08-03</Date>
<Version>1.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-17</Date>
<Version>1.2.0</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-06-09</Date>
<Version>1.2_rc1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-25</Date>
<Version>1.2_rc1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-20</Date>
<Version>1.2_rc1</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>