summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* autotools: update release fileLionel Landwerlin2013-07-261-8/+2
|
* Do not use deprecated ClutterMedia.Andre Moreira Magalhaes (andrunko)2013-03-181-1/+1
| | | | Merge ClutterMedia with ClutterGstPlayer.
* build: Remove the upload to clutter-project.orgDamien Lespiau2012-06-251-6/+0
| | | | GNOME release only from now on.
* Remove doltAdrian Bunk2012-04-253-180/+0
| | | | | | | | 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).
* build: Distribute .tar.xz fileDamien Lespiau2011-08-311-1/+1
| | | | As GNOME is moving to this format.
* build: Add the API reference URI in the release messageDamien Lespiau2011-04-051-0/+10
|
* build: Enforce the dlespiau user as the GNOME user in the release targetsDamien Lespiau2011-04-051-3/+2
|
* build: Make the release-upload target upload to GNOME ftp servers1.3.8Damien Lespiau2011-04-051-0/+7
|
* build: Improve the release-message targetDamien Lespiau2011-04-051-2/+19
| | | | | Follow the changes from Clutter and generates the full announcement message automatically.
* video-texture: Initial support for download bufferingDamien Lespiau2011-04-041-0/+52
| | | | | | | | | | 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.
* build: Introduce new targets to help making releases1.3.4Damien Lespiau2011-01-101-0/+85
| | | | | Copy what Clutter does and add two new Makefile targets (release-check and release-upload) that helps me making releases
* video-texture: Allow to make accurate seeksDamien Lespiau2010-12-061-0/+51
| | | | | | | | | | | | 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
* build: Add the AS_AM_REALLY_SILENT macroDamien Lespiau2010-02-193-0/+48
| | | | | | | | 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.
* build: Switch from shave to AM_SILENT_RULESDamien Lespiau2010-02-196-224/+15
| | | | | It's a fact, shave is dead, automake's silent rules are the way forward to have more silent builds.
* [build] Add the generation of introspection filesDamien Lespiau2010-01-053-0/+90
| | | | | This feature depends on the --add-init-section argument of g-ir-scanner which is available since mid-v0.6.8.
* [build] Don't dist gtk-doc.m4Damien Lespiau2010-01-041-1/+0
| | | | | As a rule of thumb, we should only add to EXTRA_DIST the m4 files we have in the git repository.
* [gitignore] Tweak the ignore rule for m4 filesDamien Lespiau2010-01-041-6/+4
| | | | | | 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.
* Introduce --enable-maintainer-cflagsDamien Lespiau2009-06-142-1/+64
| | | | | | 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.
* [build] Add doltDamien Lespiau2009-03-282-0/+179
|
* [build] Add shaveDamien Lespiau2009-03-266-0/+235