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/buildlink3.mk | |
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/buildlink3.mk')
-rw-r--r-- | devel/SDL/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/SDL/buildlink3.mk b/devel/SDL/buildlink3.mk index c60c3722f25..ba315fbb926 100644 --- a/devel/SDL/buildlink3.mk +++ b/devel/SDL/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2006/04/06 06:21:43 reed Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2006/06/12 16:20:44 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SDL_BUILDLINK3_MK:= ${SDL_BUILDLINK3_MK}+ @@ -11,8 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NSDL} BUILDLINK_PACKAGES+= SDL .if !empty(SDL_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.5nb5 -BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.9nb2 +BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.5nb5 +BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.10 BUILDLINK_PKGSRCDIR.SDL?= ../../devel/SDL .endif # SDL_BUILDLINK3_MK |