| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
GNOME release only from now on.
|
|
|
|
|
|
|
|
| |
With non-ancient libtool (>= 2.2) there is no longer a significant
speed difference.
The version of dolt that was included was anyway a NOP on architectures
where build speed matters much (e.g. ARM).
|
|
|
|
| |
As GNOME is moving to this format.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Follow the changes from Clutter and generates the full announcement
message automatically.
|
|
|
|
|
|
|
|
|
|
| |
This patch introduces new APIs to get and set the buffering mode. We
still default to the old behaviour and people will have to opt in to use
download buffering.
VideoTexture sorts some details for you and exposes a download-buffering
signal that is supposed to give the start and end of the current segment
of downloaded data you're in. 'start' is always 0 for now.
|
|
|
|
|
| |
Copy what Clutter does and add two new Makefile targets (release-check
and release-upload) that helps me making releases
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClutterGstVideoTexture has now a property (and its equivalent getter
and setter) to set seek flags to customize a bit the seek done by
set_progress(). For now, we have an "ACCURATE" flag that maps directly
to GST_SEEK_FLAG_ACCURATE.
To be able to export correctly this new API to g-i and bindings, we need
to generate the enum types for ClutterGstSeekFlags.
Fixes: http://bugzilla.clutter-project.org/show_bug.cgi?id=2279
|
|
|
|
|
|
|
|
| |
Now that we use automake's silent rules, I still want GNU make to behave
as if it were called with the -s switch when we are in silent mode.
AS_AM_REALLY_SILENT does just that, respecting the default verbosity and
the V environment variable.
|
|
|
|
|
| |
It's a fact, shave is dead, automake's silent rules are the way forward
to have more silent builds.
|
|
|
|
|
| |
This feature depends on the --add-init-section argument of g-ir-scanner
which is available since mid-v0.6.8.
|
|
|
|
|
| |
As a rule of thumb, we should only add to EXTRA_DIST the m4 files we
have in the git repository.
|
|
|
|
|
|
| |
Several foreign m4 macros are put in the AC_CONFIG_MACRO_DIR by
autoconf, we want to ignore them. Let's make *.m4 the default ignore
rule and add exceptions for the m4 files we ship.
|
|
|
|
|
|
| |
Mimic Clutter with stricter warnings and the use of David Schleef's
AS_COMPILER_FLAG macro.
Fix a small shadow variable warning introducted by these flags.
|
| |
|
|
|