Files
main/multimedia/sound/audiofile/pspec.xml
T
2018-12-17 01:19:41 +03:00

122 lines
4.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>audiofile</Name>
<Homepage>http://www.68k.org/~michael/audiofile/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>An elegant API for accessing audio files</Summary>
<Description>audiofile provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE.</Description>
<Archive sha1sum="3aba3ef724b1b5f88cfc20ab9f8ce098e6c35a0e" type="targz">http://audiofile.68k.org/audiofile-0.3.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>flac-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">01_gcc6.patch</Patch>
<Patch level="1">03_CVE-2015-7747.patch</Patch>
<Patch level="1">04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch</Patch>
<Patch level="1">05_Always-check-the-number-of-coefficients.patch</Patch>
<Patch level="1">06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch</Patch>
<Patch level="1">07_Check-for-multiplication-overflow-in-sfconvert.patch</Patch>
<Patch level="1">08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch</Patch>
<Patch level="1">09_Actually-fail-when-error-occurs-in-parseFormat.patch</Patch>
<Patch level="1">10_Check-for-division-by-zero-in-BlockCodec-runPull.patch</Patch>
<!-- <Patch level="1">unsigned-gcc6.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>audiofile</Name>
<RuntimeDependencies>
<Dependency>alsa-lib</Dependency>
<Dependency>flac</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>audiofile-devel</Name>
<Summary>Development files for audiofile</Summary>
<RuntimeDependencies>
<Dependency release="current">audiofile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/audiofile-config</Path>
<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>audiofile-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for audiofile</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>flac-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>flac-32bit</Dependency>
<Dependency release="current">audiofile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-12-16</Date>
<Version>0.3.6</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-05</Date>
<Version>0.3.6</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-16</Date>
<Version>0.3.6</Version>
<Comment>Version fix</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.3.4</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-20</Date>
<Version>0.3.4</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>