mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Updated SDL, SDL_image, SDL_mixer and SDL_net


From: LM
Subject: Re: [Mingw-cross-env-list] Updated SDL, SDL_image, SDL_mixer and SDL_net to latest vesions
Date: Fri, 27 Jan 2012 08:31:06 -0500

Mark Brand wrote
Just noticed that the $(PKG)_UPDATE macros still give the old version.
 
Was recently looking at rebuilding SDL for the latest versions on my system.  Based on how sdl_ttf.mk is handling this (and it appears to be showing the right information), the other $(PKG)_UPDATE defines for SDL, SDL_mixer and SDL_image could be updated as follows:
 
wget -q -O- 'http://hg.libsdl.org/SDL/tags' | \
   $(SED) -n 's,.*release-\([0-9][^<]*\).*,\1,p' | \
   head -1
wget -q -O- 'http://hg.libsdl.org/SDL_mixer/tags' | \
   $(SED) -n 's,.*release-\([0-9][^<]*\).*,\1,p' | \
   head -1
wget -q -O- 'http://hg.libsdl.org/SDL_image/tags' | \
   $(SED) -n 's,.*release-\([0-9][^<]*\).*,\1,p' | \
   head -1
They appeared to be showing the latest release numbers when I checked them.
 
Sincerely,
Laura
http://www.distasis.com/cpp
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]