summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: Post release bump to 3.0.3Lionel Landwerlin2015-01-111-1/+1
|
* build: Release 3.0.2Lionel Landwerlin2015-01-111-1/+1
|
* configure.ac: Bump Cogl dependency through ClutterLionel Landwerlin2015-01-111-1/+1
| | | | | | | The versioning is a bit awkward with the 2.0-experimental scheme, so rely on the right version of Clutter instead. https://bugzilla.gnome.org/show_bug.cgi?id=742650
* configure.ac: drop cogl-gst requirementLionel Landwerlin2015-01-111-1/+0
|
* configure.ac: bump Gstreamer dependency to 1.4Lionel Landwerlin2015-01-111-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742649
* build: Post release bump to 3.0.1Lionel Landwerlin2014-12-071-1/+1
|
* build: Release 3.0.03.0.0Lionel Landwerlin2014-12-061-3/+3
|
* build: Add -lm dependency to clutter-gst-3.0.laPhilip Withnall2014-12-011-0/+2
| | | | | | It uses rint(), cos() and sin(). https://bugzilla.gnome.org/show_bug.cgi?id=740963
* build: Post release bump to 2.99.5Lionel Landwerlin2014-06-261-1/+1
|
* build: Release 2.99.42.99.4Lionel Landwerlin2014-06-261-1/+1
|
* configure.ac: add opportunity to disable gl texture upload supportLionel Landwerlin2014-06-261-9/+14
|
* build: Post release bump to 2.99.3Lionel Landwerlin2014-06-091-1/+1
|
* build: Release 2.99.22.99.2Lionel Landwerlin2014-06-091-1/+1
|
* Drop Cogl-Gst dependency and reimport video sinkLionel Landwerlin2014-05-281-1/+0
|
* configure.ac: fix compilation following cogl 2.0 pc file renameLionel Landwerlin2014-01-201-1/+1
|
* build: Adapt to cogl-gst-2.0-experimental renameColin Walters2014-01-201-1/+1
| | | | See https://git.gnome.org/browse/cogl/commit/?h=c2130e95560fbf53e75bd1e6c435c41a6af61a99
* build: Post release bump to 2.99.1Lionel Landwerlin2013-11-191-1/+1
|
* configure.ac: bump Clutter dependencyLionel Landwerlin2013-11-191-1/+1
|
* doc: Set DOC_MODULE_VERSIONMarvin Schmidt2013-11-151-1/+1
| | | | | This will avoid file collisions with future API versions and makes different API versions completely parallel installable
* configure.ac: explicit cogl 2.0 dependencyLionel Landwerlin2013-11-151-2/+2
|
* content: use new Cogl API to know if a sink is readyLionel Landwerlin2013-07-261-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704853
* configure.ac: bump back version number to 2.99.0 as pre releaseLionel Landwerlin2013-07-221-2/+2
|
* update documentationLionel Landwerlin2013-07-221-1/+0
|
* configure.ac bump API to 3.0Lionel Landwerlin2013-03-181-3/+3
|
* Break API and concepts around VideoTextureLionel Landwerlin2013-03-181-0/+2
|
* ClutterGstCameraActor: Add new actor for camera streams.Andre Moreira Magalhaes (andrunko)2013-03-181-0/+10
|
* build: Post release bump to 2.0.3Lionel Landwerlin2013-02-261-1/+1
|
* build: Release 2.0.22.0.2Lionel Landwerlin2013-02-261-2/+2
|
* Bump Cogl dependency to 1.10Lionel Landwerlin2013-01-311-7/+4
| | | | | Cogl 1.10 introduced new boilerplate for shaders. This commit cleans up our shaders.
* build: Post release bump to 2.1.0Damien Lespiau2013-01-221-1/+1
|
* build: Release 2.0.02.0.0Damien Lespiau2013-01-221-3/+3
|
* build: fix the bug report address in configure.acNuno Araujo2013-01-221-1/+1
|
* build: add support for automake 1.13Nuno Araujo2013-01-221-1/+1
| | | | | In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.
* build: Post-release bump to 1.9.93Damien Lespiau2012-09-261-1/+1
|
* build: Release 1.9.921.9.92Damien Lespiau2012-09-261-1/+1
|
* build: Require gstreamer 1.0.0Damien Lespiau2012-09-251-2/+2
|
* build: Indicate that GStreamer's hw support is disabledDamien Lespiau2012-09-251-0/+1
| | | | | | GStreamer's hw support is temporarily disabled for the reasons mentioned by Edward. Let's still define have_hw_decoder_support to have a nice output at the end of the configure script.
* configure: Disable HW decoder support until it is stabilizedEdward Hervey2012-09-251-8/+9
| | | | | | | | The HW decoder/sink interaction and API in GStreamer 1.0 isn't yet clear, and will not behave the same way it did in 0.10. In order not to cause issues with failing auto-plugging, temporarily disable support
* Update for GST_MESSAGE_DURATION -> DURATION_CHANGED renameTim-Philipp Müller2012-09-251-2/+2
|
* build: Release 1.9.901.9.90Damien Lespiau2012-08-221-2/+2
|
* Make clutter-gst for GStreamer 1.0 parallel installableBastien Nocera2012-07-121-1/+1
| | | | | | | | | | | We need to be able to ship both the GStreamer 0.10 and the GStreamer 1.0 versions of clutter-gst, and have them not clash. We used to install clutter-gst in a clutter-1.0 directory, but only the GStreamer API version changed, not the clutter one, so we need to move the includes to $(includedir)/clutter-gst-2.0/ https://bugzilla.gnome.org/show_bug.cgi?id=674077
* port to GStreamer 1.0Edward Hervey2012-07-121-5/+6
| | | | Contributions from: Alban Browaeys <prahal@yahoo.com>
* build: Post release bump to 1.6.1Damien Lespiau2012-06-251-1/+1
|
* build: Release 1.6.01.6.0Damien Lespiau2012-06-251-2/+2
|
* build: Post release bump to 1.5.7Damien Lespiau2012-05-251-1/+1
|
* build: Release 1.5.61.5.6Damien Lespiau2012-05-251-1/+1
|
* Remove doltAdrian Bunk2012-04-251-1/+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: Post release bump to 1.5.5Damien Lespiau2012-02-241-1/+1
|
* build: Release 1.5.41.5.4Damien Lespiau2012-02-231-1/+1
|
* build: Post release bump to 1.5.3Damien Lespiau2012-01-251-1/+1
|