diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 00:15:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 00:15:21 +0000 |
commit | f094e3bf7df057f727a55535e315ca172f679fdd (patch) | |
tree | 7f2676698b5c2d3908e6dd4ab89dee27d4f83d4c /devel/SDL/Makefile.common | |
parent | a29676801efb65fce3abc0a7353ee9f7e8c4798a (diff) | |
download | pkgsrc-f094e3bf7df057f727a55535e315ca172f679fdd.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/Makefile.common')
-rw-r--r-- | devel/SDL/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common index ad9e8db9be4..c6401b7535c 100644 --- a/devel/SDL/Makefile.common +++ b/devel/SDL/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/14 13:55:19 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/04/17 00:15:21 snj Exp $ # -DISTNAME= SDL-1.2.6 +DISTNAME= SDL-1.2.7 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ |