Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11036584
D363.id1400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D363.id1400.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -87,6 +87,7 @@
libopenal.so.1:alGetSourcei64vSOFT
libopenal.so.1:alGetSourceiv
libopenal.so.1:alGetString
+libopenal.so.1:alGetStringiSOFT
libopenal.so.1:alIsAuxiliaryEffectSlot
libopenal.so.1:alIsBuffer
libopenal.so.1:alIsBufferFormatSupportedSOFT
@@ -145,6 +146,7 @@
libopenal.so.1:alcGetString
libopenal.so.1:alcGetStringiSOFT
libopenal.so.1:alcGetThreadContext
+libopenal.so.1:alcIsAmbisonicFormatSupportedSOFT
libopenal.so.1:alcIsExtensionPresent
libopenal.so.1:alcIsRenderFormatSupportedSOFT
libopenal.so.1:alcLoopbackOpenDeviceSOFT
diff --git a/abi_symbols32 b/abi_symbols32
--- a/abi_symbols32
+++ b/abi_symbols32
@@ -87,6 +87,7 @@
libopenal.so.1:alGetSourcei64vSOFT
libopenal.so.1:alGetSourceiv
libopenal.so.1:alGetString
+libopenal.so.1:alGetStringiSOFT
libopenal.so.1:alIsAuxiliaryEffectSlot
libopenal.so.1:alIsBuffer
libopenal.so.1:alIsBufferFormatSupportedSOFT
@@ -145,6 +146,7 @@
libopenal.so.1:alcGetString
libopenal.so.1:alcGetStringiSOFT
libopenal.so.1:alcGetThreadContext
+libopenal.so.1:alcIsAmbisonicFormatSupportedSOFT
libopenal.so.1:alcIsExtensionPresent
libopenal.so.1:alcIsRenderFormatSupportedSOFT
libopenal.so.1:alcLoopbackOpenDeviceSOFT
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : openal-soft
-version : 1.17.2
-release : 4
+version : 1.18.0
+release : 5
source :
- - http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2 : a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314
+ - http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.0.tar.bz2 : 4433b1391c61a7ca36d82c946c8f0ffe410569d6437e4ce72b3547aaf966ecde
homepage : http://openal-soft.org/
license : LGPL-2.1
component : multimedia.library
@@ -19,11 +19,8 @@
patterns :
- devel : /usr/bin
setup : |
- if [[ ! -z "${EMUL32BUILD}" ]]; then
- %cmake -DLIB_SUFFIX=32 -DCMAKE_INSTALL_PREFIX=/usr .
- else
- %cmake -DLIB_SUFFIX=64 -DCMAKE_INSTALL_PREFIX=/usr .
- fi
+ %cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=%libdir%
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>openal-soft</Name>
<Homepage>http://openal-soft.org/</Homepage>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>LGPL-2.1</License>
<PartOf>multimedia.library</PartOf>
@@ -24,6 +24,12 @@
<Path fileType="data">/usr/share/openal/alsoftrc.sample</Path>
<Path fileType="data">/usr/share/openal/hrtf/default-44100.mhr</Path>
<Path fileType="data">/usr/share/openal/hrtf/default-48000.mhr</Path>
+ <Path fileType="data">/usr/share/openal/presets/3D7.1.ambdec</Path>
+ <Path fileType="data">/usr/share/openal/presets/hexagon.ambdec</Path>
+ <Path fileType="data">/usr/share/openal/presets/itu5.1.ambdec</Path>
+ <Path fileType="data">/usr/share/openal/presets/presets.txt</Path>
+ <Path fileType="data">/usr/share/openal/presets/rectangle.ambdec</Path>
+ <Path fileType="data">/usr/share/openal/presets/square.ambdec</Path>
</Files>
</Package>
<Package>
@@ -33,9 +39,10 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="4">openal-soft</Dependency>
+ <Dependency release="5">openal-soft</Dependency>
</RuntimeDependencies>
<Files>
+ <Path fileType="library">/usr/lib32/</Path>
<Path fileType="library">/usr/lib32/lib*.so.*</Path>
</Files>
</Package>
@@ -46,8 +53,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">openal-soft-devel</Dependency>
- <Dependency release="4">openal-soft-32bit</Dependency>
+ <Dependency release="5">openal-soft-devel</Dependency>
+ <Dependency release="5">openal-soft-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/lib*.so</Path>
@@ -61,22 +68,23 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">openal-soft</Dependency>
+ <Dependency release="5">openal-soft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/cmake/</Path>
<Path fileType="library">/usr/lib64/lib*.so</Path>
<Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2016-09-19</Date>
- <Version>1.17.2</Version>
+ <Update release="5">
+ <Date>2017-07-17</Date>
+ <Version>1.18.0</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 7:31 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803667
Default Alt Text
D363.id1400.diff (5 KB)
Attached To
Mode
D363: Update openal to 1.18.0
Attached
Detach File
Event Timeline
Log In to Comment