annotate DOCS/xml/ru/ports.xml @ 36516:b726218447c9

Fully reinit audio chain on format change. This ensures that we insert all necessary filters like downmixing, but loses the current settings like volume or equalizer that were set at runtime.
author reimar
date Sat, 18 Jan 2014 20:41:46 +0000
parents 4a354cdcf847
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
25939
5d7679358a53 r25770: URL updates for contributed win32 stuff.
voroshil
parents: 25163
diff changeset
2 <!-- synced with r25771 -->
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
3 <chapter id="ports" xreflabel="Портинг">
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
4 <title>Портинг</title>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
5
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
6 <sect1 id="linux">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
7 <title>Linux</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
8 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
9 Основная платформа разработки &mdash; это Linux на x86, хотя
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
10 <application>MPlayer</application> работает под многими другими портами Linux.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
11 Бинарные пакеты <application>MPlayer</application>'а доступны из нескольких источников.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
12 Тем не менее,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
13 <emphasis role="bold">ни один из этих пакетов не поддерживается</emphasis>.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
14 Сообщайте о проблемах их авторам, а не нам.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
15 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
16
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
17 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
18
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
19 <sect2 id="debian">
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
20 <title>Debian пакеты</title>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
21 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
22 Чтобы создать Debian пакет, выполните следующие команды в каталоге с исходным
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
23 кодом <application>MPlayer</application>'а:
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
24 <screen>fakeroot debian/rules binary</screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
25
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
26 Если вы хотите передать дополнительные опции configure, установите
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
27 соответствующее значение переменной окружения <envar>DEB_BUILD_OPTIONS</envar>.
21700
68248f4e3027 Typos, spelling fixes
voroshil
parents: 21634
diff changeset
28 В частности, если хотите поддержку GUI и OSD, укажите:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
29
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
30 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
31
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
32 Вы также можете передать некоторые переменные в Makefile. Например, если
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
33 желаете компилировать gcc 3.4 даже если это не основной компилятор:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
34
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
35 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
36
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
37 Для очистки дерева исходных текстов воспользуйтесь командой:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
38
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
39 <screen>fakeroot debian/rules clean</screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
40
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
41 В качестве root'а Вы затем можете установить <filename>.deb
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
42 </filename> пакет:
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
43 <screen>dpkg -i ../mplayer_<replaceable>версия</replaceable>.deb</screen>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
44 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
45
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
46 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
47 Какое-то время Christian Marillat собирал неофициальные Debian пакеты с
19831
a9d072fde78f r19829: Improve TrueType font installation section
voroshil
parents: 19807
diff changeset
48 <application>MPlayer</application>, <application>MEncoder</application>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
49 и бинарными кодеками, так что вы можете их скачать (выполнить apt-get)
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
50 с его <ulink url="http://www.debian-multimedia.org/">сайта</ulink>.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
51 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
52 </sect2>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
53
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
54 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
55
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
56 <sect2 id="rpm">
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
57 <title>RPM пакеты</title>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
58 <para>
21634
733b35a5feaa r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
voroshil
parents: 21598
diff changeset
59 Dominik Mierzejewski поддерживает официальные Fedora Core RPM пакеты
733b35a5feaa r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
voroshil
parents: 21598
diff changeset
60 <application>MPlayer</application>'а. Они доступны в
733b35a5feaa r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
voroshil
parents: 21598
diff changeset
61 <ulink url="http://rpm.livan.org/">репозитории Livna</ulink>.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
62 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
63
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
64 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
65 Mandrake/Mandriva RPM пакеты доступны с <ulink url="http://plf.zarb.org/">P.L.F.</ulink>.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
66 SuSE включала искалеченную версию <application>MPlayer</application>'а в дистрибутив.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
67 Из последних релизов они убрали эти пакеты. Вы можете взять
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
68 работающие RPM с
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
69 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>.
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
70 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
71 </sect2>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
72
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
73 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
74
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
75 <sect2 id="arm">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
76 <title>ARM</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
77 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
78 <application>MPlayer</application> работает на Linux PDA с ARM процессором,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
79 например Sharp Zaurus, Compaq Ipaq. Простейший способ получить <application>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
80 MPlayer</application> &mdash; это скачать его с
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
81 пакетных репозиториев
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
82 <ulink url="http://www.openzaurus.org">OpenZaurus</ulink>. Если Вы хотите
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
83 скомпилировать его самостоятельно, обратите внимание на каталоги
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
84 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</ulink>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
85 и
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
86 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
87 в корне сборки дистрибутива OpenZaurus. Там всегда найдутся
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
88 свежий Makefile и патчи, используемые для сборки SVN <application>MPlayer</application>'а вместе с
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
89 <systemitem class="library">libavcodec</systemitem>.
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
90 Если Вам нужен GUI, используйте встроенный в xmms
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
91 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
92 </sect2>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
93 </sect1>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
94
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
95
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
96 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
97
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
98
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
99 <sect1 id="bsd">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
100 <title>*BSD</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
101 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
102 <application>MPlayer</application> работает на всех известных семействах BSD.
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
103 Существуют портированные[ports]/пакеты сорцов[pkgsrcs]/fink/
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
104 и т.п. версии <application>MPlayer</application>, которые, наверное, проще использовать,
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
105 чем просто исходный код.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
106 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
107
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
108 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
109 Чтобы собрать <application>MPlayer</application>, Вам понадобится GNU make (gmake &mdash;
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
110 родной BSD make не будет работать) и свежая версия binutils.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
111 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
112
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
113 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
114 Если <application>MPlayer</application> ругается, что он не может найти
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
115 <filename>/dev/cdrom</filename> или
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
116 <filename>/dev/dvd</filename>, создайте соответствующую ссылку:
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
117 <screen>ln -s /dev/<replaceable>Ваше_cdrom_устройство</replaceable> /dev/cdrom</screen>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
118 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
119
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
120 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
121 Чтобы использовать Win32 DLL'и с <application>MPlayer</application>'ом, Вам необходимо
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
122 перекомпилировать
21598
fa4f5b0fd510 r21612: replace &quot; with ", better readability
voroshil
parents: 21525
diff changeset
123 ядро с "<envar>option USER_LDT</envar>" (если только у Вас не FreeBSD-CURRENT,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
124 где это включено по умолчанию).
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
125 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
126
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
127 <!-- ********** -->
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
128
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
129 <sect2 id="freebsd">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
130 <title>FreeBSD</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
131 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
132 Если Ваш CPU поддерживает SSE, перекомпилируйте ядро с
21598
fa4f5b0fd510 r21612: replace &quot; with ", better readability
voroshil
parents: 21525
diff changeset
133 "<envar>options CPU_ENABLE_SSE</envar>" (необходимо FreeBSD-STABLE
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
134 или патчи к ядру).
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
135 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
136 </sect2>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
137
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
138 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
139
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
140 <sect2 id="openbsd">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
141 <title>OpenBSD</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
142 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
143 В связи с ограничениями в различных версиях gas (конфликт настройки адресов и MMX),
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
144 Вы должны будете компилировать в два шага: сначала убедитесь, что не родной as
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
145 &mdash; первый в Вашем <envar>$PATH</envar> и выполните <command>gmake -k
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
146 </command>, затем убедитесь, что будет использоваться родная версия и запустите
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
147 <command>gmake</command>.
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
148 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
149 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
150 Начиная с OpenBSD 3.4 подобный хак больше не нужен.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
151 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
152 </sect2>
11633
lumag
parents: 11339
diff changeset
153
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
154 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
155
11633
lumag
parents: 11339
diff changeset
156 <sect2 id="darwin">
lumag
parents: 11339
diff changeset
157 <title>Darwin</title>
lumag
parents: 11339
diff changeset
158 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
159 См. секцию <link linkend="macos">Mac OS</link>.
11633
lumag
parents: 11339
diff changeset
160 </para>
lumag
parents: 11339
diff changeset
161 </sect2>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
162 </sect1>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
163
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
164
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
165 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
166
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
167
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
168 <sect1 id="unix">
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
169 <title>Коммерческие Unix</title>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
170
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
171 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
172 <application>MPlayer</application> был портирован на некоторые коммерческие варианты Unix.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
173 Поскольку окружения разработки этих систем отличаются от свободных Unix'ов,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
174 вам придется самостоятельно произвести некоторые действия, чтобы сборка заработала.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
175 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
176
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
177 <sect2 id="solaris">
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
178 <title>Solaris</title>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
179
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
180 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
181 <application>MPlayer</application> должен работать под Solaris 2.6 и более
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
182 новыми версиями. Для звука используйте звуковой драйвер SUN с
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
183 опцией <option>-ao sun</option>.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
184 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
185
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
186 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
187 На <emphasis role="bold">UltraSPARC</emphasis>'ах, <application>MPlayer</application>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
188 использует преимущество их расширения <emphasis role="bold">VIS</emphasis>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
189 (эквивалент MMX), но (в настоящий момент) только в
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
190 <systemitem class="library">libmpeg2</systemitem>,
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
191 <systemitem class="library">libvo</systemitem>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
192 and <systemitem class="library">libavcodec</systemitem>, но не в
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
193 <systemitem class="library">mp3lib</systemitem>. Вы сможете просматривать VOB'ы
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
194 на 400MHz CPU. Вам потребуется установленная
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
195 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html"><systemitem class="library">mLib</systemitem></ulink>.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
196 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
197
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
198 <para><emphasis role="bold">Предостережение:</emphasis></para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
199 <itemizedlist>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
200 <listitem><para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
201 <emphasis role="bold">mediaLib</emphasis> в данный
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
202 момент отключена по умолчанию в
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
203 <application>MPlayer</application> из-за поломанности.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
204 Пользователи SPARC, компилировавшие MPlayer с mediaLib
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
205 сообщали об изобилии зелёного оттенка в видео, кодируемом и
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
206 декодируемом libavcodec.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
207 Если хотите, можете включить ее:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
208 <screen>$ ./configure --enable-mlib</screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
209 Вы делаете это на свой страх и риск, пользователи x86 не жолжны
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
210 <emphasis role="bold">никогда</emphasis> использовать mediaLib, поскольку
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
211 это очень сильно скажется на производительности MPlayer.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
212 </para></listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
213 </itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
214
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
215 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
216 Чтобы собрать программу, Вам потребуется GNU <application>make</application>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
217 (<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), родной
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
218 Solaris make не будет работать. Типичная ошибка которую Вы будете
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
219 получать при использовании Solaris make, вместо GNU make:
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
220 <screen>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
221 % /usr/ccs/bin/make
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
222 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
223 </screen>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
224 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
225
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
226 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
227 На Solaris SPARC, Вам потребуется GNU C/C++ Compiler; при этом не имеет
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
228 значения, был ли GNU C/C++ компилятор сконфигурирован с или без GNU ассемблера.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
229 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
230
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
231 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
232 На Solaris x86, Вам потребуются GNU ассемблер и GNU C/C++ компилятор,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
233 сконфигурированный, чтобы использовать GNU ассемблер! На x86 платформах
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
234 код <application>MPlayer</application>'а использует много MMX, SSE и 3DNOW!
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
235 инструкций, которые Sun'овский ассемблер <filename>/usr/ccs/bin/as</filename>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
236 не может скомпилировать.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
237 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
238
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
239 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
240 Скрипт <filename>configure</filename> пытается обнаружить, какой ассемблер
21598
fa4f5b0fd510 r21612: replace &quot; with ", better readability
voroshil
parents: 21525
diff changeset
241 используется Вашей командой "gcc" (в том случае, если автоопределение
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
242 не сработает, используйте опцию
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
243 <option>--as=<replaceable>/там/где/у/Вас/установлен/gnu-as</replaceable></option>,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
244 чтобы сообщить скрипту <filename>configure</filename>, где можно обнаружить
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
245 GNU "as" на Вашей системе).
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
246 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
247
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
248 <para>Решение общих проблем:</para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
249 <itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
250 <listitem><para>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
251 Сообщения об ошибках <filename>configure</filename> на Solaris x86 системах при
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
252 использовании GCC без GNU ассемблера:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
253 <screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
254 % configure
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
255 ...
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
256 Checking assembler (/usr/ccs/bin/as) ... , failed
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
257 Please upgrade(downgrade) binutils to 2.10.1...<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
258 --></screen>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
259 (Решение: Установите и используйте gcc, сконфигурированный с
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
260 <option>--with-as=gas</option>)
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
261 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
262
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
263 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
264 Типичная ошибка при сборке GNU C компилятором, который не использует GNU as:
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
265 <screen>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
266 % gmake
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
267 ...
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
268 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
269 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
270 Assembler: mplayer.c
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
271 "(stdin)", line 3567 : Illegal mnemonic
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
272 "(stdin)", line 3567 : Syntax error
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
273 ... more "Illegal mnemonic" and "Syntax error" errors ...
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
274 </screen>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
275 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
276 </listitem>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
277
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
278 <listitem><para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
279 <application>MPlayer</application> может сообщить о нарушении сегментации при
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
280 кодировании и декодировании видео, использующего win32codecs:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
281 <screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
282 ...
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
283 Trying to force audio codec driver family acm...
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
284 Opening audio decoder: [acm] Win32/ACM decoders
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
285 sysi86(SI86DSCR): Invalid argument
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
286 Couldn't install fs segment, expect segfault
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
287
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
288
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
289 MPlayer interrupted by signal 11 in module: init_audio_codec
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
290 ...<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
291 --></screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
292 Это из-за изменений в sysi86() в Solaris 10 и пре-Solaris
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
293 Nevada b31 релизах. Исправлено в Solaris Nevada b32; тем не менее
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
294 Sun еще следует портировать исправление обратно на Solaris 10. Проект MPlayer
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
295 осведомил Sun об этой проблеме и патч в данный момент готовится для
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
296 Solaris 10. Больше информации об этой ошибке ищите
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
297 на:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
298 <ulink url="http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6308413"/>.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
299 </para></listitem>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
300
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
301 <listitem><para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
302 В связи с ошибками в Solaris 8, Вы не сможете проигрывать DVD диски, размером
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
303 больше 4 Гб:
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
304 </para>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
305
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
306 <itemizedlist>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
307 <listitem><para>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
308 Под Solaris 8 x86 драйвер sd(7D) содержит ошибку, проявляющуюся при доступе
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
309 к дискам, размером > 4 Гб на устройствах с логическим размером блока !=
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
310 DEV_BSIZE (например CD-ROM и DVD диски).
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
311 Из-за целочисленного 32-х битного переполнения, происходит доступ к дисковому адресу
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
312 по модулю 4 Гб
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
313 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>).
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
314 Проблема отсутствует в SPARC версиях Solaris 8.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
315 </para></listitem>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
316
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
317 <listitem><para>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
318 Похожая ошибка существует в коде файловой системы hsfs(7FS) (ISO9660),
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
319 hsfs может не поддерживать разделы/диски больше 4 Гб, доступ к данным
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
320 происходит по модулю 4 Гб
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
321 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>).
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
322 Проблемы с hsfs могут быть исправлены установкой патча 109764-04 (sparc) /
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
323 109765-04 (x86).
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
324 </para></listitem>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
325 </itemizedlist>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
326 </listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
327 </itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
328 </sect2>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
329
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
330 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
331
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
332 <sect2 id="hp-ux">
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
333 <title>HP-UX</title>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
334
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
335 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
336 Joe Page на своей домашней странице держит подробное
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
337 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
338 по <application>MPlayer</application> на HP-UX, написанное Martin Gansser.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
339 С этими инструкциями сборка должна работать "прямо из коробки".
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
340 Следующая информация взята оттуда.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
341 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
342
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
343 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
344 Вам потребуется GCC 3.4.0 или полее поздней версии, GNU make версии 3.80
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
345 или новее и SDL 1.2.7 или более новый. HP cc не может создать работоспособную
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
346 программу, предыдущие версии GCC глючат. Для функционирования OpenGL
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
347 необходимо установить Mesa, после чего должны заработать драйвера вывода видео
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
348 gl и gl2, хотя, в зависимости от быстродействия CPU, скорость может быть ужасной.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
349 GNU esound является хорошей заменой довольно бедной звуковой системе HP-UX.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
350 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
351
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
352 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
353 Произведите сканирование шины SCSI
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
354 на предмет наличия DVD устройства:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
355
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
356 <screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
357 # ioscan -fn
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
358
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
359 Class I H/W Path Driver S/W State H/W Type Description
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
360 ...
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
361 ext_bus 1 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
362 target 3 8/16/5.2 tgt CLAIMED DEVICE
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
363 disk 4 8/16/5.<emphasis role="bold">2</emphasis>.<emphasis role="bold">0</emphasis> sdisk CLAIMED DEVICE <emphasis role="bold">PIONEER DVD-ROM DVD-305</emphasis>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
364 /dev/dsk/c1t2d0 <emphasis role="bold">/dev/rdsk/c1t2d0</emphasis>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
365 target 4 8/16/5.7 tgt CLAIMED DEVICE
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
366 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
367 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
368 ...
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
369 </screen>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
370
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
371 Вывод показывает, что по адресу 2 шины SCSI находится Pioneer DVD-ROM.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
372 Экземпляр карты для аппаратного пути 8/16 равен 1.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
373 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
374
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
375 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
376 Создайте ссылку от сырого устройства к DVD устройству.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
377
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
378 <screen>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
379 ln -s /dev/rdsk/c<replaceable>&lt;SCSI bus instance&gt;</replaceable>t<replaceable>&lt;SCSI target ID&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable> /dev/<replaceable>&lt;device&gt;</replaceable>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
380 </screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
381 Пример:
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
382 <screen>ln -s /dev/rdsk/c1t2d0 /dev/dvd</screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
383 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
384
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
385 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
386 Далее следуют решения некоторых общих проблем:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
387
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
388 <itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
389 <listitem>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
390 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
391 Крах при запуске с таким сообщением об ошибке:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
392 <screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
393 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
394 --></screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
395 </para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
396 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
397 Это значит, что функция <systemitem>.finite().</systemitem> недоступна в стандартной
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
398 математической библиотеке HP-UX.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
399 Вместо этого используйте <systemitem>.isfinite().</systemitem>.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
400 Решение: Используйте последнюю версию Mesa из репозитория.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
401 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
402 </listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
403
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
404 <listitem>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
405 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
406 Крах при воспроизведении со следующей ошибкой:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
407 <screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
408 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
409 --></screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
410 </para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
411 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
412 Решение: Используйте опцию extralibdir программы configure
32661
4a354cdcf847 Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.
diego
parents: 30633
diff changeset
413 <option>--extra-ldflags="/usr/lib -lrt"</option>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
414 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
415 </listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
416
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
417 <listitem>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
418 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
419 MPlayer вылетает с нарушением сегментации и сообщением вроде этого:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
420 <screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
421 Pid 10166 received a SIGSEGV for stack growth failure.
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
422 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
423 Segmentation fault<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
424 --></screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
425 </para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
426 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
427 Решение:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
428 Ядро HP-UX по-умолчанию для каждого процесса имеет размер стека равный 8MB(?).
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
429 (11.0 и новые патчи для 10.20 позволяют вам увеличить <systemitem>maxssiz</systemitem>
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
430 вплоть до 350MB для 32-х битных программ). Вы должны расширить
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
431 <systemitem>maxssiz</systemitem>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
432 и перекомпилировать ядро (и перезагрузиться). Чтобы сделать это, можно использовать SAM.
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
433 (Находясь в нем, проверьте параметр <systemitem>maxdsiz</systemitem> на предмет
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
434 максимального количества данных, которые могут использоваться программами.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
435 64 Мб по умолчанию может хватить или не хватить в зависимости от Ваших приложений.)
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
436 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
437 </listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
438 </itemizedlist>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
439 </para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
440 </sect2>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
441
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
442 <!-- ********** -->
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
443
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
444 <sect2 id="aix">
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
445 <title>AIX</title>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
446 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
447 <application>MPlayer</application> успешно собирается на AIX 5.1,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
448 5.2, и 5.3, используя GCC 3.3 или новее. Сборка
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
449 <application>MPlayer</application> не проверена на AIX 4.3.3 и более ранних.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
450 Крайне рекомендуется собирать
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
451 <application>MPlayer</application> используя GCC 3.4 или старше, и, как минимум,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
452 GCC 4.0, если собираете на POWER5.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
453 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
454
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
455 <para>
21700
68248f4e3027 Typos, spelling fixes
voroshil
parents: 21634
diff changeset
456 Убедитесь, что используете GNU make
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
457 (<filename>/opt/freeware/bin/gmake</filename>) для сборки
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
458 <application>MPlayer</application>, поскольку столкнетесь с проблемами при
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
459 использовании <filename>/usr/ccs/bin/make</filename>.
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
460 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
461
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
462 <para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
463
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
464 По-прежнему ведется работа над кодом определения CPU.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
465 Проверены следующие архитектуры:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
466 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
467
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
468 <itemizedlist>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
469 <listitem><para>604e</para></listitem>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
470 <listitem><para>POWER3</para></listitem>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
471 <listitem><para>POWER4</para></listitem>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
472 </itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
473
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
474 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
475 На следующих архитектурах не проверялось, но должно работать:
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
476 <itemizedlist>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
477 <listitem><para>POWER</para></listitem>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
478 <listitem><para>POWER2</para></listitem>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
479 <listitem><para>POWER5</para></listitem>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
480 </itemizedlist>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
481 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
482
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
483 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
484 Вывод звука через Ultimedia Services не поддерживается, т.к.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
485 Ultimedia была убрана из AIX 5.1; таким образом, остается единственный
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
486 вариант: использовать драйвер AIX Open Sound system (OSS) от
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
487 4Front Technologies с
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
488 <ulink url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html</ulink>.
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
489 Для некоммерческого использования 4Front Technologies
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
490 распространяет драйвер OSS под AIX 5.1 бесплатно; несмотря на это,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
491 на текущий день нет драйверов вывода звука для AIX 5.2 или 5.3.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
492 drivers for AIX 5.2 or 5.3. Это означает, что сейчас
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
493 <emphasis role="bold">AIX 5.2 и 5.3 несовместимы с выводом звука MPlayer.</emphasis>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
494 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
495
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
496 <para>Решения для общих проблем:</para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
497
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
498 <itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
499 <listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
500 <para>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
501 Если вы столкнулись с такой ошибкой <filename>configure</filename>:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
502 <screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
503 $ ./configure
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
504 ...
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
505 Checking for iconv program ... no
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
506 No working iconv program found, use
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
507 --charset=US-ASCII to continue anyway.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
508 Messages in the GTK-2 interface will be broken then.<!--
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
509 --></screen>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
510 Это из-за того, что AIX использует нестандартные имена кодировок;
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
511 поэтому перекодировка сообщений в данный момент не работает.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
512 Решение - использовать:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
513 <screen>$ ./configure --charset=noconv</screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
514 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
515 </listitem>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
516 </itemizedlist>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
517 </sect2>
28471
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
518
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
519
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
520 <!-- ********** -->
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
521
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
522 <sect2 id="qnx">
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
523 <title>QNX</title>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
524 <para>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
525 Вам нужно скачать и установить SDL для QNX. Затем запустите
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
526 <application>MPlayer</application> с опциями <option>-vo sdl:photon</option>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
527 и <option>-ao sdl:nto</option>, и все будет работать быстро.
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
528 </para>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
529
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
530 <para>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
531 Вывод <option>-vo x11</option> будет ещё медленнее, чем под Linux, поскольку под
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
532 QNX X'ы <emphasis>эмулируются</emphasis>, что ОЧЕНЬ медленно.
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
533 </para>
0be71ee3e7ca partial sync with obsolete section removal
diego
parents: 25939
diff changeset
534 </sect2>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
535 </sect1>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
536
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
537
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
538 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
539
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
540
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
541 <sect1 id="windows">
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
542 <title>Windows</title>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
543
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
544 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
545 Да, <application>MPlayer</application> работает под Windows под
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
546 <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> и
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
547 <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
548 Пока ещё нет официального GUI, но версия командной строки полностью функциональна.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
549 Обратитесь к списку рассылки
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
550 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
551 за помощью и дополнительной информацией.
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
552 Официальные бинарники под Windows могут быть найдены на
23061
66a03a5cf7b6 spelling, wording
voroshil
parents: 22513
diff changeset
553 <ulink url="http://www.mplayerhq.hu/design7/dload.html">странице загрузки</ulink>.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
554 Пакеты установки и простые GUI фронтенды доступны из внешних
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
555 источников, мы собрали их в разделе Windows на
23061
66a03a5cf7b6 spelling, wording
voroshil
parents: 22513
diff changeset
556 <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">нашей
66a03a5cf7b6 spelling, wording
voroshil
parents: 22513
diff changeset
557 странице проектов</ulink>.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
558 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
559
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
560 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
561 При нежелании использовать командную строку поможет простой трюк:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
562 поместите на рабочий стол ссылку, со следующим содержимым в секции execute:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
563 <screen><replaceable>c:\путь\к\</replaceable>mplayer.exe %1</screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
564 Это позволит <application>MPlayer</application> воспроизводить любой фильм,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
565 который вы перетащите на созданный ярлык. Добавьте <option>-fs</option>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
566 для полноэкранного режима.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
567 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
568
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
569 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
570 Лучшие результаты получаются при использовании родного DirectX видео
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
571 вывода (<option>-vo directx</option>). Альтернативой является использование OpenGL или
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
572 SDL, но производительность OpenGL сильно зависит от машины, а SDL на некоторых
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
573 системах искажает видео или вылетает.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
574 Если изображение искажено, попробуйте отключить аппаратное ускорение, указав
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
575 <option>-vo directx:noaccel</option>. Скачайте
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
576 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/win32/dx7headers.tgz">файлы заголовков
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
577 DirectX 7</ulink>, чтобы скомпилировать видео драйвер DirectX. Кроме того,
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
578 вам потребуется установленный DirectX 7, чтобы работал DirectX видеодрайвер.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
579 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
580
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
581 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
582 <link linkend="vidix">VIDIX</link> теперь доступен и под Windows, как
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
583 <option>-vo winvidix</option>, хотя это ещё экспериментально и требует небольшой
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
584 ручной установки. Скачайте
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
585 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> или
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
586 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (с поддержкой MTRR)</ulink>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
587 и скопируйте его в каталог
23285
06358e260e6b r23271: libdha is no more.
voroshil
parents: 23160
diff changeset
588 <filename class="directory">vidix/dhahelperwin</filename> в Вашем дереве
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
589 исходного кода <application>MPlayer</application>'а.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
590 Откройте консоль и перейдите в этот каталог. Теперь наберите
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
591 <screen>gcc -o dhasetup.exe dhasetup.c</screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
592 и запустите
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
593 <screen>dhasetup.exe install</screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
594 под Администратором. Теперь Вам нужно перезагрузить машину.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
595 </para>
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
596
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
597 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
598 Для получения наилучших результатов, <application>MPlayer</application>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
599 должен использовать пространство цветов, аппаратно поддерживаемое Вашей
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
600 видеокартой. К сожалению, многие графические драйверы под Windows ошибочно
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
601 сообщают, что некоторые пространства цветов поддерживаются аппаратно.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
602 Чтобы найти какие именно, попробуйте
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
603 <screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
604 mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>colorspace</replaceable> <replaceable>movie</replaceable>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
605 </screen>,
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
606 где <replaceable>colorspace</replaceable> может быть любым пространством
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
607 цветов из вывода опции <option>-vf format=fmt=help</option>. Если Вы найдёте
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
608 пространство цветов, которое Ваша карта особенно плохо поддерживает,
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
609 опция <option>-vf noformat=<replaceable>colorspace</replaceable></option>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
610 помешает его использованию. Добавьте это в ваш конфигурационный файл, чтобы
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
611 это пространство цветов больше никогда не использовалось.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
612 </para>
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
613
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
614 <para>Существуют специальные пакеты кодеков для Windows, доступные на нашей
23061
66a03a5cf7b6 spelling, wording
voroshil
parents: 22513
diff changeset
615 <ulink url="http://www.mplayerhq.hu/design7/dload.html">странице загрузки</ulink>,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
616 позволяющие воспроизводить форматы, для которых пока нет родной поддержки.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
617 Поместите их куда-нибудь в пути или укажите
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
618 <filename>configure</filename> опцию
20546
d66105346fb9 --with-codecsdir --> --codecsdir
diego
parents: 20514
diff changeset
619 <option>--codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option>
d66105346fb9 --with-codecsdir --> --codecsdir
diego
parents: 20514
diff changeset
620 (или <option>--codecsdir=<replaceable>/path/to/your/codecs</replaceable></option>, но
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
621 только под <application>Cygwin</application>).
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
622 У нас были сообщения о том,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
623 что Real DLL должны быть доступны пользователю, запускающему
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
624 <application>MPlayer</application>, для записи, но только на
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
625 некоторых системах (NT4). Если у Вас проблемы с ними, попробуйте сделать их
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
626 доступными на запись.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
627 </para>
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
628
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
629 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
630 Вы можете воспроизводить VCD, проигрывая <filename>.DAT</filename>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
631 или <filename>.MPG</filename> файлы, которые Windows показывает на VCD.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
632 Вот как это работает (указывайте букву диска Вашего CD-ROM):
12834
c457b1e671a7 Major translation update. Sync, some rewording, etc.
lumag
parents: 11633
diff changeset
633 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
25163
4edeff353edc r25011: a couple of tricks to improve playback resistance and usability of dvb streams
voroshil
parents: 24914
diff changeset
634 В качестве альтернативы вы можете напрямую воспроизводить VCD дорожки, указав:
4edeff353edc r25011: a couple of tricks to improve playback resistance and usability of dvb streams
voroshil
parents: 24914
diff changeset
635 <screen>mplayer vcd://<replaceable>&lt;дорожка&gt;</replaceable> -cdrom-device <replaceable>d:</replaceable>
4edeff353edc r25011: a couple of tricks to improve playback resistance and usability of dvb streams
voroshil
parents: 24914
diff changeset
636 </screen>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
637 DVDs также работают, укажите <option>-dvd-device</option> с буквой Вашего DVD-ROM:
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
638 <screen>
25163
4edeff353edc r25011: a couple of tricks to improve playback resistance and usability of dvb streams
voroshil
parents: 24914
diff changeset
639 mplayer dvd://<replaceable>&lt;title&gt;</replaceable> -dvd-device <replaceable>d:</replaceable>:
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
640 </screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
641 Консоль <application>Cygwin</application>/<application>MinGW</application>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
642 весьма медленная. Перенаправление вывода или
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
643 использование опции <option>-quiet</option> улучшает производительность на
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
644 некоторых системах. Прямой рендеринг (<option>-dr</option>)
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
645 также может помочь. Если воспроизведение
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
646 прерывисто, попробуйте <option>-autosync 100</option>. Если какие-то из этих
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
647 опций Вам помогут, стоит поместить их в конфигурационный файл.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
648 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
649
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
650 <note>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
651
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
652 <para>Если у Вас Pentium 4 и Вы заметили крахи при использовании кодеков RealPlayer,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
653 попробуйте отключить hyperthreading.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
654 </para>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
655 </note>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
656
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
657 <!-- ********** -->
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
658
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
659 <sect2 id="cygwin">
11633
lumag
parents: 11339
diff changeset
660 <title><application>Cygwin</application></title>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
661
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
662 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
663 Для компиляции <application>MPlayer</application> требуется запустить
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
664 <application>Cygwin</application> версии 1.5.0 или старше.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
665 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
666
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
667 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
668 Файлы заголовков DirectX надо распаковать в
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
669 <filename class="directory">/usr/include/</filename> или
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
670 <filename class="directory">/usr/local/include/</filename>.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
671 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
672
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
673 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
674 Вы можете найти инструкции и файлы для запуска SDL под
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
675 <application>Cygwin</application> на
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
676 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">сайте libsdl</ulink>.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
677 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
678 </sect2>
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
679
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
680 <!-- ********** -->
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
681
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
682 <sect2 id="mingw">
11633
lumag
parents: 11339
diff changeset
683 <title><application>MinGW</application></title>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
684
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
685 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
686 Прежде, установка версии <application>MinGW</application>,
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
687 способной скомпилировать <application>MPlayer</application>, была
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
688 сложновата, но сейчас все работает с самого начала. Просто установите
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
689 <application>MinGW</application> 3.1.0 или более новый и MSYS 1.0.9 или старше и
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
690 укажите постустановщику MSYS, что <application>MinGW</application>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
691 установлен.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
692 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
693
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
694 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
695 Распакуйте файлы заголовков DirectX в
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
696 <filename class="directory">/mingw/include/</filename>.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
697 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
698
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
699 <para>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
700 Для поддержки сжатых заголовкоав MOV необходима
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
701 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>, которую
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
702 <application>MinGW</application> по умолчанию не предоставляет.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
703 Сконфигурируйте её, указав <option>--prefix=/mingw</option> и установите
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
704 её до компиляции <application>MPlayer</application>'а.
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
705 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
706
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
707 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
708 Полные инструкции по сборке <application>MPlayer</application> и необходимых
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
709 библиотек могут быть найдены на странице
25939
5d7679358a53 r25770: URL updates for contributed win32 stuff.
voroshil
parents: 25163
diff changeset
710 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/win32/MPlayer-MinGW-Howto.txt">MPlayer MinGW HOWTO</ulink>.
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
711 </para>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
712 </sect2>
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
713 </sect1>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
714
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
715
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
716 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
717
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
718
11633
lumag
parents: 11339
diff changeset
719 <sect1 id="macos">
lumag
parents: 11339
diff changeset
720 <title>Mac OS</title>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
721
11633
lumag
parents: 11339
diff changeset
722 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
723 <application>MPlayer</application> не работает на Mac OS версий меньше 10,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
724 но компилируется "из коробки" на Mac OS X 10.2 и старше. Предпочитаемым компилятором
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
725 является версия Apple GCC 3.x или более позднего. Вы можете получить начальное окружение
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
726 для компиляции, установив Apple'овский
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
727 <ulink url="http://developer.apple.com/tools/download/">Xcode</ulink>.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
728 Если у вас Mac OS X 10.3.9 или выше и QuickTime 7, можете использовать
29210
779281d8cd80 Rename macosx video output driver to corevideo.
diego
parents: 28471
diff changeset
729 драйвер видео вывода <option>corevideo</option>.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
730 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
731
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
732 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
733 К сожалению, основное окружение не позволяет получить преимущество от всех
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
734 приятных возможностей <application>MPlayer</application>. В частности,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
735 чтобы иметь включенную поддержку OSD, потребуются установленные в системе
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
736 библиотеки <systemitem class="library">fontconfig</systemitem>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
737 и <systemitem class="library">freetype</systemitem>.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
738 В отличие от остальных Unix'ов, таких как Linux и клоны BSD, OS X
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
739 не имеет поставляющейся с ОС систему управления пакетами.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
740 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
741
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
742 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
743 Есть как минимум два на выбор:
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
744 <ulink url="http://fink.sourceforge.net/">Fink</ulink> и
20437
b78d2a74623b r20379: Remove doubled -dvd-device information.
voroshil
parents: 19831
diff changeset
745 <ulink url="http://www.macports.org/">MacPorts</ulink>.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
746 Они оба предоставляют одинаковый сервис (т.е. огромное количество пакетов
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
747 для установки, разрешение зависимостей, возможность простой
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
748 установки/обновления/удаления пакетов и т.д.).
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
749 Fink предлагает как предкомпилированные бинарные пакеты, так и сборку
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
750 всего из исходников, в то время как MacPorts предлагает только собирать из
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
751 исходных текстов.
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
752 Автор данного руководства выбрал MacPorts исходя из того простого соображения,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
753 что его базовая установка легче.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
754 Последующие примеры будут основаны на MacPorts.
11633
lumag
parents: 11339
diff changeset
755 </para>
lumag
parents: 11339
diff changeset
756
lumag
parents: 11339
diff changeset
757 <para>
21700
68248f4e3027 Typos, spelling fixes
voroshil
parents: 21634
diff changeset
758 В частности для компиляции <application>MPlayer</application> с поддержкой OSD:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
759 <screen>sudo port install pkgconfig</screen>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
760 Это установит <application>pkg-config</application>, который является системой
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
761 управления флагами компиляции/сборки библиотек.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
762 Скрипт <systemitem>configure</systemitem> программы <application>MPlayer</application>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
763 использует его для правильного обнаружения библиотек.
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
764 Тем же способом можно установить <application>fontconfig</application>:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
765 <screen>sudo port install fontconfig</screen>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
766 Затем можно продолжить, запустив <application>MPlayer</application>'овский
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
767 <systemitem>configure</systemitem> скрипт (задайте переменные окружения
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
768 <systemitem>PKG_CONFIG_PATH</systemitem> и <systemitem>PATH</systemitem> так,
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
769 чтобы <systemitem>configure</systemitem> мог найти библиотеки, установленные
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
770 при помощи MacPorts):
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
771 <screen>
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
772 PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
773 </screen>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
774 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
775
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
776 <!-- ********** -->
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
777
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
778 <sect2 id="osx_gui">
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
779 <title>MPlayer OS X GUI</title>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
780 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
781 Вы можете получить родной GUI для <application>MPlayer</application> вместе с
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
782 предкомпилированными бинарниками <application>MPlayer</application> для Mac OS X
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
783 из проекта
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
784 <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink>, но предупреждаем:
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
785 этот проект давно не развивается.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
786 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
787
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
788 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
789 К счастью, <application>MPlayerOSX</application> был подхвачен членом команды
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
790 <application>MPlayer</application>. Предварительные релизы доступны с нашей
23061
66a03a5cf7b6 spelling, wording
voroshil
parents: 22513
diff changeset
791 <ulink url="http://mplayerhq.hu/dload.html">страницы загрузки</ulink>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
792 и скоро ожидается официальный релиз.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
793 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
794
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
795 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
796 Чтобы самостоятельно собрать <application>MPlayerOSX</application> из
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
797 исходный текстов, вам потребуется
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
798 <systemitem>mplayerosx</systemitem>,
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
799 <systemitem>main</systemitem> и копию
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
800 <systemitem>main</systemitem> SVN модуля, называющегося
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
801 <systemitem>main_noaltivec</systemitem>.
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
802 <systemitem>mplayerosx</systemitem> - это GUI frontend,
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
803 <systemitem>main</systemitem> - это MPlayer, а
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
804 <systemitem>main_noaltivec</systemitem> - это MPlayer собранный без поддержки AltiVec.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
805 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
806
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
807 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
808 Для извлечения модулей из SVN:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
809
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
810 <screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
811 svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
812 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
813 </screen>
11633
lumag
parents: 11339
diff changeset
814 </para>
lumag
parents: 11339
diff changeset
815
lumag
parents: 11339
diff changeset
816 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
817 Чтобы собрать <application>MPlayerOSX</application> потребуется настроить что-то вроде этого:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
818 <screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
819 MPlayer_source_directory
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
820 |
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
821 |--->main (MPlayer Subversion исходники)
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
822 |
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
823 |--->main_noaltivec (MPlayer Subversion исходники, сконфигурированные с --disable-altivec)
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
824 |
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
825 \--->mplayerosx (MPlayer OS X Subversion исходники)
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
826 </screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
827 Сначала надо собрать main и main_noaltivec.
11633
lumag
parents: 11339
diff changeset
828 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
829
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
830 <para>
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 29210
diff changeset
831 Для начала, чтобы добиться максимальной обратной совместимости, установите
22513
8e1736796451 r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
voroshil
parents: 21700
diff changeset
832 переменную окружения:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
833 <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
834 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
835
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
836 <para>
22513
8e1736796451 r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
voroshil
parents: 21700
diff changeset
837 Затем сконфигурируйте:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
838 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
839
11633
lumag
parents: 11339
diff changeset
840 <para>
21700
68248f4e3027 Typos, spelling fixes
voroshil
parents: 21634
diff changeset
841 Если конфигурируете для G4 или более позднего CPU с поддержкой AltiVec,
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
842 делайте так:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
843 <screen>
22513
8e1736796451 r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
voroshil
parents: 21700
diff changeset
844 ./configure --disable-gl --disable-x11
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
845 </screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
846 Если конфигурируете для машины c G3 без AltiVec, используйте:
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
847 <screen>
22513
8e1736796451 r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
voroshil
parents: 21700
diff changeset
848 ./configure --disable-gl --disable-x11 --disable-altivec
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
849 </screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
850 Вам может потребоваться отредактировать <filename>config.mak</filename> и изменить
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
851 <systemitem>-mcpu</systemitem> и <systemitem>-mtune</systemitem>
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
852 с <systemitem>74XX</systemitem> на <systemitem>G3</systemitem>.
11633
lumag
parents: 11339
diff changeset
853 </para>
lumag
parents: 11339
diff changeset
854
lumag
parents: 11339
diff changeset
855 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
856 Продолжайте с
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
857 <screen>make</screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
858 после чего идите в каталог mplayerosx и там наберите:
21525
329b03d67891 r21537: General reformatting round:
voroshil
parents: 20562
diff changeset
859 <screen>make dist</screen>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
860 Это создаст сжатый архив <systemitem>.dmg</systemitem> с котовым к использованию
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
861 бинарником.
11633
lumag
parents: 11339
diff changeset
862 </para>
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
863
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
864 <para>
20514
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
865 Также можно использовать проект <application>Xcode</application> 2.1;
bb605f1ccb4d convert DOCS/ru from koi8r to UTF-8
voroshil
parents: 20437
diff changeset
866 более старый <application>Xcode</application> 1.x больше не работает.
19719
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
867 </para>
f34290cc5f69 Outdated file synced with r19715
voroshil
parents: 17706
diff changeset
868 </sect2>
11633
lumag
parents: 11339
diff changeset
869 </sect1>
10967
056bc716dfa3 New translation file.
lumag
parents:
diff changeset
870 </chapter>