Up to [cvs.NetBSD.org] / pkgsrc / graphics / py-clutter
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Mon Jul 15 02:20:54 2013 UTC (9 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1
lines
FILE REMOVED
Removed python clutter bindings, dead upstream.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 9 01:43:23 2010 UTC (12 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.3: +10 -0
lines
Diff to previous 1.3 (colored)
Update py-cltter to 1.0.2. Overview of changes between 1.0.0 and 1.0.2 =========================================== * Fix an import error of the PyCairo C API [Bastian] * Use the GClosure variants for the Alpha API [Emmanuele] * Update the examples [Bastian, Emmanuele] * Allow iterating over the actors references by clutter.Behaviour instances using the Python iteration syntax [Emmanuele] * Override __str__ and __repr__ slots for clutter.Path [Emmanuele] * Add back clutter.Actor.get_allocation_geometry() which was erroneously removed from the bindings [Emmanuele] * Update the build so that PyClutter works with Clutter 1.2 [Bastian] * Add support for the X11 and GLX specific API, under the clutter.x11 and clutter.glx sub-modules, respectively [Bastian] * Add more (optional) parameters to the clutter.Animation constructor [Bastian] * Add __str__ and __repr__ slots for many boxed types [Bastian] * Add richcompare slot for clutter.Color, clutter.Path and clutter.ActorBox [Bastian] * Allow iterating over a clutter.Path [Bastian] * Allow implementing a clutter.ChildMeta in pure Python [Bastian] * Bind clutter.Units [Bastian] * Allow implementing clutter.Scriptable in pure Python [Bastian] * Use a custom codegen script to fix bug #1827 and allow overriding the Python name of a C method [Bastian] * Add docstrings for all methods [Bastian]
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 26 08:59:22 2009 UTC (13 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.2: +46 -2
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:26 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.1: +1 -7
lines
Diff to previous 1.1 (colored)
Remove @dirrm entries from PLISTs
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 14 15:50:21 2008 UTC (14 years, 1 month ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import py-clutter-0.8.2 as graphics/py-clutter. This package contains the Python modules that allow you to use the Clutter toolkit in Python programs.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 14 15:50:21 2008 UTC (14 years, 1 month ago) by obache
Branch: MAIN
Initial revision