GStreamer multimedia framework
Find a file
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
bindings ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
common@b3199090fa Automatic update of common submodule 2015-10-21 14:37:26 +01:00
data/completions ges-launch: Add support for +test-clip 2015-04-07 14:15:36 +02:00
docs asset: Add a method to retrieve the GError of an asset loaded with error 2015-11-08 22:56:41 +01:00
ges asset: Add a method to retrieve the GError of an asset loaded with error 2015-11-08 22:56:41 +01:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig ges: Update versioning 2012-04-04 14:50:23 +02:00
plugins nlecomposition: free closure actions when disposing 2015-10-02 16:51:56 +02:00
tests tests: Properly setup GST_PLUGIN_PATH in test environement 2015-11-21 00:24:33 +01:00
tools launcher: Make sure to not activate validate twice when simply loading a scenario 2015-11-04 18:37:34 +01:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore Update .gitignore 2015-04-23 20:20:29 +01:00
.gitmodules It builds !!!! :) 2009-08-04 19:22:53 +02:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh Automatic update of common submodule 2015-06-07 17:16:53 +02:00
ChangeLog Release 1.6.0 2015-09-25 12:29:40 +02:00
configure.ac Revert "build: fix make distcheck." 2015-11-26 22:42:45 +05:30
COPYING Fix FSF address 2012-11-04 00:25:20 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:25:20 +00:00
gst-editing-services.doap Release 1.6.0 2015-09-25 12:29:40 +02:00
gst-editing-services.spec.in ges: Update versioning 2012-04-04 14:50:23 +02:00
Makefile.am bash-completion: Disable during "make distcheck" as this requires installing files outside the prefix 2015-11-26 23:11:36 +05:30
NEWS Release 1.6.0 2015-09-25 12:29:40 +02:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Release 1.6.0 2015-09-25 12:29:40 +02:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base
 * gnonlin