Age | Commit message (Collapse) | Author | Files | Lines |
|
Frisian dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
English (South Africa) dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
English (New Zealand) dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
English (Canada) dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
Greek dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
Welsh dictionary for hunspell.
Package contributed by Peter Kotcauer <kocka at irssi dot hu>
|
|
many fixes and improvements, too much to list here, see the ChangeLog
|
|
changes:
-bugfixes
-added IPv6 support for mdns/avahi
-translation updates
|
|
changes:
-minor fixes
-translation updates
pkgsrc note: build against newer gnutls was fixed, don't need the
libgnutls-config hack anymore
|
|
this switches to the "super stable" branch which is the only one
where tarballs are distributed of,
too many changes to list here, the most notable recent one is that the
recent expat DOS vulnerability was fixed, as were some portability
issues which caused problems on NetBSD
|
|
|
|
|
|
default set to 2.6 (problem reported by wiz)
|
|
|
|
|
|
* Fix module's version was still "0.4.1".
Bump PKGREVISION.
|
|
This switches to the gnome-2.28 release branch.
pkgsrc changes:
-depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used
by some gnome pkgs (should fix PR pkg/42233 by Robert Elz)
-prepare to call xsltproc with the -nonet option
(commented out for now because it makes xsltproc fail even if no network
accesses are necessary, needs investigation)
|
|
|
|
makes sure the tool is called with the "--nonet" option, keeping
it from using http or ftp to resolve references in xml files
(unfortunately it doesn't work as intended yet)
|
|
needed for some gnome documentation builds
|
|
this adds version 4.5 of the dtds/schemas (used by some newer gnome pkgs)
|
|
|
|
|
|
|
|
Clutter-Qt is a library providing facilities to integrate Clutter into Qt
applications. It provides a Qt widget, ClutterQt, for embedding the
default ClutterStage into any parent QtWidget.
|
|
|
|
|
|
|
|
|
|
|
|
+ clutter08-gtk
|
|
|
|
(checked for in the gtk-vnc build, but not useful there, so I only
add it in the hope that it is of use somewhere else)
|
|
This switches to the gnome-2.28 release branch.
|
|
changes:
-bugfixes
-Support SASL authentication extension
-API and UI improvements
-translation updates
|
|
|
|
|
|
From Matthias Pfaller.
|
|
This switches to the gnome-2.28 release branch.
|
|
This switches to the gnome-2.28 release branch.
compile-tested only
(The old one didn't build anymore as reported by wiz.)
|
|
|
|
bump the package revision.
|
|
|
|
|
|
|
|
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
|
|
|
|
Clutter 1.001
=============
* Add Clutter::Cogl::Pango API bindings
* Fix a segmentation fault when parsing path nodes of type 'close'
* Add Clutter::Path::foreach() and Clutter::Path::to_cairo_path()
* Allow constructing Clutter::Path objects both by using the stringified
SVG notation and by using lists of Clutter::PathNode objects
* Add more units to the test suite, covering Clutter::Path and Clutter::Event
* Fully document Clutter::Path
* Add an example of a Clutter::Container implementation
* Improve documentation
Clutter 1.000
=============
* First developers snapshot of the Clutter Perl bindings
* Depend on Clutter 1.0.0
* Drop the clutter-gtk, clutter-gst and clutter-cairo bindings
* Add more COGL bindings under Clutter::Cogl
* Port more examples from Clutter to Perl
* Provide more C API for bindings based on perl-Clutter
* Add ParamSpec bindings for colors and units
|
|
|
|
clutter-gst 0.10.0 (29/07/2009)
===============================================================================
* list of changes since 0.9.0
o Requires stable Clutter 1.0.0
|