<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/doc/faq, branch 1-rc6</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>What files to delete should be hidden inside automake.</title>
<updated>2004-09-12T16:01:15+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-12T16:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1f5b028c86a58965244c3d034425127c26e72b24'/>
<id>1f5b028c86a58965244c3d034425127c26e72b24</id>
<content type='text'>
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour

CVS patchset: 6965
CVS date: 2004/09/12 16:01:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour

CVS patchset: 6965
CVS date: 2004/09/12 16:01:15

</pre>
</div>
</content>
</entry>
<entry>
<title>doc/faq/Makefile.am:</title>
<updated>2004-09-11T02:07:26+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-09-11T02:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=262d48fca56ac30343785c92a066bdfa8bc17e63'/>
<id>262d48fca56ac30343785c92a066bdfa8bc17e63</id>
<content type='text'>
doc/hackersguide/Makefile.am:
    - Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
    - Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
    - Add suggestion to use make distcheck (See info automake -
      searching for distcheck for a more thorough review of the
      commands ability).

CVS patchset: 6956
CVS date: 2004/09/11 02:07:26

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc/hackersguide/Makefile.am:
    - Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
    - Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
    - Add suggestion to use make distcheck (See info automake -
      searching for distcheck for a more thorough review of the
      commands ability).

CVS patchset: 6956
CVS date: 2004/09/11 02:07:26

</pre>
</div>
</content>
</entry>
<entry>
<title>fix the build errors, sorry for the inconvenience</title>
<updated>2004-09-08T12:59:48+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-08T12:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9ceff89560476055bf00c8c0e89d0f90c1af75de'/>
<id>9ceff89560476055bf00c8c0e89d0f90c1af75de</id>
<content type='text'>
CVS patchset: 6948
CVS date: 2004/09/08 12:59:48

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6948
CVS date: 2004/09/08 12:59:48

</pre>
</div>
</content>
</entry>
<entry>
<title>adding an FAQ entry on the blue screen problem</title>
<updated>2004-09-06T14:01:18+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-06T14:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5c0c3b40c1bf4d2380e702bd7c3fc8903e802393'/>
<id>5c0c3b40c1bf4d2380e702bd7c3fc8903e802393</id>
<content type='text'>
CVS patchset: 6942
CVS date: 2004/09/06 14:01:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6942
CVS date: 2004/09/06 14:01:18

</pre>
</div>
</content>
</entry>
<entry>
<title>autogen.sh:</title>
<updated>2004-09-05T02:14:38+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-09-05T02:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b6194b818abadf3054c9a72df8a72e491507985a'/>
<id>b6194b818abadf3054c9a72df8a72e491507985a</id>
<content type='text'>
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.

CVS patchset: 6939
CVS date: 2004/09/05 02:14:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.

CVS patchset: 6939
CVS date: 2004/09/05 02:14:38

</pre>
</div>
</content>
</entry>
<entry>
<title>Testing the source documentation files manually - the circular dependency is always dropped, even with $(srcdir) != builddir.</title>
<updated>2004-08-25T19:28:50+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-08-25T19:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9f6ed0fb794009567dcfd8d199ef3ef42a83fad0'/>
<id>9f6ed0fb794009567dcfd8d199ef3ef42a83fad0</id>
<content type='text'>
CVS patchset: 6904
CVS date: 2004/08/25 19:28:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6904
CVS date: 2004/08/25 19:28:50

</pre>
</div>
</content>
</entry>
<entry>
<title>fix indentation and readd the "sleep 1" because we must ensure that the</title>
<updated>2004-08-16T15:18:37+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-16T15:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=91d34cd5ca416b490421584e569f40bedb89caf1'/>
<id>91d34cd5ca416b490421584e569f40bedb89caf1</id>
<content type='text'>
source is newer than the target to enforce rebuilding once the tools
have been installed

CVS patchset: 6883
CVS date: 2004/08/16 15:18:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
source is newer than the target to enforce rebuilding once the tools
have been installed

CVS patchset: 6883
CVS date: 2004/08/16 15:18:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems building xine when sgmltools and/or fig2dev are not present.</title>
<updated>2004-08-12T07:26:59+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2004-08-12T07:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b6ff458329367c2c7c3540d584b47dc0144caa4c'/>
<id>b6ff458329367c2c7c3540d584b47dc0144caa4c</id>
<content type='text'>
CVS patchset: 6880
CVS date: 2004/08/12 07:26:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6880
CVS date: 2004/08/12 07:26:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Added two AM_CONDITIONAL for handling if sgmltools and fig2dev are</title>
<updated>2004-08-08T00:34:17+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-08-08T00:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3d1a29736bd6f8197b4e10d54603797f271d3bbc'/>
<id>3d1a29736bd6f8197b4e10d54603797f271d3bbc</id>
<content type='text'>
available. HAVE_SGMLTOOLS is set if sgmltools is installed and
similar HAVE_FIG2DEV set for fig2dev.
Fixed error in 'uninstall' rule in Makefile.in.in in the po/
directory. It was using the $(PACKAGE) variable in the line to remove
the install po libraries. So it was looking for xine-lib.mo in all the
$(localedir)/&lt;catalog&gt;/LC_Messages directory. Switched this to look
for $(LIBNAME).mo files. This change matches the 'install' rule which
names the files libxine1.mo

CVS patchset: 6878
CVS date: 2004/08/08 00:34:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
available. HAVE_SGMLTOOLS is set if sgmltools is installed and
similar HAVE_FIG2DEV set for fig2dev.
Fixed error in 'uninstall' rule in Makefile.in.in in the po/
directory. It was using the $(PACKAGE) variable in the line to remove
the install po libraries. So it was looking for xine-lib.mo in all the
$(localedir)/&lt;catalog&gt;/LC_Messages directory. Switched this to look
for $(LIBNAME).mo files. This change matches the 'install' rule which
names the files libxine1.mo

CVS patchset: 6878
CVS date: 2004/08/08 00:34:17

</pre>
</div>
</content>
</entry>
<entry>
<title>new approach on the SGML problems:</title>
<updated>2004-08-07T15:30:16+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-08-07T15:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=12e358e72e094a2bc192526c374a6bb0ff82e968'/>
<id>12e358e72e094a2bc192526c374a6bb0ff82e968</id>
<content type='text'>
* copy the sgml files from $(srcdir) to . if the one in $(srcdir) is newer
  (if not building to a separate dir, this will be a circular dependency
  which is ignored)
* convert the SGML file inside . if the source is newer than the target and
  sgmltools are available
* if sgmltools are not available, fail during "make dist" or create dummy
  files otherwise (the dummy creation still ensures that the source is newer
  than the target by touching the files, this way the files will be built
  correctly if you install sgmltools later)
* use a clean-docs target during distclean
* advantage: read-only $(srcdir) should work now

CVS patchset: 6877
CVS date: 2004/08/07 15:30:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* copy the sgml files from $(srcdir) to . if the one in $(srcdir) is newer
  (if not building to a separate dir, this will be a circular dependency
  which is ignored)
* convert the SGML file inside . if the source is newer than the target and
  sgmltools are available
* if sgmltools are not available, fail during "make dist" or create dummy
  files otherwise (the dummy creation still ensures that the source is newer
  than the target by touching the files, this way the files will be built
  correctly if you install sgmltools later)
* use a clean-docs target during distclean
* advantage: read-only $(srcdir) should work now

CVS patchset: 6877
CVS date: 2004/08/07 15:30:16

</pre>
</div>
</content>
</entry>
</feed>
