Package Details: mingw-w64-openal 1.23.1-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-openal.git (read-only, click to copy)
Package Base: mingw-w64-openal
Description: Cross-platform 3D audio library, software implementation (mingw-w64)
Upstream URL: https://github.com/kcat/openal-soft
Licenses: LGPL
Submitter: naelstrof
Maintainer: edub4rt (Vaporeon)
Last Packager: Vaporeon
Votes: 9
Popularity: 0.002139
First Submitted: 2012-07-28 21:09 (UTC)
Last Updated: 2023-06-26 03:25 (UTC)

Latest Comments

Martchus commented on 2018-10-16 08:32 (UTC)

Make dependency git is missing.

ivanfon commented on 2018-10-15 05:31 (UTC)

Looks like the file is down?

"Failure while downloading http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.2.tar.bz2"

edub4rt commented on 2018-06-07 18:35 (UTC)

Build is failing with:

CMake Error at /usr/share/cmake-3.11/Modules/CheckIncludeFiles.cmake:61 (message): Unknown arguments: -D_WIN32_WINNT=0x0502

Call Stack (most recent call first): CMakeLists.txt:947 (CHECK_INCLUDE_FILES)

To fix apply the patch: https://github.com/kcat/openal-soft/commit/cae4b1a062b53dd25eba7caa41622be730106749.patch

Please update the PKGBUILD

zidane commented on 2016-05-24 05:51 (UTC) (edited on 2016-05-25 04:39 (UTC) by zidane)

Check it: "alcCreateContext" sets fpu into rounding toward zero mode and didn't back it. This didn't happens with linux version and with dlls from http://kcat.strangesoft.net/openal.html Update: It's mingw bug, because fesetenv was broken since this commit https://sourceforge.net/p/mingw-w64/mingw-w64/ci/e98d8084dde3e3aba43736ee78dd7b35541df00b/ , because it's overwrites env by current state *facepalm*

xantares commented on 2013-11-07 08:48 (UTC)

hello, -you need to add staticlibs in the options array -please quote pkgdir & srcdir paths to handles properly spaces, eg: make DESTDIR=${pkgdir} install -> make DESTDIR="${pkgdir}" install regards,

naelstrof commented on 2013-10-21 19:45 (UTC)

That's nice and simple.

xantares commented on 2013-10-21 19:41 (UTC)

cool! you need even not to set CMAKE_INSTALL_PREFIX x.

naelstrof commented on 2013-10-21 19:21 (UTC)

I removed DMMDEVAPI=OFF, removed the extra definition, stripped the libraries, and started using mingw-w64-cmake. It all seems to be working properly, thanks.

xantares commented on 2013-10-21 18:58 (UTC)

Hi, -Seems to work without the extra definition, so you can simplify all this and use mingw-w64-cmake. -And please strip libraries. -Also is DMMDEVAPI=OFF still necessary with crt3 ? x.