Files
main/multimedia/sound/openal/pspec.xml
T
2019-01-23 17:46:19 +03:00

116 lines
4.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="84d4dd33db40ce8a7347234e632965bceb984950" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>qt5-base-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>
<Dependency>qt5-base</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="6">
<Date>2019-01-23</Date>
<Version>1.18.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-08-01</Date>
<Version>1.18.2</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-18</Date>
<Version>1.17.2</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.15.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-27</Date>
<Version>1.15.1</Version>
<Comment>Release bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-25</Date>
<Version>1.15.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>