Commit graph

27 commits

Author SHA1 Message Date
Tim-Philipp Müller
5016c80311 win32: remove .def file with exports
They're no longer needed, symbol exporting is now explicit
via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
2017-11-26 13:30:08 +00:00
Nicolas Dufresne
cc703228fb Don't dist config.meson.h as it no longer exist 2017-06-09 20:15:26 -04:00
Tim-Philipp Müller
5ae7515222 meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
2017-02-15 00:58:52 +00:00
Tim-Philipp Müller
ddc37e6b44 Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
2016-12-16 17:29:59 +00:00
Scott D Phillips
b5cda44417 make: include common/win32.mak
With the addition of the .def file for libges we need to make
sure the check-export script from common gets executed so that the
.def stays up to date.

https://bugzilla.gnome.org/show_bug.cgi?id=774641
2016-11-18 16:55:39 -03:00
Thibault Saunier
e1fcd42a19 examples: Move all examples to the root dir and create foldersdir per language
+ Add some markdown files to link between languages
+ Add a simple 'play timeline with one clip" example in C and python
2015-12-21 15:35:17 +01:00
Sebastian Dröge
934c4af950 bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix
automake requires all files to be installed inside the prefix. bash-completion
requires the files to be in a specific directory given by a pkg-config file.
As such those two are having incompatible requirements and we just disable
bash-completion installation for the time being when running "make distcheck".

Nonetheless things like "make install" with e.g. a DESTDIR or a private
installation into a user's directory will fail as in both cases the
bash-completion data would be tried to be installed system-wide.
2015-11-26 23:11:36 +05:30
Thibault Saunier
faf880e898 Dist gst-editing-services.doap 2015-11-15 00:31:21 +01:00
Thibault Saunier
edc5c27ffb Move NLE to a dedicated GstPlugin
Summary: Allowing external user to directly use it

Reviewers: Mathieu_Du

Differential Revision: https://phabricator.freedesktop.org/D231
2015-08-20 13:49:20 +02:00
Mathieu Duponchelle
b5d5173860 ges-launch: enable auto-completion.
Summary: + And be a little smart about it.

Test Plan: New feature, working, not testing bash completion

Reviewers: tsaunier

Differential Revision: http://internal.opencreed.com:8888/D25
2015-02-23 21:21:17 +01:00
Tim-Philipp Müller
131760b6d3 Parallelise 'make check-valgrind' 2014-10-26 20:23:26 +00:00
Edward Hervey
7e5742e46e Makefile: Add usage of build-checks step
Allows building checks without running them
2014-08-01 10:44:57 +02:00
Mathieu Duponchelle
b7755493e1 tests: Add integration tests
Those are test with real media files, they are run separetely from other
unit tests using the make check-integration command (can be done from
the toplevel directory)
2013-07-12 18:17:00 -04:00
Thibault Saunier
df4040a106 bindings: Start implementing overrides for python 2012-12-19 18:59:48 -03:00
Edward Hervey
312942f836 bindings: We no longer use static bindings in 0.11 2011-10-11 10:08:47 +02:00
Thibault Saunier
f9b9ec6204 building: add python bindings 2011-08-10 17:12:45 +02:00
Sebastian Dröge
be6fe322b1 build: Include lcov.mak to allow tests coverage report generation 2011-03-25 10:02:36 +01:00
Edward Hervey
ec420e38fb Release 0.10.1 2011-01-20 22:04:06 +01:00
Edward Hervey
73001edacf Add .pc files 2010-12-15 15:51:41 +01:00
Edward Hervey
a408905e72 tools: Moving playlist from examples and making it installable
It is now called ges-launch
2010-06-09 11:28:45 +02:00
Edward Hervey
15be8b3847 configure: use automake 1. 11 silent rules instead of shave if available 2010-03-13 15:53:58 +01:00
Edward Hervey
5172a5119d docs: Add gtk-doc API documentation
current coverage : 8%
2009-09-10 16:22:00 +02:00
Edward Hervey
cafbc229e8 Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
Edward Hervey
12777c8532 Add unit test system. Adjust GST_DEBUG usage. 2009-08-06 19:51:29 +02:00
Edward Hervey
f3131a2f6a build fixed again. Moved type declarations in a standalone file. 2009-08-06 12:14:37 +02:00
Edward Hervey
30f973235d It builds !!!! :) 2009-08-04 19:22:53 +02:00
Edward Hervey
ee8bf88ebf Initial code drop 2009-08-04 17:13:11 +02:00