summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-28 10:33:31 +0000
committerwiz <wiz@pkgsrc.org>2012-01-28 10:33:31 +0000
commitb95fa8855ec839db610b76a2249bd33e58d970b5 (patch)
tree8dbcd0c5416b8c2c38602efc49e9f7f24ffc99d2 /devel/SDL/Makefile
parent8d4fe0ec984e85fadc11872f0e6c76f42629e70f (diff)
downloadpkgsrc-b95fa8855ec839db610b76a2249bd33e58d970b5.tar.gz
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)
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r--devel/SDL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index ca49a6a9c02..97ed675c05c 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2012/01/24 15:17:05 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2012/01/28 10:33:31 wiz Exp $
-DISTNAME= SDL-1.2.14
-PKGREVISION= 9
+DISTNAME= SDL-1.2.15
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/