Video-Xine version 0.02
=======================

This is an interface to the Xine library. It was developed as part of
the Video::PlaybackMachine project, and is known to work on i386
machines running Linux kernels 2.6 and above.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  xine-lib, available from http://xinehq.de

In addition, if you wish to actually display video, you probably want:

  X11::FullScreen

which provides a workable, if extremely simple, user interface.

Both of these modules were developed as part of:

  Video::PlaybackMachine

which is an automatic scheduled media display system. OK, a TV station
without the equipment.

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Stephen Nelson

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.

This library is not worth too much without Xine, which is available
under the GNU public license.
