~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
    smplayer, GUI front-end for mplayer.
2
 
    Copyright (C) 2007 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
 
To compile smplayer:
21
 
 
22
 
Linux: you need Qt 3 development package (qt-devel or similar).
23
 
Just type 
24
 
make
25
 
 
26
 
If you're using Qt 4, type: 
27
 
make prep
28
 
make
29
 
 
30
 
If make fails, try something like this:
31
 
make QMAKE=qmake-qt4
32
 
 
33
 
 
34
 
Windows: you need Qt for windows. Go to
35
 
http://www.trolltech.com/developer/downloads/qt/windows
36
 
and download qt-win-opensource-4.2.2-mingw.exe (about 50 MB). Install it.
37
 
 
38
 
It will ask you for mingw, check the option to download mingw. 
39
 
Now download the package with the SMPlayer sources and uncompress it them 
40
 
wherever you want.
41
 
 
42
 
Now go to Start -> Programs -> Qt by Trolltech v4.2.2 (Opensource) and select 
43
 
Qt 4.2.2 Command Prompt.
44
 
Now type there "cd \directory_where_you_uncompressed_the_sources\smplayer\src"
45
 
Now type "conv2qt4.bat", ask "A" (All) to the question and then type
46
 
"make". If everything is ok you'll have a smplayer.exe under the release/
47
 
directory.
48
 
 
49
 
 
50
 
Visit http://smplayer.sourceforge.net/ for updates.
51
 
 
52
 
    -------------------------------------------------------------------------
53
 
 
54
 
Third-party:
55
 
 
56
 
I took some icons from:
57
 
 
58
 
 * Vista-Inspirate 
59
 
    url: http://www.kde-look.org/content/show.php/Vista-Inspirate?content=31585
60
 
    license: GPL
61
 
 
62
 
 * ricebowl-0.2.0
63
 
    url: http://www.deviantart.com/deviation/22605468/
64
 
    license: LGPL 
65
 
 
66
 
 * rulesPlayer
67
 
   url: http://www.dsource.org/projects/rulesplayer
68
 
   license: "use without restrictions at your own risk"
69
 
 
70
 
 * mplayer (gmplayer)
71
 
   url: http://www.mplayerhq.hu/design7/news.html
72
 
   license: GPL
73
 
 
74
 
 * kplayer
75
 
   url: http://kplayer.sourceforge.net/
76
 
   license: GPL