Hi Attached is a patch that switches SDL 1.2 to building from Git instead of Mercurial, and removes some additional files that are no longer used.
Regards Cameron
Index: libraries/sdl/libsdl1.2debian/depends =================================================================== --- libraries/sdl/libsdl1.2debian/depends (revision 7579) +++ libraries/sdl/libsdl1.2debian/depends (nonexistent) @@ -1,4 +0,0 @@ -libjpeg8 -libtiff5 -libpng16-16 -zlib1g Index: libraries/sdl/libsdl1.2debian/preprocess =================================================================== --- libraries/sdl/libsdl1.2debian/preprocess (revision 7579) +++ libraries/sdl/libsdl1.2debian/preprocess (nonexistent) @@ -1,3 +0,0 @@ -# Apply pending RISC OS patches from the SDL bugzilla -# (no patches currently pending) -#hg import https://bugzilla-attachments.libsdl.org/attachment.cgi?id=3561 # https://bugzilla.libsdl.org/show_bug.cgi?id=4448 Index: libraries/sdl/libsdl1.2debian/setvars =================================================================== --- libraries/sdl/libsdl1.2debian/setvars (revision 7579) +++ libraries/sdl/libsdl1.2debian/setvars (working copy) @@ -1,10 +1,9 @@ -AB_HG=https://hg.libsdl.org/SDL/ -AB_HG_BRANCH=SDL-1.2 +AB_GIT=https://github.com/libsdl-org/SDL-1.2.git AB_PVERSION=1.2.16 AB_ROVERSION=1 AB_LICENCE=Free -AB_INSTALLDOCS="COPYING README README.RISCOS README-SDL.txt WhatsNew" +AB_INSTALLDOCS="COPYING README.md README.RISCOS README-SDL.txt WhatsNew" AB_SHORTDESC="Allows programs portable low level access to a video, audio, mouse, and keyboard" # AB_INSTALL=yes
_______________________________________________ GCCSDK mailing list gcc@gccsdk.riscos.info Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK