diff options
author | rh <rh@pkgsrc.org> | 2001-07-03 06:17:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-07-03 06:17:32 +0000 |
commit | 3077aa755a0e98d169dbe3a3f2cbf0271985c98e (patch) | |
tree | 91cd9990a76b632c47a5053fb16f93b0e2c679f1 /devel/SDL/Makefile | |
parent | fff9689237fd9fc62d812d747aab5c993ca192dd (diff) | |
download | pkgsrc-3077aa755a0e98d169dbe3a3f2cbf0271985c98e.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/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 52caf20383a..025136307f4 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2001/07/01 20:13:14 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/07/03 06:17:32 rh Exp $ # -DISTNAME= SDL-1.2.0 +DISTNAME= SDL-1.2.1 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ |