Changeset 124 for smplayer/trunk/os2/readme.os2
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/os2/readme.os2
r120 r124 2 2 3 3 (W) Christian Hennecke, Oct 5, 2009 4 last update Jan 29, 20104 last update March 16, 2012 5 5 6 6 … … 74 74 =============== 75 75 76 * klibc 0.6.4 or later 77 78 ftp://ftp.netlabs.org/pub/gcc/libc-0.6.4-csd4.zip 79 80 * Qt4 dll 81 82 see http://svn.netlabs.org/qt4 for more information whats needed 83 84 * MPlayer 85 86 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 76 The following requirements can be installed either by RPM or by ZIP files. 77 78 RPM Installation: 79 80 klibc 81 ----- 82 83 1. yum install libc 84 85 GCC4Core 86 -------- 87 88 1. yum install libgcc 89 2. yum install gcc-stack-protector 90 3. yum install gcc-stdc++-shared-library 91 4. yum install gcc-supc++-shared-library 92 93 Qt4 dll 94 ------- 95 96 1. yum install libqt4 97 2. Install the xsystray plugin as noted in the readme.os2 and also in readme.xsystray 98 99 100 ZIP Installation: 101 102 klibc 103 ----- 104 105 1. Download klibc 0.6.4 or better (see http://svn.netlabs.org/libc for more information) 106 2. Install the files to your libpath eg x:\ecs\dll 107 108 GCC4Core 109 -------- 110 111 1. Download GCC4Core 1.2.1 or better from http://ftp.netlabs.org/pub/gcc 112 2. Install the files to your libpath eg. x:\ecs\dll 113 114 Qt4 dll 115 ------- 116 117 1. Download Qt4 4.7.3 or better (see http://svn.netlabs.org/qt4 for more information) 118 2. Install the files according to the readme 119 3. Install the xsystray plugin as noted in the readme.os2 and also in readme.xsystray 120 121 The following requirements are only available as ZIP. 122 123 MPlayer 124 ------- 125 126 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 87 127 88 128 WARNING: To use the combination of SMPlayer and MPlayer to its full extent, … … 92 132 or fullscreen mode. 93 133 94 * Win32 codecs (optional) 95 96 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 134 Win32 codecs (optional) 135 ----------------------- 136 137 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 97 138 98 139 MPlayer is able to use Win32 codec DLLs for codecs it does not support … … 104 145 105 146 To install SMPlayer, do the following: 106 107 klibc108 -----109 110 1. Download klibc 0.6.4 csd4 or later.111 2. Extract all dll to your libpath. preferable x:\ecs\dll or x:\os2\dll where x: is your boot drive112 113 114 Qt4 dll115 -------116 117 1. Download the package118 2. Extract all dll to your libpath. preferable x:\ecs\dll or x:\os2\dll where x: is your boot drive119 3. Install the xsystray plugin as noted in the readme.os2 and also in readme.xsystray120 147 121 148 MPlayer … … 186 213 ================================= 187 214 188 SMPlayer is copyright (C) 2006 - 201 1RVM <rvm@escomposlinux.org>.189 190 The OS/2 port is copyright (c) 2008, 201 0Silvan Scherrer.215 SMPlayer is copyright (C) 2006 - 2012 RVM <rvm@escomposlinux.org>. 216 217 The OS/2 port is copyright (c) 2008, 2012 Silvan Scherrer. 191 218 192 219 This program is free software; you can redistribute it and/or modify … … 198 225 http://smplayer.sourceforge.net 199 226 200 Changes for the OS/2 version are included in the file:201 202 smplayer.diff (not included in the beta)203 204 227 This program is distributed in the hope that it will be useful, 205 228 but WITHOUT ANY WARRANTY; without even the implied warranty of … … 212 235 ========== 213 236 214 If you find a bug, then add a ticket to the trac at http://svn.netlabs.org/qtapps 237 If you find a bug, then add a ticket to the trac at 238 http://svn.netlabs.org/qtapps 215 239 216 240 Only bug reports with a reproducable bug are accepted. :-) … … 252 276 ========== 253 277 278 2012-03-16 279 * updated to SMPlayer version 0.7.1 280 254 281 2011-12-27 255 282 * updated to latest SMPlayer svn code
Note:
See TracChangeset
for help on using the changeset viewer.