123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <PISI>
- <Source>
- <Name>speexdsp</Name>
- <Homepage>https://www.speex.org/</Homepage>
- <Packager>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>DSP library derived from Speex.</Summary>
- <Description>DSP library derived from Speex</Description>
- <BuildDependencies>
- <Dependency>glibc-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="e77f0eb5b629432e7b14f9c85b2f8f0711480bb1" type="tarbz2">https://gitlab.xiph.org/xiph/speexdsp/-/archive/SpeexDSP-1.2.1/speexdsp-SpeexDSP-1.2.1.tar.bz2</Archive>
- <Patches>
- <!-- <Patch level="1">speexdsp-fixbuilds-774c87d.patch</Patch> -->
- </Patches>
- </Source>
-
- <Package>
- <Name>speexdsp</Name>
- <Summary>DSP library derived from Speex.</Summary>
- <RuntimeDependencies>
- <Dependency>glibc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libspeexdsp*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>speexdsp-devel</Name>
- <Summary>Development files for speexdsp</Summary>
- <RuntimeDependencies>
- <Dependency release="current">speexdsp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>speexdsp-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for speexdsp</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">speexdsp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libspeexdsp*</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="4">
- <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="3">
- <Date>2020-01-12</Date>
- <Version>1.2.0</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-03</Date>
- <Version>1.2_rc3</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-02-17</Date>
- <Version>1.2_rc3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|