pkgsrc/graphics/py-clutter/PLIST
obache 997fc0df78 Update py-clutter to 1.0.0.
Overview of changes between 0.9.2 and 1.0.0
===========================================

* Dropped the in-tree bindings of clutter-gtk and clutter-gst: you will
  have to install pyclutter-gtk and pyclutter-gst respectively to be able
  to import cluttergtk and cluttergst.
* Fixed memory leaks in clutter.Actor.animate [Chideok Hwang]
* Allow accessing child properties for clutter.Container
* Allow iterating over the children of a clutter.Container using the
  native Python iterator support
* Allow creating custom ChildMeta classes from Python
* Mark the classes removed from upstream Clutter as "deprecated"; trying
  to instantiate one of the deprecated classes will result in the equivalent
  class in Clutter 1.0 to be created and a warning printed out on the console
* Override the __repr__ and __str__ methods for clutter.Color: the former
  will print out a string that can be used through eval() to create a copy
  of the color; the latter will print out the hexadecimal representation of
  the color.
* Override the __str__ method of clutter.Event: it will now print more
  information on the event (type, time, source actor) and per-event type
  fields (button, key, related actor, etc.).
* Deprecated clutter.stage_get_default() in favour of an optional argument
  to clutter.Stage(); calling:

        clutter.Stage(default=True)

  will return the default Stage singleton; the default argument is optional
  and it defaults to False.
* Allow passing the following values to methods accepting a clutter.Color:

        - a clutter.Color (e.g.: clutter.Color(255, 0, 0, 255))
        - a 4-tuple of RGBA values (e.g.: (255, 0, 0, 255))
        - a hexadecimal representation of the color (e.g.: '#ff0000ff')

Overview of changes between 0.8.2 and 0.9.2
===========================================

* Require clutter core >= 1.0.0
* Provide better bindings for the Cogl API
* Add more examples ported from the clutter core interactive tests
2009-10-26 08:59:22 +00:00

65 lines
3 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2009/10/26 08:59:22 obache Exp $
include/pyclutter-1.0/pyclutter/pyclutter.h
lib/pkgconfig/pyclutter-1.0.pc
${PYSITELIB}/clutter/__init__.py
${PYSITELIB}/clutter/__init__.pyc
${PYSITELIB}/clutter/__init__.pyo
${PYSITELIB}/clutter/_clutter.la
${PYSITELIB}/clutter/deprecation.py
${PYSITELIB}/clutter/deprecation.pyc
${PYSITELIB}/clutter/deprecation.pyo
${PYSITELIB}/clutter/keysyms.py
${PYSITELIB}/clutter/keysyms.pyc
${PYSITELIB}/clutter/keysyms.pyo
share/gtk-doc/html/pyclutter/ch01.html
share/gtk-doc/html/pyclutter/ch02.html
share/gtk-doc/html/pyclutter/ch03.html
share/gtk-doc/html/pyclutter/ch04.html
share/gtk-doc/html/pyclutter/class-clutteractor.html
share/gtk-doc/html/pyclutter/class-clutteractorbox.html
share/gtk-doc/html/pyclutter/class-clutteralpha.html
share/gtk-doc/html/pyclutter/class-clutterbehaviour.html
share/gtk-doc/html/pyclutter/class-clutterbehaviourdepth.html
share/gtk-doc/html/pyclutter/class-clutterbehaviourellipse.html
share/gtk-doc/html/pyclutter/class-clutterbehaviouropacity.html
share/gtk-doc/html/pyclutter/class-clutterbehaviourpath.html
share/gtk-doc/html/pyclutter/class-clutterbehaviourrotate.html
share/gtk-doc/html/pyclutter/class-clutterbehaviourscale.html
share/gtk-doc/html/pyclutter/class-clutterchildmeta.html
share/gtk-doc/html/pyclutter/class-clutterclonetexture.html
share/gtk-doc/html/pyclutter/class-cluttercolor.html
share/gtk-doc/html/pyclutter/class-cluttercontainer.html
share/gtk-doc/html/pyclutter/class-clutterevent.html
share/gtk-doc/html/pyclutter/class-cluttergeometry.html
share/gtk-doc/html/pyclutter/class-cluttergroup.html
share/gtk-doc/html/pyclutter/class-clutterknot.html
share/gtk-doc/html/pyclutter/class-clutterlistmodel.html
share/gtk-doc/html/pyclutter/class-cluttermedia.html
share/gtk-doc/html/pyclutter/class-cluttermodel.html
share/gtk-doc/html/pyclutter/class-cluttermodeliter.html
share/gtk-doc/html/pyclutter/class-clutterrectangle.html
share/gtk-doc/html/pyclutter/class-clutterscore.html
share/gtk-doc/html/pyclutter/class-clutterscript.html
share/gtk-doc/html/pyclutter/class-clutterscriptable.html
share/gtk-doc/html/pyclutter/class-cluttershader.html
share/gtk-doc/html/pyclutter/class-clutterstage.html
share/gtk-doc/html/pyclutter/class-cluttertext.html
share/gtk-doc/html/pyclutter/class-cluttertexture.html
share/gtk-doc/html/pyclutter/class-cluttertimeline.html
share/gtk-doc/html/pyclutter/class-cluttervertex.html
share/gtk-doc/html/pyclutter/index.html
share/gtk-doc/html/pyclutter/index.sgml
share/gtk-doc/html/pyclutter/pt01.html
share/gtk-doc/html/pyclutter/pt02.html
share/gtk-doc/html/pyclutter/pt03.html
share/gtk-doc/html/pyclutter/pt04.html
share/gtk-doc/html/pyclutter/pyclutter.devhelp
share/gtk-doc/html/pyclutter/style.css
share/pyclutter/1.0/defs/clutter-base-types.defs
share/pyclutter/1.0/defs/clutter-base.defs
share/pyclutter/1.0/defs/clutter-types.defs
share/pyclutter/1.0/defs/clutter.defs
share/pyclutter/1.0/defs/cogl-base-types.defs
share/pyclutter/1.0/defs/cogl-base.defs
share/pyclutter/1.0/defs/cogl-types.defs
share/pyclutter/1.0/defs/cogl.defs