Mgxine: A Multimedia Player On MiniGUI

Overview

This is mgxine version 0.2.

Copyright (C) 2002 Beijing Feynman Software Co., Ltd.

Mgxine is a multimedia player runing on MiniGUI version 1.2.3 or later. It is based on the famous multimedia player, xine, of version 0.9.12. You can use mgxine to play CD, VCD, DVD, and MP3 files.

You should install MiniGUI 1.2.3 or later first. And the code is not completed and is not stable enough, you may often encounter crash.

Mgxine is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.

There is absolutely no warranty for mgxine.

Source

Building

USAGE
=====

1. Extract xine-lib-0.9.12-minigui-0.2.tar.gz into a new directory and run

        # ./configure; make; make install

   as super user to make and install the xine libraries. Please run "ldconfig"
   to refresh the shared library system of your Linux.

2. Extract xine-ui-0.9.12-minigui-0.2.tar.gz into a new directory and run

        $ ./configure; make

   to make the xine user interface programs.

3. Change to "src/minigui" and run "mgxine <your media file name>" from "vcongui" 
   if you configured MiniGUI as "MiniGUI-Lite".

4. If your audio sound is brokenly, you can try to run "mgxine" with "-A" option to 
   specify a different sound engine rather than the default one, OSS, like ESD, 
   MAD, or ARTS.

Links

http://www.minigui.com/
http://xine.sourceforge.net/