diff options
author | rh <rh> | 2001-07-03 06:17:32 +0000 |
---|---|---|
committer | rh <rh> | 2001-07-03 06:17:32 +0000 |
commit | 5a71ec92976d44444134a221a82071360877a7ab (patch) | |
tree | 91cd9990a76b632c47a5053fb16f93b0e2c679f1 /devel/SDL/pkg | |
parent | 4540d4b250679b500cf7fe10cb4575035e99fd51 (diff) | |
download | pkgsrc-5a71ec92976d44444134a221a82071360877a7ab.tar.gz |
Update SDL to 1.2.1. Changes include:
* Added Linux PlayStation 2 Graphics Synthesizer support
* Added an audio driver that writes to disk
* Mouse wheel sends mouse button (4/5) events on Windows
* Added MacOS X Project Builder projects
* Added initial support for Quartz video
* Disabled Linux /dev/event joystick interface by default
* Added native OpenBSD audio driver
* Added detection of Open Sound System on Solaris x86
* Added initial support for Nano-X
* Fixed endian detection on IA64 architectures
* Added --disable-dga configure option to disable DGA
* Fixed stuck keys when changing the video mode
* Fixed double-mouse event bug on Windows using OpenGL
* Fixed 320x200 video mode on framebuffer console
* Improved robustness for the ELO touchpad
* Added support for building under Cygwin on Windows
* Added a dummy video driver for benchmarking
* Fixed fullscreen cursor offset bug on BeOS
Diffstat (limited to 'devel/SDL/pkg')
-rw-r--r-- | devel/SDL/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/pkg/PLIST b/devel/SDL/pkg/PLIST index f741202f19c..b8c3dda4075 100644 --- a/devel/SDL/pkg/PLIST +++ b/devel/SDL/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2001/04/17 16:27:24 rh Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/07/03 06:17:33 rh Exp $ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h @@ -30,7 +30,7 @@ lib/libSDL.a lib/libSDL.la lib/libSDL.so lib/libSDL.so.0 -lib/libSDL.so.0.0 +lib/libSDL.so.0.1 lib/libSDLmain.a man/man3/SDLKey.3 man/man3/SDL_ActiveEvent.3 |