diff options
author | wiz <wiz> | 2006-06-12 16:20:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-06-12 16:20:44 +0000 |
commit | ec19c40124842601b263fb1f98fbee821af4c380 (patch) | |
tree | 90c86f10f92e88d40b323035bb896caf8e4721b9 /devel/SDL/PLIST | |
parent | 6b5f5da3b03d76de9a4707bf382a2e12a149b60c (diff) | |
download | pkgsrc-ec19c40124842601b263fb1f98fbee821af4c380.tar.gz |
Update to 1.2.10.
Package changes:
Merge SDL-arts, SDL-esound, and SDL-nas packages back as options,
all defaulting to on (add "-arts -esound -nas" to PKG_OPTIONS.SDL
to get the previous behaviour of this package). Reason: trying to
get and stay in sync with upstream, who decided not to take back
the relevant changes. Ok jmmv@
Also follow upstream w.r.t. library version numbers; bump
BUILDLINK_API_DEPENDS for that (no real reason to diverge here).
Most patches have been integrated upstream.
Changes in 1.2.10:
1.2.10:
If SDL_OpenAudio() is passed zero for the desired format
fields, the following environment variables will be used
to fill them in:
SDL_AUDIO_FREQUENCY
SDL_AUDIO_FORMAT
SDL_AUDIO_CHANNELS
SDL_AUDIO_SAMPLES
If an environment variable is not specified, it will be set
to a reasonable default value.
Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
variable, currently supported on X11 Xinerama configurations.
Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.
Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
Added current_w and current_h to the SDL_VideoInfo structure,
which is set to the desktop resolution during video intialization,
and then set to the current resolution when a video mode is set.
SDL_SetVideoMode() now accepts 0 for width or height and will use
the current video mode (or the desktop mode if no mode has been set.)
Added SDL_GetKeyRepeat()
Added SDL_config.h, with defaults for various build environments.
Diffstat (limited to 'devel/SDL/PLIST')
-rw-r--r-- | devel/SDL/PLIST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/SDL/PLIST b/devel/SDL/PLIST index a8fd9491141..30034e7d4f6 100644 --- a/devel/SDL/PLIST +++ b/devel/SDL/PLIST @@ -1,10 +1,18 @@ -@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:23 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/06/12 16:20:44 wiz Exp $ bin/sdl-config include/SDL/SDL.h include/SDL/SDL_active.h include/SDL/SDL_audio.h include/SDL/SDL_byteorder.h include/SDL/SDL_cdrom.h +include/SDL/SDL_config.h +include/SDL/SDL_config_amiga.h +include/SDL/SDL_config_dreamcast.h +include/SDL/SDL_config_macos.h +include/SDL/SDL_config_macosx.h +include/SDL/SDL_config_minimal.h +include/SDL/SDL_config_os2.h +include/SDL/SDL_config_win32.h include/SDL/SDL_copying.h include/SDL/SDL_cpuinfo.h include/SDL/SDL_endian.h @@ -20,8 +28,10 @@ include/SDL/SDL_mouse.h include/SDL/SDL_mutex.h include/SDL/SDL_name.h include/SDL/SDL_opengl.h +include/SDL/SDL_platform.h include/SDL/SDL_quit.h include/SDL/SDL_rwops.h +include/SDL/SDL_stdinc.h include/SDL/SDL_syswm.h include/SDL/SDL_thread.h include/SDL/SDL_timer.h |