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

libsdl1.2debian: NMU addressing #128075



I'll make this short and sweet: 

http://people.debian.org/~daenzer/sdl/

The diff against -3.3 is attached as a reference; this would be my first
NMU so please let me know about any stupid mistakes. :) The change will
require most packages using SDL to be rebuilt on powerpc and alpha, they
can be dealt with using binary NMUs as they are discovered.

I'm also pushing the change upstream, a post to the SDL mailing list is
awaiting moderator approval.

Anyway, unless there are serious objections, I'd like to upload this
ASAP. As Branden put it: 'If something is wrong with the vidmode
extension on Alpha, I (as the XFree86 maintainer) want to know about
it.'


PS: I'm not subscribed to -devel and -alpha.

-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast
diff -ru libsdl1.2-1.2.2.orig/src/video/x11/SDL_x11modes.c libsdl1.2-1.2.2/src/video/x11/SDL_x11modes.c
--- libsdl1.2-1.2.2.orig/src/video/x11/SDL_x11modes.c	Wed Jul 11 22:18:52 2001
+++ libsdl1.2-1.2.2/src/video/x11/SDL_x11modes.c	Sun Jan 20 14:37:32 2002
@@ -226,10 +226,6 @@
             fclose(metro_fp);
         }
     }
-#if defined(__alpha__) || defined(__powerpc__)
-    /* The alpha and PPC XFree86 servers are also buggy */
-    buggy_X11 = 1;
-#endif
     /* Enumerate the available fullscreen modes */
     if ( ! buggy_X11 ) {
         if ( XVidMode(QueryExtension, (SDL_Display, &vm_event, &vm_error)) &&

Reply to: