Files
main/multimedia/sound/openal/pspec.xml
T
2015-06-19 13:38:15 +03:00

92 lines
3.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openal</Name>
<Homepage>http://kcat.strangesoft.net/openal.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Open Audio Library is a vendor-neutral API for interactive spatialized audio</Summary>
<Description>OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer.</Description>
<Archive sha1sum="a0e73a46740c52ccbde38a3912c5b0fd72679ec8" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.15.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pthread.patch</Patch>
<Patch level="0">no-fpuextended.patch</Patch>
<!-- <Patch level="1">openal-soft-1.14-x86.patch</Patch> -->
<!-- <Patch level="0">libsndio-dlopen-change.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>openal</Name>
<RuntimeDependencies>
<Dependency>alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/openal</Path>
<Path fileType="data">/usr/share/openal</Path>
</Files>
</Package>
<Package>
<Name>openal-devel</Name>
<Summary>Development files for openal</Summary>
<RuntimeDependencies>
<Dependency release="current">openal</Dependency>
<Dependency>pulseaudio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig/openal.pc</Path>
<Path fileType="data">/usr/lib32/pkgconfig/openal.pc</Path>
</Files>
</Package>
<Package>
<Name>openal-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for openal</Summary>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="current">openal</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-25</Date>
<Version>1.15.1</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-01</Date>
<Version>1.15.1</Version>
<Comment>Version Bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-31</Date>
<Version>1.14</Version>
<Comment>First release</Comment>
<Name>Fatih Turgel</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>