Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > fd42a08ed9904e00e896f40521a2e84e > files > 11

pyclutter-gst-1.0.0-1.fc13.i686.rpm

PyClutter-Gst
=============

This archive provides Python bindings for the Clutter-GStreamer integration
library.

Requirements:
-------------

  * Python 2.5.0 or higher
  * Clutter >= 1.0.0
  * Clutter-Gst >= 1.0.0
  * PyClutter >= 1.0.0
  * GStreamer >= 0.10
  * Gst-Python >= 0.10


Release notes for PyClutter-Gst 1.0.0
--------------------------------------
This module was split out of PyClutter after 0.9.2 release. See the
ChangeLog of PyClutter for historical changes.

For using the cluttergst module you must import it before importing the
clutter and the gst module.

 import cluttergst
 import clutter
 import gst


Copyright and License
---------------------

Copyright (C) 2006      OpenedHand Ltd
Copyright (C) 2008      Intel Corporation

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Library General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for more
details.

You should have received a copy of the GNU Library General Public License along
with this library; if not, write to the Free Software Foundation, Inc., 59
Temple Place - Suite 330, Boston, MA  02111-1307  USA.