<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-utils, branch 1-rc6a</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>Moved building xmlparser.c back to xine-utils Makefile from xine-engine Makefile</title>
<updated>2004-09-14T20:54:21+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2004-09-14T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ae10c5de672de5d27714a54862a910566dd2da14'/>
<id>ae10c5de672de5d27714a54862a910566dd2da14</id>
<content type='text'>
CVS patchset: 6970
CVS date: 2004/09/14 20:54:21

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6970
CVS date: 2004/09/14 20:54:21

</pre>
</div>
</content>
</entry>
<entry>
<title>including &lt;unistd.h&gt;, which has been removed from the global headers</title>
<updated>2004-09-12T19:23:36+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-09-12T19:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8033da767dbbecc06c2fc19546cf5d1b762768bf'/>
<id>8033da767dbbecc06c2fc19546cf5d1b762768bf</id>
<content type='text'>
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6968
CVS date: 2004/09/12 19:23:36

</pre>
</div>
</content>
</entry>
<entry>
<title>Updates:</title>
<updated>2004-09-06T18:34:37+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-09-06T18:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=261088452aebcd55874ba9cfdea8bbc6534122a0'/>
<id>261088452aebcd55874ba9cfdea8bbc6534122a0</id>
<content type='text'>
 - usability MSVC for frontends
 - remove unistd.h from public headers
 - add configure option "--with-dxheaders"
 - install .def file under WIN32
 - MSVC port update (some people might want it)

CVS patchset: 6944
CVS date: 2004/09/06 18:34:37

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - usability MSVC for frontends
 - remove unistd.h from public headers
 - add configure option "--with-dxheaders"
 - install .def file under WIN32
 - MSVC port update (some people might want it)

CVS patchset: 6944
CVS date: 2004/09/06 18:34:37

</pre>
</div>
</content>
</entry>
<entry>
<title>Warnings on WIN32.</title>
<updated>2004-09-02T19:56:40+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-09-02T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=73a6e175cd0f0a27364d3b56b6c9cb2eca16414c'/>
<id>73a6e175cd0f0a27364d3b56b6c9cb2eca16414c</id>
<content type='text'>
Compilation fix for CygWin.

CVS patchset: 6932
CVS date: 2004/09/02 19:56:40

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compilation fix for CygWin.

CVS patchset: 6932
CVS date: 2004/09/02 19:56:40

</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements and implementing Michael's suggestions:</title>
<updated>2004-09-01T18:19:49+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-09-01T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ebdf62cd13f7976890cbf3703571fc55a20df47e'/>
<id>ebdf62cd13f7976890cbf3703571fc55a20df47e</id>
<content type='text'>
 - new flags added at the end, so the users can override them properly
 - removed X11 libs and cflags from xine-config and libxine.pc
 - removed replacing for setenv (thanks to Robin for the hint)
 - better way for temporary disabling of w32dll module
 - data directories will be different on Windows
 - force installing catalogs with translation into XINE_LOCALEDIR
 - timer linked in xine-engine (just central place for linking such stuff)
 - adjusted load_plugins and remove reduntant WIN32 conditionals
 - removed unused $(lib_thr)

CVS patchset: 6927
CVS date: 2004/09/01 18:19:49

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - new flags added at the end, so the users can override them properly
 - removed X11 libs and cflags from xine-config and libxine.pc
 - removed replacing for setenv (thanks to Robin for the hint)
 - better way for temporary disabling of w32dll module
 - data directories will be different on Windows
 - force installing catalogs with translation into XINE_LOCALEDIR
 - timer linked in xine-engine (just central place for linking such stuff)
 - adjusted load_plugins and remove reduntant WIN32 conditionals
 - removed unused $(lib_thr)

CVS patchset: 6927
CVS date: 2004/09/01 18:19:49

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the way the library path is supplied when testing for libdga. Disable compilation of win32/contrib/setenv.c on non-Win32 platforms (I don't see why it's necessary at all as we have xine_setenv). Front-ends use symbols in src/xine-utils but these aren't being exported in libxine.so because they come from an internal archive library. Compile xmlparser.c in src/xine-engine/Makefile.am for now (is there a better solution?).</title>
<updated>2004-08-30T00:55:18+00:00</updated>
<author>
<name>Robin KAY</name>
<email>komadori@users.sourceforge.net</email>
</author>
<published>2004-08-30T00:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a5171860bcd55e56bacec9894c31c89d6b683494'/>
<id>a5171860bcd55e56bacec9894c31c89d6b683494</id>
<content type='text'>
CVS patchset: 6917
CVS date: 2004/08/30 00:55:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6917
CVS date: 2004/08/30 00:55:18

