annotate DOCS/xml/en/users-vs-dev.xml @ 10429:3cabc04945c9

sync
author diego
date Mon, 14 Jul 2003 13:25:18 +0000
parents 6b2c6ced772a
children 49b1a67e7381
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <appendix id="users-vs-dev">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <title>Developer cries</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 <sect1 id="gcc-296">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <title>GCC 2.96</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <title>The background:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
11 The GCC <emphasis role="bold">2.95</emphasis> series is an official GNU release and
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 version 2.95.3 of GCC is the most bug-free in that series. We have never
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 noticed compilation problems that we could trace to gcc-2.95.3. Starting
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
14 with Red Hat Linux 7.0, <emphasis role="bold">Red Hat</emphasis> included a heavily
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 patched CVS version of GCC in their distribution and named it
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
16 <emphasis role="bold">2.96</emphasis>. Red Hat included this version in the
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 distribution because GCC 3.0 was not finished at the time, and they needed
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 a compiler that worked well on all of their supported platforms, including
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
19 IA64 and s390. The Linux distributor <emphasis role="bold">Mandrake</emphasis> also
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 followed Red Hat's example and started shipping GCC 2.96 with their
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 Linux-Mandrake 8.0 series.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 <title>The statements:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 The GCC team disclaimed any link with GCC 2.96 and issued an
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 <ulink url="http://gcc.gnu.org/gcc-2.96.html">official response</ulink>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
30 to GCC 2.96. Many developers around the world began having problems with
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 GCC 2.96, and started recommending other compilers. Examples are
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 <ulink url="http://www.mysql.com/downloads/mysql-3.23.html">MySQL</ulink>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 <ulink url="http://avifile.sourceforge.net/news-old1.htm">avifile</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <ulink url="http://www.winehq.com/news/?view=92#RH 7.1 gcc fixes compiler bug">Wine</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 Other interesting links are
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 <ulink url="http://www.atnf.csiro.au/people/rgooch/linux/docs/kernel-newsflash.html">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 Linux kernel news flash about kernel 2.4.17</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
39 and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 <ulink url="http://www.voy.com/3516/572.html">Voy Forum</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 <application>MPlayer</application> also suffered from intermittent problems
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 that were all solved by switching to a different version of GCC. Several
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 projects started implementing workarounds for some of the 2.96 issues, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 we refused to fix other people's bugs, especially since some workarounds
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 may imply a performance penalty.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 You can read about the other side of the story
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 <ulink url="http://www.bero.org/gcc296.html">at this site</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 GCC 2.96 does not allow <literal>|</literal> (pipe) characters in assembler
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 comments because it supports Intel as well as AT&amp;T Syntax and the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 <literal>|</literal> character is a symbol in the Intel variant. The
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 problem is that it <emphasis>silently</emphasis> ignores the whole
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 assembler block. This is supposedly fixed now, GCC prints a warning instead
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 of skipping the block.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 <title>The present:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63 Red Hat says that GCC 2.96-85 and above is fixed. The situation has indeed
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 improved, yet we still see problem reports on our mailing lists that
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 disappear with a different compiler. In any case it does not matter any
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 longer. Hopefully a maturing GCC 3.x will solve the issue for good. If you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 want to compile with 2.96 give the <option>--disable-gcc-checking</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 flag to <filename>configure</filename>. Remember that you are on your own
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
69 and <emphasis role="bold">do not report any bugs</emphasis>. If you do, you will only
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70 get banned from our mailing list because we have had more than enough flame
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 wars over GCC 2.96. Please let the matter rest.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 If you have problems with GCC 2.96, you can get 2.96-85 packages from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77 Red Hat <ulink url="ftp://updates.redhat.com">ftp server</ulink>, or just
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 go for the 3.0.4 packages offered for version 7.2 and later. You can also
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 get <ulink url="ftp://people.redhat.com/jakub/gcc/3.2-10/">gcc-3.2-10 packages</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 (unofficial, but working fine)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 and you can install them along the gcc-2.96 you already have. MPlayer will
10043
89c3480b333c Small corection of mentioned GCC versions.
lumag
parents: 9675
diff changeset
82 detect it and use 3.2 instead of 2.96. If you do not want to or cannot use
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
83 the binary packages, here is how you can compile GCC 3 from source:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
86 <procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
88 Go to the
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
89 <ulink url="http://gcc.gnu.org/mirrors.html">GCC mirrors page</ulink>
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
90 page and download <filename>gcc-core-<replaceable>XXX</replaceable>.tar.gz</filename>
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
91 where <replaceable>XXX</replaceable> is the version number. This includes the complete
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
92 C compiler and is sufficient for <application>MPlayer</application>. If you also want
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
93 C++, Java or some of the other advanced GCC features
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
94 <filename>gcc-<replaceable>XXX</replaceable>.tar.gz</filename> may better suit your needs.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 Extract the archive with
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
98 <screen>tar -xvzf gcc-core-<replaceable>XXX</replaceable>.tar.gz</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 GCC is not built inside the source directory itself like most programs,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 but needs a build directory outside the source directory. Thus you need
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 to create this directory via
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 <screen>mkdir gcc-build</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 Then you can proceed to configure gcc in the build directory, but you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 need the configure from the source directory:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 cd gcc-build
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
111 ../gcc-3.<replaceable>XXX</replaceable>/configure</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 Compile GCC by issuing this command in the build directory:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115 <screen>make bootstrap</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 Now you can install GCC (as root) by typing
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 <screen>make install</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 </procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 <sect1 id="mplayer-binary">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 <title>Binary distribution</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 <application>MPlayer</application> previously contained source from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 OpenDivX project, which disallows binary redistribution.This code has been
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 removed in version 0.90-pre1 and the remaining file <filename>divx_vbr.c</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 that is derived from OpenDivX sources has been put under the GPL by its authors
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 as of version 0.90pre9. You are now welcome to create binary packages as you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 see fit.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 Another impediment to binary redistribution was compiletime optimizations
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
139 for CPU architecture. <application>MPlayer</application> now supports
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 runtime CPU detection (specify the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 <option>--enable-runtime-cpudetection</option> option when compiling). It
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
142 is disabled by default because it implies a small speed sacrifice, it is
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 now possible to create binaries that run on different members of the Intel
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 CPU family.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 <sect1 id="nvidia-opinions">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 <title>nVidia</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 We dislike the fact that <ulink url="http://www.nvidia.com">nVidia</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 only provides binary drivers (for use with XFree86), which are often buggy.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 We have had many reports on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 about problems related to these closed-source drivers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 and their poor quality, instability and poor user and expert support.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 Here is an example from the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 <ulink url="http://www.nvnews.net/forum/showthread.php?s=fda5725bc2151e29453b2da3bd5d2930&amp;threadid=14306">nVidia Linux Forum</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 Many of these problems/issues keep appearing repeatedly.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 We have been contacted by nVidia lately, and they said these bugs do not
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 exist, instability is caused by bad AGP chips, and they received no reports
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164 of driver bugs (like the purple line). So if you have a problem with your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 nVidia card, you are advised to update the nVidia driver and/or buy a new
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 motherboard or ask nVidia to supply open-source drivers. In any case, if
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167 you are using the nVidia binary drivers and facing driver related problems,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 please be aware that you will receive very little help from our side
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 because we have little power to help in this matter.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
171 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
174 <sect1 id="joe-barr">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 <title>Joe Barr</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 Joe Barr became infamous by writing a less than favorable
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <ulink url="http://www.linuxworld.com/site-stories/2001/1214.mplayer.html">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 <application>MPlayer</application> review</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 He found <application>MPlayer</application> hard to install, but then
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 again he is not very fond of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183 <ulink
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 url="http://www.linuxworld.com/linuxworld/lw-2000-06/lw-06-exam.html">reading documentation</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 He also concluded that the developers were unfriendly and the documentation
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 incomplete and insulting. You be the judge.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 He went on to mention <application>MPlayer</application> negatively in his
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 <ulink url="http://www.linuxworld.com/site-stories/2001/1227.predictions.html">10 Linux predictions for 2002</ulink>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 In a followup
10144
6b2c6ced772a no capital X in xine's name
nicolas
parents: 10111
diff changeset
190 <ulink url="http://www.linuxworld.com/site-stories/2002/0125.xine.html">review of xine</ulink>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 he continued stirring up controversy. Ironically at the end of that article
10144
6b2c6ced772a no capital X in xine's name
nicolas
parents: 10111
diff changeset
192 he quotes his exchange with Günter Bartsch, the original author of <application>xine</application>,
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 that perfectly summarizes the whole situation:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
194
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
195 <blockquote><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 However, he also went on to say that he was "surprised" by my column about
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
197 <application>MPlayer</application> and thought it was unfair, reminding me that it is
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
198 a free software project. "If you don't like it," Bartsch said, "you're free not to use it."
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 </para></blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 He does not reply to our mails. His editor does not reply to our mails.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 Here are some quotes from different people about Joe Barr, so you can form
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205 your own opinion:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
206 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
207
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
208 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209 Marc Rassbach has
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210 <ulink url="http://daily.daemonnews.org/view_story.php3?story_id=2102">something to say</ulink>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10048
diff changeset
211 about the man.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 <blockquote><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 You may all remember the LinuxWorld 2000, when he claimed that Linus T said
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
215 that 'FreeBSD is just a handful of programmers'. Linus said NOTHING of the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
216 sort. When Joe was called on this, his reaction was to call BSD supporters
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
217 assholes and jerks.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
218 </para></blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
219 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 A <ulink url="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-December/009118.html">quote</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
223 from Robert Munro on the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
224 <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 mailing list:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 <blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
228 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
229 He's interesting, but not good at avoiding, um... controversy. Joe Barr
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
230 used to be one of the regulars on Will Zachmann's Canopus forum on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
231 Compuserve, years ago. He was an OS/2 advocate then (I was an OS/2 fan
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
232 too).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
233 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
234
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
235 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
236 He used to go over-the-top, flaming people, and I suspect he had some hard
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
237 times, then. He's mellowed some, judging by his columns recently.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
238 Moderately subtle humor was not his mode in those earlier days, not at all.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
239 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
240 </blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
241 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
242
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
243 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
244 </appendix>