Ignore:
Timestamp:
Mar 16, 2012, 4:02:47 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: 0.7.1 trunk update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/os2/readme.os2

    r120 r124  
    22
    33(W) Christian Hennecke, Oct 5, 2009
    4 last update Jan 29, 2010
     4last update March 16, 2012
    55
    66
     
    7474===============
    7575
    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
     76The following requirements can be installed either by RPM or by ZIP files.
     77
     78RPM Installation:
     79
     80klibc
     81-----
     82
     83  1. yum install libc
     84
     85GCC4Core
     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
     93Qt4 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
     100ZIP Installation:
     101
     102klibc
     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
     108GCC4Core
     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
     114Qt4 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
     121The following requirements are only available as ZIP.
     122
     123MPlayer
     124-------
     125
     126  http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search
    87127
    88128  WARNING: To use the combination of SMPlayer and MPlayer to its full extent,
     
    92132           or fullscreen mode.
    93133
    94 * Win32 codecs (optional)
    95 
    96     http://www.mplayerhq.hu/design7/dload.html#binary_codecs
     134Win32 codecs (optional)
     135-----------------------
     136
     137  http://www.mplayerhq.hu/design7/dload.html#binary_codecs
    97138
    98139  MPlayer is able to use Win32 codec DLLs for codecs it does not support
     
    104145       
    105146To install SMPlayer, do the following:
    106 
    107 klibc
    108 -----
    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 drive
    112 
    113 
    114 Qt4 dll
    115 -------
    116 
    117   1. Download the package
    118   2. Extract all dll to your libpath. preferable x:\ecs\dll or x:\os2\dll where x: is your boot drive
    119   3. Install the xsystray plugin as noted in the readme.os2 and also in readme.xsystray
    120147
    121148MPlayer
     
    186213=================================
    187214
    188 SMPlayer is copyright (C) 2006 - 2011 RVM <rvm@escomposlinux.org>.
    189 
    190 The OS/2 port is copyright (c) 2008, 2010 Silvan Scherrer.
     215SMPlayer is copyright (C) 2006 - 2012 RVM <rvm@escomposlinux.org>.
     216
     217The OS/2 port is copyright (c) 2008, 2012 Silvan Scherrer.
    191218
    192219This program is free software; you can redistribute it and/or modify
     
    198225  http://smplayer.sourceforge.net
    199226
    200 Changes for the OS/2 version are included in the file:
    201 
    202   smplayer.diff (not included in the beta)
    203 
    204227This program is distributed in the hope that it will be useful,
    205228but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    212235==========
    213236
    214 If you find a bug, then add a ticket to the trac at http://svn.netlabs.org/qtapps
     237If you find a bug, then add a ticket to the trac at
     238http://svn.netlabs.org/qtapps
    215239
    216240Only bug reports with a reproducable bug are accepted. :-)
     
    252276==========
    253277
     2782012-03-16
     279  * updated to SMPlayer version 0.7.1
     280
    2542812011-12-27
    255282  * updated to latest SMPlayer svn code
Note: See TracChangeset for help on using the changeset viewer.