Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        allegro - A game programming library
        
        Allegro is a cross-platform library intended for use in computer games
and other types of multimedia programming.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | allegro | 
                4.2.0 | 
                12.fc5 | 
                src | 
                2.99 MiB | 
                Tue Mar 21 13:00:01 2006 | 
            
        
        Changelog
        
            - * Tue Mar 21 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 4.2.0-12
 
            - Sleep in xwindows vsync emulation, instead of busy waiting.
- Add %{dist} to Release 
        
            - * Mon Mar 13 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 4.2.0-11
 
            - really, _really_ fix asm stretch code on i386 with NX processors, long
  story see bugzilla bug 185214 .
 
        
            - * Sat Mar 11 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 4.2.0-10
 
            - really fix asm stretch code on i386 with NX processors, on OpenBSD mprotects
  first argument does not need to be page-aligned, but on Linux it does.
  Note that for this to work you may also need to disable selinux (rh 185214)