Changeset 124 for smplayer/trunk/os2
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/os2/liesmich.os2
r120 r124 2 2 3 3 (W) Christian Hennecke, Oct 28, 2008 4 zuletzt gendert am 29.01.20104 zuletzt gendert am 16.03.2012 5 5 6 6 0. INHALT DIESER DATEI … … 87 87 ================ 88 88 89 * klibc 0.6.4 oder neuer 90 91 ftp://ftp.netlabs.org/pub/gcc/libc-0.6.4-csd4.zip 92 93 * Qt4 dll 94 95 unter http://svn.netlabs.org/qt4 finden Sie die ntigen Angaben wo Sie Qt4 bekommen und wie man es installiert 96 97 * MPlayer 98 99 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 89 Folgende Voraussetzungen knnen entweder als RPM oder ZIP Dateien installiert 90 werden. 91 92 RPM Installation: 93 94 klibc 95 ----- 96 97 1. yum install libc 98 99 GCC4Core 100 -------- 101 102 1. yum install libgcc 103 2. yum install gcc-stack-protector 104 3. yum install gcc-stdc++-shared-library 105 4. yum install gcc-supc++-shared-library 106 107 Qt4 dll 108 ------- 109 110 1. yum install libqt4 111 2. Installieren Sie das xsystray plugin wie in der readme.os2 und auch in der readme.xsystray beschrieben 112 113 114 ZIP Installation: 115 116 klibc 117 ----- 118 119 1. Download klibc 0.6.4 oder neuer (unter http://svn.netlabs.org/libc 120 befinden sich weitere Informationen) 121 2. Die Dateien in Ihren libpath installieren z.B. x:\ecs\dll 122 123 GCC4Core 124 -------- 125 126 1. Download GCC4Core 1.2.1 oder neuer unter http://ftp.netlabs.org/pub/gcc 127 2. Die Dateien in Ihren libpath installieren z.B. x:\ecs\dll 128 129 Qt4 dll 130 ------- 131 132 1. Download Qt4 4.7.3 oder neuer (unter http://svn.netlabs.org/qt4 133 befinden sich weitere Informationen) 134 2. Die Dateien anhand des readme installieren 135 3. Installieren Sie das xsystray plugin wie in der readme.os2 und auch in der readme.xsystray beschrieben 136 137 Folgende Voraussetzungen knnen als ZIP Dateien installiert werden. 138 139 MPlayer 140 ------- 141 142 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 100 143 101 144 WARNUNG: Um alle Mglichkeiten der Kombination SMPlayer und MPlayer nutzen zu … … 105 148 fr Zoom und Vollbild sind wirkungslos. 106 149 107 * Win32-Codecs (optional) 108 109 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 110 154 111 155 MPlayer kann Win32-Codec-DLLs fr Codecs nutzen, die nicht nativ untersttzt … … 117 161 118 162 Zur Installation von SMPlayer fhren Sie folgende Schritte aus: 119 120 klibc121 -----122 123 1. Laden Sie klibc 0.6.4 csd4 oder neuer herunter.124 2. Extrahieren Sie alle Dll in Ihren libpath. Vorzugsweise x:\ecs\dll oder x:\os2\dll wo x: Ihr Bootlaufwerk ist125 126 Qt4 dll127 -------128 129 1. Laden Sie das neueste Qt4 Packet herunter130 2. Extrahieren Sie alle Dll in Ihren libpath. Vorzugsweise x:\ecs\dll oder x:\os2\dll wo x: Ihr Bootlaufwerk ist131 3. Installieren Sie das xsystray plugin wie in der readme.os2 und auch in der readme.xsystray beschrieben132 163 133 164 MPlayer … … 201 232 =========================================== 202 233 203 SMPlayer ist (c) 2006 - 201 1RVM <rvm@escomposlinux.org>.204 205 Das Urheberrecht der OS/2-Portierung ist (c) 2008, 201 0Silvan Scherrer.234 SMPlayer ist (c) 2006 - 2012 RVM <rvm@escomposlinux.org>. 235 236 Das Urheberrecht der OS/2-Portierung ist (c) 2008, 2012 Silvan Scherrer. 206 237 207 238 Dieses Programm ist freie Software; Sie knnen es unter den Bedingungen … … 213 244 214 245 http://smplayer.sourceforge.net 215 216 nderungen fr die OS/2-Version befinden sich in der Datei:217 218 smplayer.diff (nicht in der Beta mit drin)219 246 220 247 Dieses Programm wird in der Hoffnung vertrieben, daá es ntzlich ist, … … 268 295 ========================= 269 296 297 2012-03-16 298 * udated to SMPlayer version 0.7.1 299 270 300 2011-12-27 271 301 * updated to latest SMPlayer svn code -
smplayer/trunk/os2/lisezmoi.os2
r120 r124 99 99 ============ 100 100 101 * klibc 0.6.4 ou ultrieure 102 103 ftp://ftp.netlabs.org/pub/gcc/libc-0.6.4-csd4.zip 104 105 * Qt4 dll 106 107 consulter http://svn.netlabs.org/qt4 pour obtenir plus 108 d'information sur ce dont vous avez besoin 109 110 * MPlayer 111 112 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 101 The following requirements can be installed either by RPM or by ZIP files. 102 103 RPM Installation: 104 105 klibc 106 ----- 107 108 1. yum install libc 109 110 GCC4Core 111 -------- 112 113 1. yum install libgcc 114 2. yum install gcc-stack-protector 115 3. yum install gcc-stdc++-shared-library 116 4. yum install gcc-supc++-shared-library 117 118 Qt4 dll 119 ------- 120 121 1. yum install libqt4 122 2. Install the xsystray plugin as noted in the readme.os2 and also in readme.xsystray 123 124 125 ZIP Installation: 126 127 klibc 128 ----- 129 130 1. Tlchargez klibc 0.6.4 csd4 ou ultrieure. 131 2. Extrayez toutes les DLL dans un rpertoire figurant dans 132 LIBPATH, de prfrence x:\ecs\dll ou x:\os2\dll o x: reprsente 133 l'unit d'amorage du systme. 134 135 GCC4Core 136 -------- 137 138 1. Download GCC4Core 1.2.1 or better from http://ftp.netlabs.org/pub/gcc 139 2. Install the files to your libpath eg. x:\ecs\dll 140 141 Qt4 dll 142 ------- 143 144 1. Download Qt4 4.7.3 or better (see http://svn.netlabs.org/qt4 for more information) 145 2. Install the files according to the readme 146 3. Installez l'extension xsystray comme mentionn dans le fichier 147 readme.os2 ainsi que dans readme.xsystray. 148 149 The following requirements are only available as ZIP. 150 151 MPlayer 152 ------- 153 154 http://hobbes.nmsu.edu/h-search.php?key=mplayer&pushbutton=Search 113 155 114 156 AVERTISSEMENT : afin d'utiliser le couple (SMPlayer, Mplayer) de … … 122 164 plein cran. 123 165 124 * Win32 codecs (optionnels) 125 126 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 166 Win32 codecs (optionnels) 167 ------------------------ 168 169 http://www.mplayerhq.hu/design7/dload.html#binary_codecs 127 170 128 171 MPlayer est capable d'utiliser les DLL Win32 pour les codecs qu'il … … 133 176 =============== 134 177 135 Pour installer SMPlayer, procdez comme suit : 136 137 klibc 138 ----- 139 140 1. Tlchargez klibc 0.6.4 csd4 ou ultrieure. 141 2. Extrayez toutes les DLL dans un rpertoire figurant dans 142 LIBPATH, de prfrence x:\ecs\dll ou x:\os2\dll o x: reprsente 143 l'unit d'amorage du systme. 144 145 Qt4 dll 146 ------- 147 148 1. Tlchargez le paquetage. 149 2. Extrayez toutes les DLL dans un rpertoire figurant dans 150 LIBPATH, de prfrence x:\ecs\dll ou x:\os2\dll o x: reprsente 151 l'unit d'amorage du systme. 152 3. Installez l'extension xsystray comme mentionn dans le fichier 153 readme.os2 ainsi que dans readme.xsystray. 178 Pour installer SMPlayer, procdez comme suit : 154 179 155 180 MPlayer … … 240 265 =================================== 241 266 242 SMPlayer est un copyright (C) 2006 - 201 1de RVM <rvm@escomposlinux.org>.243 244 Le portage OS/2 est un copyright (C) 2008 de Silvan Scherrer.267 SMPlayer est un copyright (C) 2006 - 2012 de RVM <rvm@escomposlinux.org>. 268 269 Le portage OS/2 est un copyright (C) 2008, 2012 de Silvan Scherrer. 245 270 246 271 Ce programme est un gratuiciel ; vous pouvez le redistribuer et/ou … … 251 276 252 277 http://smplayer.sourceforge.net 253 254 Les modifications pour la version OS/2 sont incluses dans le fichier :255 256 smplayer.diff257 278 258 279 Ce programme est distribu dans l'espoir qu'il sera utile … … 313 334 ========================== 314 335 336 2012-03-16 337 * Mise 338 jour 339 la version 0.7.1 de SMPlayer 340 315 341 2011-12-27 316 342 * Mise -
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.