pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/SDL Update to 1.2.15:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b5b64f64c30
branches: trunk
changeset: 598636:9b5b64f64c30
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 28 10:33:31 2012 +0000
description:
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:
devel/SDL/Makefile | 5 +--
devel/SDL/PLIST | 4 +-
devel/SDL/distinfo | 11 ++++-----
devel/SDL/patches/patch-ab | 13 ------------
devel/SDL/patches/patch-src_video_wscons_SDL__wsconsevents.c | 7 ++---
5 files changed, 12 insertions(+), 28 deletions(-)
diffs (94 lines):
diff -r c99e1b4631d1 -r 9b5b64f64c30 devel/SDL/Makefile
--- a/devel/SDL/Makefile Sat Jan 28 10:26:28 2012 +0000
+++ b/devel/SDL/Makefile Sat Jan 28 10:33:31 2012 +0000
@@ -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/
diff -r c99e1b4631d1 -r 9b5b64f64c30 devel/SDL/PLIST
--- a/devel/SDL/PLIST Sat Jan 28 10:26:28 2012 +0000
+++ b/devel/SDL/PLIST Sat Jan 28 10:33:31 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/06/14 17:48:31 joerg Exp $
+@comment $NetBSD: PLIST,v 1.11 2012/01/28 10:33:31 wiz Exp $
bin/sdl-config
include/SDL/SDL.h
include/SDL/SDL_active.h
@@ -33,7 +33,7 @@
include/SDL/begin_code.h
include/SDL/close_code.h
lib/libSDL.la
-lib/libSDLmain.a
+lib/libSDLmain.la
lib/pkgconfig/sdl.pc
man/man3/SDLKey.3
man/man3/SDL_ActiveEvent.3
diff -r c99e1b4631d1 -r 9b5b64f64c30 devel/SDL/distinfo
--- a/devel/SDL/distinfo Sat Jan 28 10:26:28 2012 +0000
+++ b/devel/SDL/distinfo Sat Jan 28 10:33:31 2012 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.60 2012/01/24 15:17:05 wiz Exp $
+$NetBSD: distinfo,v 1.61 2012/01/28 10:33:31 wiz Exp $
-SHA1 (SDL-1.2.14.tar.gz) = ba625b4b404589b97e92d7acd165992debe576dd
-RMD160 (SDL-1.2.14.tar.gz) = a3a9a691f5510eb5327ca159a034f55a70cb5801
-Size (SDL-1.2.14.tar.gz) = 4014154 bytes
+SHA1 (SDL-1.2.15.tar.gz) = 0c5f193ced810b0d7ce3ab06d808cbb5eef03a2c
+RMD160 (SDL-1.2.15.tar.gz) = d4802a090cb4a24eeb0c8ce5690802f596d394c3
+Size (SDL-1.2.15.tar.gz) = 3920622 bytes
SHA1 (patch-aa) = 5a3b922c1ad64837d2bc1461723e4f34622b481f
-SHA1 (patch-ab) = 03758f707c39c6241214f5e9ecbd47f937d18580
SHA1 (patch-ac) = a5a04b04bffd24787282de3fa719809ba63193dd
SHA1 (patch-src_audio_sun_SDL__sunaudio.c) = e2bbc5577a397e418c3fb565428b8fc558089802
-SHA1 (patch-src_video_wscons_SDL__wsconsevents.c) = 30d90f7a717661f4c0fd0404c48c1081ee64d6fb
+SHA1 (patch-src_video_wscons_SDL__wsconsevents.c) = e1595611542f3ffaebfe32ee611596c18c06be5e
SHA1 (patch-src_video_wscons_SDL__wsconsvideo.c) = 356a8817cc41dde5e24cb23f032215931f85a84b
diff -r c99e1b4631d1 -r 9b5b64f64c30 devel/SDL/patches/patch-ab
--- a/devel/SDL/patches/patch-ab Sat Jan 28 10:26:28 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2011/08/02 17:02:38 joerg Exp $
-
---- src/video/mmx.h.orig 2011-08-02 12:38:09.000000000 +0000
-+++ src/video/mmx.h
-@@ -355,7 +355,7 @@ mmx_ok(void)
-
- #define mmx_r2m(op, reg, mem) \
- __asm__ __volatile__ (#op " %%" #reg ", %0" \
-- : "=X" (mem) \
-+ : "=m" (mem) \
- : /* nothing */ )
-
- #define mmx_r2r(op, regs, regd) \
diff -r c99e1b4631d1 -r 9b5b64f64c30 devel/SDL/patches/patch-src_video_wscons_SDL__wsconsevents.c
--- a/devel/SDL/patches/patch-src_video_wscons_SDL__wsconsevents.c Sat Jan 28 10:26:28 2012 +0000
+++ b/devel/SDL/patches/patch-src_video_wscons_SDL__wsconsevents.c Sat Jan 28 10:33:31 2012 +0000
@@ -1,19 +1,18 @@
-$NetBSD: patch-src_video_wscons_SDL__wsconsevents.c,v 1.3 2012/01/24 15:17:05 wiz Exp $
+$NetBSD: patch-src_video_wscons_SDL__wsconsevents.c,v 1.4 2012/01/28 10:33:31 wiz Exp $
"Port" to NetBSD.
---- src/video/wscons/SDL_wsconsevents.c.orig 2009-10-12 23:07:14.000000000 +0000
+--- src/video/wscons/SDL_wsconsevents.c.orig 2012-01-19 06:30:06.000000000 +0000
+++ src/video/wscons/SDL_wsconsevents.c
@@ -146,8 +146,11 @@ void WSCONS_InitOSKeymap(_THIS)
}
switch (private->kbdType) {
-#ifdef WSKBD_TYPE_ZAURUS
-- case WSKBD_TYPE_ZAURUS:
+#if defined(__NetBSD__) || !defined(WSKBD_TYPE_ZAURUS)
+ default:
+#else
-+ case WSKBD_TYPE_ZAURUS:
+ case WSKBD_TYPE_ZAURUS:
+#endif
/* top row */
keymap[2] = SDLK_1;
Home |
Main Index |
Thread Index |
Old Index