Changeset 127 for smplayer/vendor/current/os2/readme.os2
- Timestamp:
- Mar 29, 2012, 3:09:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/os2/readme.os2
r121 r127 2 2 3 3 (W) Christian Hennecke, Oct 5, 2009 4 last update Jan 29, 20104 last update March 22, 2012 5 5 6 6 … … 74 74 =============== 75 75 76 * klibc 0.6.3 or later 77 78 ftp://ftp.netlabs.org/pub/gcc/libc-0_6_3-csd3.wpi 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 need to be installed. 77 78 79 2.1 kLIBC, GCC4Core, Qt4 80 ------------------------ 81 82 The installation of these products can be done either by RPM or ZIP files. 83 84 2.1.a RPM installation 85 ---------------------- 86 87 kLIBC 88 ----- 89 90 1. yum install libc 91 92 GCC4Core 93 -------- 94 95 1. yum install libgcc 96 2. yum install gcc-stack-protector 97 3. yum install gcc-stdc++-shared-library 98 4. yum install gcc-supc++-shared-library 99 100 Qt4 dll 101 ------- 102 103 1. yum install libqt4 104 2. Install the xsystray plugin as noted in the readme.os2 and also in 105 readme.xsystray 106 107 108 2.1.b ZIP Installation 109 ---------------------- 110 111 kLIBC 112 ----- 113 114 1. Download kLIBC 0.6.4 or better (see http://svn.netlabs.org/libc for more 115 information) 116 2. Install the files to your libpath eg x:\ecs\dll 117 118 GCC4Core 119 -------- 120 121 1. Download GCC4Core 1.2.1 or better from http://ftp.netlabs.org/pub/gcc 122 2. Install the files to your libpath eg. x:\ecs\dll 123 124 Qt4 dll 125 ------- 126 127 1. Download Qt4 4.7.3 or better (see http://svn.netlabs.org/qt4 for more 128 information) 129 2. Install the files according to the readme 130 3. Install the xsystray plugin as noted in the readme.os2 and also in 131 readme.xsystray 132 133 134 2.2 MPlayer, Win32 codecs 135 ------------------------- 136 137 The installation of these products is only available as ZIP files. 138 139 MPlayer 140 ------- 141 142 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 87 143 88 144 WARNING: To use the combination of SMPlayer and MPlayer to its full extent, … … 92 148 or fullscreen mode. 93 149 94 * Win32 codecs (optional) 95 96 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 150 Win32 codecs (optional) 151 ----------------------- 152 153 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 97 154 98 155 MPlayer is able to use Win32 codec DLLs for codecs it does not support … … 105 162 To install SMPlayer, do the following: 106 163 107 klibc108 -----109 110 1. Download klibc 0.6.3 csd3 or later.111 2. Install the package by double-clicking on the WPI file.112 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 121 122 164 MPlayer 123 165 ------- … … 127 169 3. Extract the MPlayer package to the new directory. 128 170 4. Copy the .mplayer subdirectory -- if included -- to your HOME directory. 129 4. To be able to use subtitles, copy a TrueType font of your choice to the171 5. To be able to use subtitles, copy a TrueType font of your choice to the 130 172 %HOME%\.mplayer directory and rename it to subfont.ttf. 131 132 173 133 174 Win32 codecs … … 140 181 4. Add a SET MPLAYER_CODECS_DIR statement to your CONFIG.SYS, and point it 141 182 to the "codecs" subdirectory you create above. 142 143 183 144 184 SMPlayer … … 189 229 ================================= 190 230 191 SMPlayer is copyright (C) 2006 - 201 1RVM <rvm@users.sourceforge.net>.192 193 The OS/2 port is copyright (c) 2008, 201 0Silvan Scherrer.231 SMPlayer is copyright (C) 2006 - 2012 RVM <rvm@users.sourceforge.net>. 232 233 The OS/2 port is copyright (c) 2008, 2012 Silvan Scherrer. 194 234 195 235 This program is free software; you can redistribute it and/or modify … … 201 241 http://smplayer.sourceforge.net 202 242 203 Changes for the OS/2 version are included in the file:204 205 smplayer.diff (not included in the beta)206 207 243 This program is distributed in the hope that it will be useful, 208 244 but WITHOUT ANY WARRANTY; without even the implied warranty of … … 215 251 ========== 216 252 217 Please send bugreports to: 218 219 ecs@aroa.ch 253 If you find a bug, then add a ticket to the trac at 254 http://svn.netlabs.org/qtapps 220 255 221 256 Only bug reports with a reproducable bug are accepted. :-) 222 223 Please enclose the error.log file that is produced with the setup described224 above under INSTALLATION.225 257 226 258 … … 260 292 ========== 261 293 294 2012-03-16 295 * updated to SMPlayer version 0.7.1 296 297 2011-12-27 298 * updated to latest SMPlayer svn code 299 300 2011-11-11 301 * updated to Qt 4.7.3 302 * fixed a possible hang when ending SMPlayer while playing a movie (patch by Rudi) 303 262 304 2010-06-30 263 305 * fixed a nasty 1 second delay … … 272 314 273 315 2009-11-11 274 275 316 * fixed hang with broken media 276 317 * changed to Qt4 beta4 277 318 278 319 2009-10-22 279 280 320 * removed requirement for MPlayer DLLs to be in PATH or SMPlayer directory 281 321 (fixed in Qt) … … 284 324 285 325 2009-10-02 286 287 * beta1 of newest smplayer version with Qt4 support 326 * beta1 of newest SMPlayer version with Qt4 support 288 327 289 328 2009-01-22 290 291 329 * fixed a crash when playing audio files 292 330 293 331 2008-11-24 294 295 332 * added french and german readme (done by Guillaume Gay and Christian Hennecke) 296 333 * added nice looking icons for exe and folder (done by David Graser) … … 298 335 299 336 2008-11-04 300 301 337 * fixed a bug in Qt DLL which occured when playing from playlist 302 338 * renamed icon files to match wps behaviour 303 339 304 340 2008-10-27 305 306 341 * with newest mplayer from hobbes the resizing problem is fixed 307 342 * fixed a bug introduced when adding more file extensions 308 343 309 344 2008-10-20 310 311 345 * switched to custom-built Qt DLL sqt.dll (latest version from svn.netlabs.org/qt) 312 346 * added a couple more file extensions to the open file dialog 313 347 314 348 2008-10-14 315 316 349 * initial release 317
Note:
See TracChangeset
for help on using the changeset viewer.