Changes between Version 8 and Version 9 of media-libs/libsdl
- Timestamp:
- 06/16/08 11:36:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/libsdl
v8 v9 11 11 ||Haiku||stable|| 12 12 13 {{{ 14 Builds ok on Haiku, just need to modify configure.guess to use BeOS settings. Seems to pass all tests in the test directory except: 15 testgamme - Unable to set gamma: Gamma ramp manipulation not supported 16 testdyngl - Unable to dynamically open GL lib : 17 testgl - Couldn't set GL mode: Couldn't load function glBegin: No GL driver has been loaded 18 Need to check this for __BEOS__ still. 19 }}} 13 === work in progress (scottmc) === 20 14 15 ~~ 16 Builds ok on Haiku, just need to modify configure.guess to use BeOS settings. Seems to pass all tests in the test directory except:[[BR]] 17 testgamme - Unable to set gamma: Gamma ramp manipulation not supported[[BR]] 18 testdyngl - Unable to dynamically open GL lib :[[BR]] 19 testgl - Couldn't set GL mode: Couldn't load function glBegin: No GL driver has been loaded[[BR]] 20 Need to check this for !__BEOS!__ still.~~ 21 22 [http://tools.assembla.com/BePorts/browser/BePorts/trunk/media-libs/libsdl/SDL-1.2.13-haiku.diff Patch], then ./configure --prefix=/boot/common, make, make install[[BR]] 23 Still might be an issue with opengl support, need to look into that further. 21 24 22 25