</pre>
</div>
</content>
</entry>
<entry>
<title>MINGW32 port. Engine library and most of plugins compiles now.</title>
<updated>2004-08-27T19:33:17+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-08-27T19:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e46ac635c2c28d80706f02f239bb847c7e48c34b'/>
<id>e46ac635c2c28d80706f02f239bb847c7e48c34b</id>
<content type='text'>
List of some changes:
 - replaced some _MSC_VER by more common WIN32
 - define INTLDIR, remove -static flag for included intl
 - shared more common CFLAGS with DEBUG_CFLAGS
 - use WIN32_CFLAGS for all building
 - separate some flags into THREAD_CFLAGS_CONFIG,
   THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
   automatically use internal libs if necessary
 - don't warn about missing X for mingw and cygwin
 - libw32dll disabled for WIN32 (making native loader would be
   interesting, or porting wine code to Windows? :-&gt;)
 - DVB and RTP disabled for WIN32, not ported yet
 - fix build and fix a warning in cdda
 - fix build for nosefart and libfaad
 - implement configure option --disable-freetype
 - sync libxine.pc and xine-config.in
 - add -liberty to goom under WIN32
 - move original build files from included phread and zlib into archives
   and replace them by autotools

CVS patchset: 6910
CVS date: 2004/08/27 19:33:17

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List of some changes:
 - replaced some _MSC_VER by more common WIN32
 - define INTLDIR, remove -static flag for included intl
 - shared more common CFLAGS with DEBUG_CFLAGS
 - use WIN32_CFLAGS for all building
 - separate some flags into THREAD_CFLAGS_CONFIG,
   THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
   automatically use internal libs if necessary
 - don't warn about missing X for mingw and cygwin
 - libw32dll disabled for WIN32 (making native loader would be
   interesting, or porting wine code to Windows? :-&gt;)
 - DVB and RTP disabled for WIN32, not ported yet
 - fix build and fix a warning in cdda
 - fix build for nosefart and libfaad
 - implement configure option --disable-freetype
 - sync libxine.pc and xine-config.in
 - add -liberty to goom under WIN32
 - move original build files from included phread and zlib into archives
   and replace them by autotools

CVS patchset: 6910
CVS date: 2004/08/27 19:33:17

</pre>
</div>
</content>
</entry>
<entry>
<title>protect buffer</title>
<updated>2004-07-25T17:47:01+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2004-07-25T17:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e7e06fffe8992cf912b62c8d6bf51581647471b1'/>
<id>e7e06fffe8992cf912b62c8d6bf51581647471b1</id>
<content type='text'>
CVS patchset: 6854
CVS date: 2004/07/25 17:47:01

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6854
CVS date: 2004/07/25 17:47:01

</pre>
</div>
</content>
</entry>
<entry>
<title> - Use Windows encoding for the external subtitles, guessed according to current locale.</title>
<updated>2004-07-14T18:51:29+00:00</updated>
<author>
<name>František Dvořák</name>
<email>valtri@users.sourceforge.net</email>
</author>
<published>2004-07-14T18:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=3203837244ab96fe3c251a383e5fe4d352e8b3cc'/>
<id>3203837244ab96fe3c251a383e5fe4d352e8b3cc</id>
<content type='text'>
 - Add "-" into encoding names.
 - Fix a typo.

CVS patchset: 6793
CVS date: 2004/07/14 18:51:29

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Add "-" into encoding names.
 - Fix a typo.

CVS patchset: 6793
CVS date: 2004/07/14 18:51:29

</pre>
</div>
</content>
</entry>
<entry>
<title>setjmp/longjmp support for Darwin/PPC</title>
<updated>2004-07-05T08:33:53+00:00</updated>
<author>
<name>Daniel Mack</name>
<email>zonque@users.sourceforge.net</email>
</author>
<published>2004-07-05T08:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=28323078a90c7f73a4f01195e345ddb83501b598'/>
<id>28323078a90c7f73a4f01195e345ddb83501b598</id>
<content type='text'>
CVS patchset: 6774
CVS date: 2004/07/05 08:33:53

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 6774
CVS date: 2004/07/05 08:33:53

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