pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/SDL
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 28 10:33:31 UTC 2012
Modified Files:
pkgsrc/devel/SDL: Makefile PLIST distinfo
pkgsrc/devel/SDL/patches: patch-src_video_wscons_SDL__wsconsevents.c
Removed Files:
pkgsrc/devel/SDL/patches: patch-ab
Log Message:
Update to 1.2.15:
General Notes
* Fixed assembly register clobbering in CPU info routines
* Fixed memory stomp when using stretch blit on large images
* Fixed pixel corruption with overlapping blits
* SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices
* Disabled MMX blitters since they don't compile on modern compilers
Unix Notes
* Fixed crash in joystick code on newer Linux kernels
* Fixed channel swizzling for ALSA target with 6-channel output
* Use the OpenGL GLX_EXT_swap_control extension if available
* XRandR support is disabled by default because it causes desktop
reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1
environment variable, or by applying this patch:
http://hg.libsdl.org/SDL/raw-rev/8ec3036098df
Windows Notes
* Fixed SDL_GL_ACCELERATED_VISUAL handling
* Fixed application state handling with ALT-Tab
* Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code
* Fixed UTF-8 decoding of Russian characters
Mac OS X Notes
* Fixed building and running on Mac OS X 10.7 (Lion)
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/SDL/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/SDL/PLIST
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/SDL/distinfo
cvs rdiff -u -r1.10 -r0 pkgsrc/devel/SDL/patches/patch-ab
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/devel/SDL/patches/patch-src_video_wscons_SDL__wsconsevents.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index