Subject: CVS commit: pkgsrc/devel/SDL
From: Thomas Klausner
Date: 2006-06-12 18:20:44
Message id: 20060612162044.7C2BE211CA@cvs.netbsd.org

Log Message:
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.

Files:
RevisionActionfile
1.64modifypkgsrc/devel/SDL/Makefile
1.7modifypkgsrc/devel/SDL/PLIST
1.16modifypkgsrc/devel/SDL/buildlink3.mk
1.43modifypkgsrc/devel/SDL/distinfo
1.25modifypkgsrc/devel/SDL/patches/patch-aj
1.20modifypkgsrc/devel/SDL/patches/patch-am
1.1addpkgsrc/devel/SDL/options.mk
1.29removepkgsrc/devel/SDL/Makefile.common
1.11removepkgsrc/devel/SDL/patches/patch-aa
1.12removepkgsrc/devel/SDL/patches/patch-ac
1.7removepkgsrc/devel/SDL/patches/patch-ad
1.7removepkgsrc/devel/SDL/patches/patch-al
1.3removepkgsrc/devel/SDL/patches/patch-ar
1.5removepkgsrc/devel/SDL/patches/patch-as
1.3removepkgsrc/devel/SDL/patches/patch-ba
1.4removepkgsrc/devel/SDL/patches/patch-bb
1.4removepkgsrc/devel/SDL/patches/patch-bc
1.4removepkgsrc/devel/SDL/patches/patch-bd
1.1removepkgsrc/devel/SDL/patches/patch-da
1.1removepkgsrc/devel/SDL/patches/patch-db
1.1removepkgsrc/devel/SDL/patches/patch-dc
1.1removepkgsrc/devel/SDL/patches/patch-dd