* new parser base class: GstBaseParse
* new core element: funnel
* OSX multi-arch fixes
* new QoS type for QoS events
* new progress message API to notify applications of asynchronous operations
port actually uses the gconf2-sanity-check-2 binary (which brings the
gtk+ dependency), namely gnome-session.
So, subpackage gconf2-sanity-check-2 into its own package.
discussed with and ok jasper@
tweak & ok mk@.
Coccinelle is a program matching and transformation engine which
provides the language SmPL (Semantic Patch Language) for specifying
desired matches and transformations in C code.
Coccinelle was initially targeted towards performing collateral
evolutions in Linux. Such evolutions comprise the changes that are
needed in client code in response to evolutions in library APIs, and may
include modifications such as renaming a function, adding a function
argument whose value is somehow context-dependent, and reorganizing a
data structure.
Beyond collateral evolutions, Coccinelle is successfully used (by INRIA
and others) for finding and fixing bugs in systems code.
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was
originally based on KHTMLW, part of the KDE project, but is now being
developed independently.
ok aja@
gnome-keyring is a program that keep password and other secrets for
users. It is run as a daemon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.
ok jasper@
DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.
OK landry@