123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?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="3b2a3126e1e8cdd1002f0f210cc61fd0d1561e00" type="tarbz2">https://gitlab.xiph.org/xiph/speex/-/archive/Speex-1.2.1/speex-Speex-1.2.1.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>libogg-devel</Dependency>
- <Dependency versionFrom="1.2.1">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="7">
- <Date>2022-06-20</Date>
- <Version>1.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-14</Date>
- <Version>1.2.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <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>
|