<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/m4, branch vdr-xine-version-802</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>Merge from 1.1.</title>
<updated>2008-03-04T16:00:23+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-03-04T16:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b25c91e086a5bef47dfae5838b1e149084dfca47'/>
<id>b25c91e086a5bef47dfae5838b1e149084dfca47</id>
<content type='text'>
--HG--
rename : src/libffmpeg/ff_dvaudio_decoder.c =&gt; src/combined/ffmpeg/ff_dvaudio_decoder.c
rename : src/libffmpeg/ff_video_decoder.c =&gt; src/combined/ffmpeg/ff_video_decoder.c
rename : src/libffmpeg/ffmpeg_decoder.h =&gt; src/combined/ffmpeg/ffmpeg_decoder.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/libffmpeg/ff_dvaudio_decoder.c =&gt; src/combined/ffmpeg/ff_dvaudio_decoder.c
rename : src/libffmpeg/ff_video_decoder.c =&gt; src/combined/ffmpeg/ff_video_decoder.c
rename : src/libffmpeg/ffmpeg_decoder.h =&gt; src/combined/ffmpeg/ffmpeg_decoder.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for ffmpeg's include directory style to 1.2 autotools.</title>
<updated>2008-03-01T01:53:23+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-03-01T01:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=344d6df02ac4d1ed1214ead4f3419405ee699177'/>
<id>344d6df02ac4d1ed1214ead4f3419405ee699177</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove --with-external-libfoo for options that have --enable-foo, and replace those with --enable-foo=external.</title>
<updated>2008-02-10T14:40:08+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-02-10T14:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=30ed4f400f979adade61ca362377502464bee47a'/>
<id>30ed4f400f979adade61ca362377502464bee47a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix summary output for external libdts.</title>
<updated>2008-02-10T14:39:37+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-02-10T14:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b1c04841c72f050189af140c396729a316aedc4d'/>
<id>b1c04841c72f050189af140c396729a316aedc4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make xine-config --version parsing more robust</title>
<updated>2008-02-09T16:54:22+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2008-02-09T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=dae0b9aa3ace07691519827151cffe667602d341'/>
<id>dae0b9aa3ace07691519827151cffe667602d341</id>
<content type='text'>
I think there's quite a bit more room for improvement in the sed expression:

1) The expression is not bound to start/end of line, and will thus pass
possible leading/trailing garbage through.

2) It uses plain "." (== any character as far as sed is concerned) where it
appears to search for the literal ".".

3) The whole "xine-config --version" output is assigned to all
xine_config_*_version vars if there's no match. I think more intuitive would
be them to be empty if parsing fails.

4) It uses * (0 or more) for matching digit sequences, where I think + (1 or
more) would be desirable.

This patch should fix issues 1 to 3. I suppose for 4) it would additionally
take only replacing the first three "*" with "\+" but IIRC there are some
portability issues related to "+" between different sed versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think there's quite a bit more room for improvement in the sed expression:

1) The expression is not bound to start/end of line, and will thus pass
possible leading/trailing garbage through.

2) It uses plain "." (== any character as far as sed is concerned) where it
appears to search for the literal ".".

3) The whole "xine-config --version" output is assigned to all
xine_config_*_version vars if there's no match. I think more intuitive would
be them to be empty if parsing fails.

4) It uses * (0 or more) for matching digit sequences, where I think + (1 or
more) would be desirable.

This patch should fix issues 1 to 3. I suppose for 4) it would additionally
take only replacing the first three "*" with "\+" but IIRC there are some
portability issues related to "+" between different sed versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SyncFB video output plugin, and related documentation and code.</title>
<updated>2008-01-17T19:25:53+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-01-17T19:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2b3df508106c0cf311132baeab89a2049fe22a77'/>
<id>2b3df508106c0cf311132baeab89a2049fe22a77</id>
<content type='text'>
Matthias Dahl, the last maintainer of the code, confirms that the needed Linux kernel module is not building anymore, and thus this is unusable.
Please consider using VIDIX or DirectFB instead, which should both work fine with Matrox cards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Matthias Dahl, the last maintainer of the code, confirms that the needed Linux kernel module is not building anymore, and thus this is unusable.
Please consider using VIDIX or DirectFB instead, which should both work fine with Matrox cards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libdts vs dts to avoid building libdca.</title>
<updated>2008-01-16T19:28:21+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-01-16T19:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d4422c12b810ff9af859ed141f064e137f6bf3be'/>
<id>d4422c12b810ff9af859ed141f064e137f6bf3be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test for external dts that caused internal copy to be used instead.</title>
<updated>2008-01-15T16:01:37+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2008-01-15T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c5cfb81f1de09183e045568e7b72e47d43733b36'/>
<id>c5cfb81f1de09183e045568e7b72e47d43733b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement --enable-vdr for configure.</title>
<updated>2008-01-01T09:35:07+00:00</updated>
<author>
<name>Reinhard Nißl</name>
<email>rnissl@gmx.de</email>
</author>
<published>2008-01-01T09:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3ebd29271aee0665b759a7ba48fb3a343282fd0b'/>
<id>3ebd29271aee0665b759a7ba48fb3a343282fd0b</id>
<content type='text'>
Previously, the vdr plugins were only built when DVB was enabled,
but I think it would be nice to allow to build them even on non
Linux OS'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the vdr plugins were only built when DVB was enabled,
but I think it would be nice to allow to build them even on non
Linux OS'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LDFLAGS test so that -Wl,-z,defs is found correctly again.</title>
<updated>2007-12-12T10:28:10+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-12-12T10:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a57fad12b7e14a63ded225860b5c3338559058ab'/>
<id>a57fad12b7e14a63ded225860b5c3338559058ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
