openal-1.23.1
This commit is contained in:
@@ -47,4 +47,4 @@ def install():
|
||||
pisitools.dosed("%s/usr/lib32/cmake/OpenAL/OpenALConfig.cmake" % get.installDIR(), "emul32", "usr")
|
||||
return
|
||||
|
||||
pisitools.dodoc("COPYING", "alsoftrc.sample")
|
||||
pisitools.dodoc("COPYING", "alsoftrc.sample", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<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="29a9f0728e58b7a4ac37b7dbd48bcfa6b06a8f48" type="targz">https://github.com/kcat/openal-soft/archive/refs/tags/1.22.1.tar.gz</Archive>
|
||||
<Archive sha1sum="db17e5ea24792b3fcbbb04d8f0b28e9d1e28ea7b" type="targz">https://github.com/kcat/openal-soft/archive/refs/tags/1.23.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -57,6 +57,8 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/openal.pc</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib32/cmake</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig/openal.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -85,6 +87,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2023-04-13</Date>
|
||||
<Version>1.23.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2022-06-24</Date>
|
||||
<Version>1.22.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user