Commit 19cde8d5a378b0b8767a756cc7553b933ba50a39
- Diff rendering mode:
- inline
- side by side
NEWS
(3 / 0)
|   | |||
| 11 | 11 | * New marker downloading demo: url-marker (Emmanuel Rodriguez) | |
| 12 | 12 | * ChamplainView now has keyboard shortcuts (but not when used with | |
| 13 | 13 | GtkChamplainEmbed) (Pierre-Luc Beaudoin) | |
| 14 | * Updated to PyClutter 1.0 Python bindings (Victor Godoy Poluceno) | ||
| 14 | 15 | ||
| 15 | 16 | Fixes: | |
| 16 | 17 | ||
| 18 | * 594003: invalid write of size 4 (Felix Freimann) | ||
| 19 | * Memory leaks in ChamplainLayer (Pierre-Luc Beaudoin) | ||
| 17 | 20 | * 577592: Use _priv instead of the GET_PRIVATE macro (many contributors) | |
| 18 | 21 | * 590692: Workaround for X error when using GtkChamplainEmbed | |
| 19 | 22 | (Pierre-Luc Beaudoin) |
README
(10 / 2)
|   | |||
| 1 | libchamplain 0.3.91 README | ||
| 1 | libchamplain 0.3.92 README | ||
| 2 | 2 | ========================= | |
| 3 | 3 | ||
| 4 | 4 | libchamplain is a Clutter based widget to display rich, eye-candy and | |
| … | … | ||
| 22 | 22 | ||
| 23 | 23 | * PyGtk >= 2.0 | |
| 24 | 24 | * PyGobject >= 2.0 | |
| 25 | * PyClutter >= 0.8 | ||
| 25 | * PyClutter >= 1.0 | ||
| 26 | * PyClutterGtk >= 0.9 | ||
| 27 | |||
| 28 | If you are building the C# bindings, you will also need: | ||
| 29 | |||
| 30 | * gacutil | ||
| 31 | * GAPI >= 2.12 | ||
| 32 | * GAPI-codegen | ||
| 33 | * GAPI-fixup | ||
| 26 | 34 | ||
| 27 | 35 | If you are building the C# bindings, you will also need: | |
| 28 | 36 |
configure.ac
(2 / 2)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | m4_define([champlain_major_version], [0]) | |
| 4 | 4 | m4_define([champlain_minor_version], [3]) | |
| 5 | m4_define([champlain_micro_version], [91]) | ||
| 5 | m4_define([champlain_micro_version], [92]) | ||
| 6 | 6 | m4_define([champlain_version], | |
| 7 | 7 | [champlain_major_version.champlain_minor_version.champlain_micro_version]) | |
| 8 | 8 | m4_define([api_version], | |
| … | … | ||
| 28 | 28 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 29 | 29 | ||
| 30 | 30 | # Checks for libraries. | |
| 31 | LIBRARY_VERSION=3:2:0 | ||
| 31 | LIBRARY_VERSION=3:3:0 | ||
| 32 | 32 | # API_VERSION is used to generate pc files only | |
| 33 | 33 | API_VERSION=api_version | |
| 34 | 34 | CHAMPLAIN_MAJOR_VERSION=champlain_major_version |

