<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/misc, branch 1-alpha1</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>Update specfile for next xine-release</title>
<updated>2002-11-09T14:58:37+00:00</updated>
<author>
<name>Manfred Tremmel</name>
<email>manfredtremmel@users.sourceforge.net</email>
</author>
<published>2002-11-09T14:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b25cefbefa78c132441b4121b154ef0ea11232a9'/>
<id>b25cefbefa78c132441b4121b154ef0ea11232a9</id>
<content type='text'>
CVS patchset: 3210
CVS date: 2002/11/09 14:58:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3210
CVS date: 2002/11/09 14:58:37

</pre>
</div>
</content>
</entry>
<entry>
<title>To build xine-lib now from cvs you run: autogen.sh</title>
<updated>2002-11-04T00:37:18+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-04T00:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2ebab9ec4a93cf17ab2c781425e13816f1af08e4'/>
<id>2ebab9ec4a93cf17ab2c781425e13816f1af08e4</id>
<content type='text'>
You would do: autogen.sh &lt;configure flags&gt; or autogen &lt;shortcut&gt;
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with &lt;configure flags&gt; or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.

CVS patchset: 3180
CVS date: 2002/11/04 00:37:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You would do: autogen.sh &lt;configure flags&gt; or autogen &lt;shortcut&gt;
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with &lt;configure flags&gt; or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.

CVS patchset: 3180
CVS date: 2002/11/04 00:37:18

</pre>
</div>
</content>
</entry>
<entry>
<title>Ugly hack for ensure automake-1.6 is used first before using the default 'automake'. We need to make these one file.</title>
<updated>2002-11-03T14:43:04+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-03T14:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=030fbf68c456e93c1fe93b616edf68ad4eccc8de'/>
<id>030fbf68c456e93c1fe93b616edf68ad4eccc8de</id>
<content type='text'>
CVS patchset: 3165
CVS date: 2002/11/03 14:43:04

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3165
CVS date: 2002/11/03 14:43:04

</pre>
</div>
</content>
</entry>
<entry>
<title>Latest fixes from Manfred.</title>
<updated>2002-11-03T01:46:38+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-11-03T01:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3020f4893918598c24daef738651281ce9b5615b'/>
<id>3020f4893918598c24daef738651281ce9b5615b</id>
<content type='text'>
CVS patchset: 3162
CVS date: 2002/11/03 01:46:38

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3162
CVS date: 2002/11/03 01:46:38

</pre>
</div>
</content>
</entry>
<entry>
<title>Thanks to Siggi, Bastien, and Robin for their help.</title>
<updated>2002-11-02T21:53:00+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-02T21:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1ab6bbe3a79897d0198847d95f63d682c35eccdc'/>
<id>1ab6bbe3a79897d0198847d95f63d682c35eccdc</id>
<content type='text'>
Used dlopen to grab reference to XvQueryExtension.
Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed.
(still need work here)
Removed X11 libs from xine-config flag (--libs)

CVS patchset: 3156
CVS date: 2002/11/02 21:53:00

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used dlopen to grab reference to XvQueryExtension.
Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed.
(still need work here)
Removed X11 libs from xine-config flag (--libs)

CVS patchset: 3156
CVS date: 2002/11/02 21:53:00

</pre>
</div>
</content>
</entry>
<entry>
<title>Forgotten changes from Manfred.</title>
<updated>2002-11-02T20:45:02+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-11-02T20:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=625eb943505919e47a64289336a27c26c0d27788'/>
<id>625eb943505919e47a64289336a27c26c0d27788</id>
<content type='text'>
CVS patchset: 3153
CVS date: 2002/11/02 20:45:02

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3153
CVS date: 2002/11/02 20:45:02

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove any desktop ref.</title>
<updated>2002-11-02T19:58:57+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-11-02T19:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ef2b0868fef9269b84483d047c2e4ffe47ce4c12'/>
<id>ef2b0868fef9269b84483d047c2e4ffe47ce4c12</id>
<content type='text'>
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57

