diff options
author | snj <snj> | 2004-04-17 00:15:21 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-17 00:15:21 +0000 |
commit | b621cabcc8e6e5f1c805837662d4096dd3884a05 (patch) | |
tree | 7f2676698b5c2d3908e6dd4ab89dee27d4f83d4c /devel/SDL/PLIST | |
parent | e5f7688a65526f70f06a250107ea444622190fab (diff) | |
download | pkgsrc-b621cabcc8e6e5f1c805837662d4096dd3884a05.tar.gz |
Update to SDL-1.2.7.
Changes:
* SDL no longer sets a fatal signal handler for SIGPIPE
* Fixed modifier key state on MacOS X
* Added support for remote XVideo
* Fixed static linking on MacOS X
* Fixed compiling with broken Linux 2.6 headers
* Fixed mouse cursor visibility and focus events on MacOS X
* Added support for /dev/joy* on Free/Net/OpenBSD
* Fixed problems with CD-ROM audio playback on MacOS X 10.1
* Added dynamic GL library loading to MacOS Carbon support
* Added function to create RWops from const memory: SDL_RWFromConstMem()
* Fixed build problems with newer versions of automake
* Fixed MacOS X libtool framework support
* Added CPU feature detection functions to SDL_cpuinfo.h
* Fixed illegal instruction crash using 3DNow on Intel processors
* Fixed asm issues with mmx.h and gcc 3.3
* Fixed crash calling app defined window proc
* Fixed long long constant warnings in GCC 3.3.1
* Fixed joystick open problems on BSD
* Fixed X11 mode line crash with only one video mode
Fixes PR pkg/22462.
Okayed by wiz@.
Diffstat (limited to 'devel/SDL/PLIST')
-rw-r--r-- | devel/SDL/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/SDL/PLIST b/devel/SDL/PLIST index 6f9af74d6ca..7aceaf25be6 100644 --- a/devel/SDL/PLIST +++ b/devel/SDL/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/03 19:30:51 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/04/17 00:15:21 snj Exp $ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h @@ -6,6 +6,7 @@ include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h include/SDL/SDL_copying.h +include/SDL/SDL_cpuinfo.h include/SDL/SDL_endian.h include/SDL/SDL_error.h include/SDL/SDL_events.h @@ -33,7 +34,7 @@ lib/libSDL.a lib/libSDL.la lib/libSDL.so lib/libSDL.so.0 -lib/libSDL.so.0.6 +lib/libSDL.so.0.7 lib/libSDLmain.a man/man3/SDLKey.3 man/man3/SDL_ActiveEvent.3 |