This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
What's new in at-spi-1.24.0:
* Bugfixes: #535827.
* Translation update.
What's new in at-spi-1.23.92:
* Bugfixes: #551334.
What's new in at-spi-1.23.91:
* Bugfixes: #548559, #350552, #547875.
* Translation update from Seán de Búrca, Hendrik Richter, Goran Rakic,
Runa Bhattacharjee, Djihed Afifi.
What's new in at-spi-1.23.6:
* Bugfixes: #436579, #545849.
What's new in at-spi-1.23.5:
* Bugfixes: #541119, #435833, #524806, #542217.
What's new in at-spi-1.23.3:
* Bugfixes: #532887, #498668, #431053, #451553, #520490, #521667, #522356.
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
This switches to the new gnome-2.20 branch.
Also add the Python bindings as a seperate pkg. I don't see where
this is used, but is is a simple addition.