[106] | 1 | SMPlayer, GUI front-end for mplayer.
|
---|
| 2 | Copyright (C) 2007-2008 Ricardo Villalba <rvm@escomposlinux.org>
|
---|
| 3 |
|
---|
| 4 | This program is free software; you can redistribute it and/or modify
|
---|
| 5 | it under the terms of the GNU General Public License as published by
|
---|
| 6 | the Free Software Foundation; either version 2 of the License, or
|
---|
| 7 | (at your option) any later version.
|
---|
| 8 |
|
---|
| 9 | This program is distributed in the hope that it will be useful,
|
---|
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 12 | GNU General Public License for more details.
|
---|
| 13 |
|
---|
| 14 | You should have received a copy of the GNU General Public License
|
---|
| 15 | along with this program; if not, write to the Free Software
|
---|
| 16 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
---|
| 17 |
|
---|
| 18 | -------------------------------------------------------------------------
|
---|
| 19 |
|
---|
| 20 | SMPlayer intends to be a complete front-end for MPlayer, from basic
|
---|
| 21 | features like playing videos, DVDs, and VCDs to more advanced features
|
---|
| 22 | like support for MPlayer filters and more.
|
---|
| 23 |
|
---|
| 24 | ...
|
---|
| 25 |
|
---|
| 26 | Well, you've probably read the rest in the web, haven't you?
|
---|
| 27 |
|
---|
| 28 | To the point:
|
---|
| 29 |
|
---|
| 30 | To know how to compile and install smplayer please read Install.txt.
|
---|
| 31 |
|
---|
| 32 | There's available an optional package called smplayer-themes. It contains
|
---|
| 33 | some icon themes for smplayer and it's highly recommended that you install it
|
---|
| 34 | too.
|
---|
| 35 |
|
---|
| 36 | Visit the web for updates:
|
---|
| 37 | http://smplayer.berlios.de
|
---|
| 38 | http://smplayer.sourceforge.net
|
---|
| 39 |
|
---|
| 40 | Forum:
|
---|
| 41 | http://smplayer.berlios.de/forum
|
---|
| 42 |
|
---|
| 43 | -------------------------------------------------------------------------
|
---|
| 44 |
|
---|
| 45 | Third-party:
|
---|
| 46 |
|
---|
| 47 | * QuaZIP (a library to open Zip files) by Sergey A. Tachenov
|
---|
| 48 | url: http://quazip.sourceforge.net/
|
---|
| 49 | license: GPL (see src/findsubtitles/quazip/COPYING.readme for details)
|
---|
| 50 | This library also includes code by Gilles Vollant, with the same
|
---|
| 51 | license as zlib. See src/findsubtitles/quazip/zip.h for details.
|
---|
| 52 |
|
---|
| 53 | I took some icons from:
|
---|
| 54 |
|
---|
| 55 | * nuvoX
|
---|
| 56 | url: http://www.kde-look.org/content/show.php/nuvoX?content=38467
|
---|
| 57 | license: GPL
|
---|
| 58 |
|
---|
| 59 | * Vista-Inspirate
|
---|
| 60 | url: http://www.kde-look.org/content/show.php/Vista-Inspirate?content=31585
|
---|
| 61 | license: GPL
|
---|
| 62 |
|
---|
| 63 | * Crystal Clear
|
---|
| 64 | url: http://www.kde-look.org/content/show.php/Crystal+Clear?content=25668
|
---|
| 65 | license: LGPL
|
---|
| 66 |
|
---|
| 67 | * ricebowl-0.2.0
|
---|
| 68 | url: http://www.deviantart.com/deviation/22605468/
|
---|
| 69 | license: LGPL
|
---|
| 70 |
|
---|
| 71 | * rulesPlayer
|
---|
| 72 | url: http://www.dsource.org/projects/rulesplayer
|
---|
| 73 | license: "use without restrictions at your own risk"
|
---|
| 74 |
|
---|
| 75 | * mplayer (gmplayer)
|
---|
| 76 | url: http://www.mplayerhq.hu/design7/news.html
|
---|
| 77 | license: GPL
|
---|
| 78 |
|
---|
| 79 | * kplayer
|
---|
| 80 | url: http://kplayer.sourceforge.net/
|
---|
| 81 | license: GPL
|
---|
| 82 |
|
---|
| 83 | * Gimp
|
---|
| 84 | url: http://www.gimp.org/
|
---|
| 85 | license: GPL
|
---|