    smplayer, GUI front-end for mplayer.
    Copyright (C) 2007 Ricardo Villalba <rvm@escomposlinux.org>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    -------------------------------------------------------------------------

To compile smplayer:

Linux: you need Qt 3 development package (qt-devel or similar).
Just type 
make

If you're using Qt 4, type: 
make prep
make

If make fails, try something like this:
make QMAKE=qmake-qt4


Windows: you need Qt for windows. Go to
http://www.trolltech.com/developer/downloads/qt/windows
and download qt-win-opensource-4.2.2-mingw.exe (about 50 MB). Install it.

It will ask you for mingw, check the option to download mingw. 
Now download the package with the SMPlayer sources and uncompress it them 
wherever you want.

Now go to Start -> Programs -> Qt by Trolltech v4.2.2 (Opensource) and select 
Qt 4.2.2 Command Prompt.
Now type there "cd \directory_where_you_uncompressed_the_sources\smplayer\src"
Now type "conv2qt4.bat", ask "A" (All) to the question and then type
"make". If everything is ok you'll have a smplayer.exe under the release/
directory.


Visit http://smplayer.sourceforge.net/ for updates.

    -------------------------------------------------------------------------

Third-party:

I took some icons from:

 * Vista-Inspirate 
    url: http://www.kde-look.org/content/show.php/Vista-Inspirate?content=31585
    license: GPL

 * ricebowl-0.2.0
    url: http://www.deviantart.com/deviation/22605468/
    license: LGPL 

 * rulesPlayer
   url: http://www.dsource.org/projects/rulesplayer
   license: "use without restrictions at your own risk"

 * mplayer (gmplayer)
   url: http://www.mplayerhq.hu/design7/news.html
   license: GPL

 * kplayer
   url: http://kplayer.sourceforge.net/
   license: GPL
