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 /audio/SDL-nas | |
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 'audio/SDL-nas')
-rw-r--r-- | audio/SDL-nas/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/SDL-nas/PLIST b/audio/SDL-nas/PLIST index 3952adb421f..106852566fc 100644 --- a/audio/SDL-nas/PLIST +++ b/audio/SDL-nas/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/03 19:31:03 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/04/17 00:15:21 snj Exp $ lib/libaudio_nas.la lib/libaudio_nas.so lib/libaudio_nas.so.0 -lib/libaudio_nas.so.0.6 +lib/libaudio_nas.so.0.7 |