</pre>
</div>
</content>
</entry>
<entry>
<title>  Added @X_LIBS@ @XV_LIB@ -lXext to --libs flag. Required to meet xine</title>
<updated>2002-11-02T02:56:29+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-11-02T02:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7d484bae58ca5597162a553fe59aa765365bd07'/>
<id>e7d484bae58ca5597162a553fe59aa765365bd07</id>
<content type='text'>
  dependencies when checking for the detection of xine-lib.

CVS patchset: 3134
CVS date: 2002/11/02 02:56:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  dependencies when checking for the detection of xine-lib.

CVS patchset: 3134
CVS date: 2002/11/02 02:56:29

</pre>
</div>
</content>
</entry>
<entry>
<title>specfile update by Manfred Tremmel</title>
<updated>2002-10-27T16:27:52+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2002-10-27T16:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e649c5881e84fe2f840cecee55f67b6042576d2b'/>
<id>e649c5881e84fe2f840cecee55f67b6042576d2b</id>
<content type='text'>
CVS patchset: 3043
CVS date: 2002/10/27 16:27:52

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3043
CVS date: 2002/10/27 16:27:52

</pre>
</div>
</content>
</entry>
<entry>
<title>AUTHORS:</title>
<updated>2002-10-20T02:17:36+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-20T02:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=07803fea4ffca299c39a7e427521614e96519c69'/>
<id>07803fea4ffca299c39a7e427521614e96519c69</id>
<content type='text'>
Added myself to AUTHORS
configure.ac:
Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag
is added later depending on architecture of CPU.
include/xine.h.in:
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.h:
src/xine-utils/xine_check.c:
misc/xine-config.in:
Moved some of the system checks from xine-config.in to xine_check.c. Now
some of the checks are written in C instead of shell script. This is the
first beta/bleeding edge/kick the tires/it might break for you version.
It works for me (Intel P3). It will report to the stdout your kernel version,
MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok,
symbolic link for DVD is ok, and if environment variable "DISPLAY" is
set. It will later support telling if DMA is turned on for IDE based DVD
drives (Need help here - see below) and XVinfo.
DMA: &lt;HELP REQUIRED&gt;: DMA is successfully check but I cannot determine
that from the /dev/dvd symbolic link for those DVD drives that need to
use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set
if I hard code the link into the code (obviously not a prime choice).
So if any solutions are known please pass them along.
misc/Makefile.am:
misc/xine-config.in:
src/xine-engine/Makefile.am:
Removed xine_logo information from xine-lib. Please let me know if I
missed anyting.

CVS patchset: 2869
CVS date: 2002/10/20 02:17:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added myself to AUTHORS
configure.ac:
Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag
is added later depending on architecture of CPU.
include/xine.h.in:
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.h:
src/xine-utils/xine_check.c:
misc/xine-config.in:
Moved some of the system checks from xine-config.in to xine_check.c. Now
some of the checks are written in C instead of shell script. This is the
first beta/bleeding edge/kick the tires/it might break for you version.
It works for me (Intel P3). It will report to the stdout your kernel version,
MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok,
symbolic link for DVD is ok, and if environment variable "DISPLAY" is
set. It will later support telling if DMA is turned on for IDE based DVD
drives (Need help here - see below) and XVinfo.
DMA: &lt;HELP REQUIRED&gt;: DMA is successfully check but I cannot determine
that from the /dev/dvd symbolic link for those DVD drives that need to
use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set
if I hard code the link into the code (obviously not a prime choice).
So if any solutions are known please pass them along.
misc/Makefile.am:
misc/xine-config.in:
src/xine-engine/Makefile.am:
Removed xine_logo information from xine-lib. Please let me know if I
missed anyting.

CVS patchset: 2869
CVS date: 2002/10/20 02:17:36

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