Magellan Linux

Annotation of /trunk/linterm_tools/fw_builder/bootsplash/README.fbmngplay

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (hide annotations) (download)
Mon Jan 14 16:57:24 2008 UTC (16 years, 3 months ago) by niro
File size: 799 byte(s)
initial import

1 niro 658 * fbmngplay *
2    
3     a simple fbcon based mng player
4    
5     This is a simple example program, using the kernel framebuffer device
6     to display mng animation decoded by the new libmng implementation.
7    
8     This player is based on the SDL version included in the libmng package
9     from Ralph Giles <giles@ashlu.bc.ca>. The code's fairly rough at this
10     point, but there was no example player for *nix in the distribution.
11     Patches welcome, of course.
12    
13     On a unix-like system, the build instructions are simple:
14    
15     (install and/or build the mng library from libmng.com)
16     make
17     make install
18    
19     To use the player:
20    
21     fbmngplay <filename>.mng <filename>.mng ...
22    
23     To stop looping animations, press CTRL C or send a TERM or INT signal.
24    
25     See the options with
26     fbmngplay -h
27    
28     ---
29     Stefan Reinauer, <stepan@suse.de>
30     $Date: 2008-01-14 16:57:24 $