<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/misc, branch 1.1.9</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>Add GPL2 or later copyright notice and license, as Miguel confirmed the license.</title>
<updated>2007-11-10T11:36:23+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-10T11:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=24e67055d23bc8faa37506c23b29312429162780'/>
<id>24e67055d23bc8faa37506c23b29312429162780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address on non-contributed code and COPYING files.</title>
<updated>2007-11-09T17:11:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-11-09T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c8f3cd1faf678b64920ad62f1275b03aae0157a7'/>
<id>c8f3cd1faf678b64920ad62f1275b03aae0157a7</id>
<content type='text'>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For contributed code, leave whatever the version we last synced for is using
to make simpler future syncs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Libs and Cflags between public and private in the pkg-config file.</title>
<updated>2007-04-09T17:57:25+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-09T17:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c552e457732c3c7b84b66ed8548713be52561487'/>
<id>c552e457732c3c7b84b66ed8548713be52561487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable status from all files which shouldn't have it.</title>
<updated>2007-04-06T15:28:01+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-06T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=433a362b6dcff0d02f8181bf75fbeedff09b775f'/>
<id>433a362b6dcff0d02f8181bf75fbeedff09b775f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that all plugins install using xineplug_LTLIBRARIES, avoid grepping</title>
<updated>2007-04-06T15:07:37+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T15:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3445cc5bf8d58dc0fa34eb0e5d12b83617670fda'/>
<id>3445cc5bf8d58dc0fa34eb0e5d12b83617670fda</id>
<content type='text'>
libdir for plugins installation.

With this change, it avoids running an egrep command for every directory
at uninstall time; the for has way less impact as the list can just be
empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libdir for plugins installation.

With this change, it avoids running an egrep command for every directory
at uninstall time; the for has way less impact as the list can just be
empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly use chcon over only xineplug and xinepost libraries.</title>
<updated>2007-04-06T14:24:09+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T14:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8a843e03d0cbdf532f9820e475cff1238b114bb2'/>
<id>8a843e03d0cbdf532f9820e475cff1238b114bb2</id>
<content type='text'>
This reduces the number of objects that are allowed to contain
TEXT section relocations (skipping for instance libxine and the
vidix drivers).

This is still suboptimal because only those plugins that actually
contains text relocation should be allowed to contain them (that
is what is done with IMPURE_TEXT_LDFLAGS for Solaris and Darwin).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces the number of objects that are allowed to contain
TEXT section relocations (skipping for instance libxine and the
vidix drivers).

This is still suboptimal because only those plugins that actually
contains text relocation should be allowed to contain them (that
is what is done with IMPURE_TEXT_LDFLAGS for Solaris and Darwin).
</pre>
</div>
</content>
</entry>
<entry>
<title>Similarly, add a vidix_LTLIBRARIES class to install the vidix drivers in the correct location.</title>
<updated>2007-04-06T14:18:25+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T14:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8d13033d6c84109fff3d2788d9bb844462ad6b8e'/>
<id>8d13033d6c84109fff3d2788d9bb844462ad6b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define a xinepostdir directory to point to the post-plugins path.</title>
<updated>2007-04-06T14:17:04+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-06T14:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7b343f647fa5c44551946b39afdeebe0812c8eb'/>
<id>e7b343f647fa5c44551946b39afdeebe0812c8eb</id>
<content type='text'>
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.

Also add the rule to remove them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Together with this, define a xinepost_LTLIBRARIES class that is used
to install the post-plugins in the correct directory.

Also add the rule to remove them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly uninstall plugins installed through xineplug_LTLIBRARIES.</title>
<updated>2007-04-04T18:43:29+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-04T18:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c94297e3cab7b0be8336dc3ea0276d316c00d39a'/>
<id>c94297e3cab7b0be8336dc3ea0276d316c00d39a</id>
<content type='text'>
As we remove the .la files from libtool, the default uninstall targets
will not work for the plugins, so we have to remove them by hand.
When all the plugins will be migrated to xineplug_LTLIBRARIES, we can
remove the egrep call and that part of the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As we remove the .la files from libtool, the default uninstall targets
will not work for the plugins, so we have to remove them by hand.
When all the plugins will be migrated to xineplug_LTLIBRARIES, we can
remove the egrep call and that part of the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rationalise use of .hgignore, removes a bunch of files that only ignored automake-related files.</title>
<updated>2007-04-03T02:36:40+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-03T02:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c29a5c39d5efb63c713902489571b0b0ab84ca91'/>
<id>c29a5c39d5efb63c713902489571b0b0ab84ca91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
