Description of problem: The OpenAL sound library included in Hugs98 does not build with the newer version of openal in FC5 and later. How reproducible: every time Steps to Reproduce: 1. build hugs98 for fc5 2. 3. Actual results: "Skipping OpenAL package" appears in log Expected results: "Building OpenAL"... Additional info: There is a newer version of OpenAL shipped with ghc-6.4.2 which seems to support newer openal. Attaching patch which at least builds the openal modules for hugs98.
Created attachment 128137 [details] openal-1.0_1.2.patch.bz2
Created attachment 128138 [details] hugs98.spec-enable-openal.patch
I integrated the patch. Everything seems to build fine on FC4, FC5 and FC6.