<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/doc/man, branch 1-rc7</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>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>kicking out so that directory is empty</title>
<updated>2003-01-29T12:14:59+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-01-29T12:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=1333f4828250fa85e5a65f2291b2dfbb0c34e5fe'/>
<id>1333f4828250fa85e5a65f2291b2dfbb0c34e5fe</id>
<content type='text'>
CVS patchset: 4037
CVS date: 2003/01/29 12:14:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4037
CVS date: 2003/01/29 12:14:59

</pre>
</div>
</content>
</entry>
<entry>
<title>auto* fix: pass 1</title>
<updated>2003-01-29T11:10:50+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2003-01-29T11:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=098a9e1144f620e3d975648920384d233dd85ed1'/>
<id>098a9e1144f620e3d975648920384d233dd85ed1</id>
<content type='text'>
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50

</pre>
</div>
</content>
</entry>
<entry>
<title>update toplevel readme, remove all traces of abandoned xine-lib api manpages, remove no-longer-existing dvb_channels from make dist</title>
<updated>2003-01-13T12:28:14+00:00</updated>
<author>
<name>Guenter Bartsch</name>
<email>guenter@users.sourceforge.net</email>
</author>
<published>2003-01-13T12:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=9a11348913e999fc23bfe1dcb463e8a0e9e25686'/>
<id>9a11348913e999fc23bfe1dcb463e8a0e9e25686</id>
<content type='text'>
CVS patchset: 3890
CVS date: 2003/01/13 12:28:14

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 3890
CVS date: 2003/01/13 12:28:14

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated cvscompile.sh to look for configure.ac</title>
<updated>2002-09-19T06:01:18+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-09-19T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd'/>
<id>7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd</id>
<content type='text'>
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
  AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
  is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to &lt;libdir&gt;/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config

CVS patchset: 2705
CVS date: 2002/09/19 06:01:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
  AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
  is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to &lt;libdir&gt;/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config

CVS patchset: 2705
CVS date: 2002/09/19 06:01:18

</pre>
</div>
</content>
</entry>
<entry>
<title>Let cvs ignore a lot of files that are built.</title>
<updated>2002-06-23T16:18:44+00:00</updated>
<author>
<name>Dennis Björklund</name>
<email>dennisbj@users.sourceforge.net</email>
</author>
<published>2002-06-23T16:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=aac8f9c329942d0be3128cdab01083eed067ad2f'/>
<id>aac8f9c329942d0be3128cdab01083eed067ad2f</id>
<content type='text'>
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44

</pre>
</div>
</content>
</entry>
<entry>
<title>Update xine.h doxygen comments. Use constants for aspect ratio in</title>
<updated>2001-10-14T23:19:59+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-10-14T23:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=15d50842081823d2a124f0939cb8595c379c746f'/>
<id>15d50842081823d2a124f0939cb8595c379c746f</id>
<content type='text'>
vo drivers.

CVS patchset: 812
CVS date: 2001/10/14 23:19:59

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vo drivers.

CVS patchset: 812
CVS date: 2001/10/14 23:19:59

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props.</title>
<updated>2001-10-05T13:41:53+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-10-05T13:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2f0db17cc0d942fffa715d8d686721ce557f307c'/>
<id>2f0db17cc0d942fffa715d8d686721ce557f307c</id>
<content type='text'>
CVS patchset: 738
CVS date: 2001/10/05 13:41:53

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 738
CVS date: 2001/10/05 13:41:53

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove es man page.</title>
<updated>2001-09-20T13:22:47+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-09-20T13:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b3218cd35b6d84a9547e21910189d23bc867557d'/>
<id>b3218cd35b6d84a9547e21910189d23bc867557d</id>
<content type='text'>
CVS patchset: 675
CVS date: 2001/09/20 13:22:47

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 675
CVS date: 2001/09/20 13:22:47

</pre>
</div>
</content>
</entry>
<entry>
<title>translation from Alfredo J Delaiti</title>
<updated>2001-09-20T10:16:01+00:00</updated>
<author>
<name>Heiko Schaefer</name>
<email>heikos@users.sourceforge.net</email>
</author>
<published>2001-09-20T10:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ba880b5d293d59c2c556d6563ee93cc491d1e8e9'/>
<id>ba880b5d293d59c2c556d6563ee93cc491d1e8e9</id>
<content type='text'>
CVS patchset: 673
CVS date: 2001/09/20 10:16:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 673
CVS date: 2001/09/20 10:16:01

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