mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
pyges: Install files from the examples and testsuite
This commit is contained in:
parent
287fbc02b8
commit
f1d8151f63
4 changed files with 28 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = codegen
|
SUBDIRS = codegen examples testsuite
|
||||||
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst
|
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst
|
||||||
|
|
||||||
# we install everything in pyexecdir; otherwise you end up with a mess for
|
# we install everything in pyexecdir; otherwise you end up with a mess for
|
||||||
|
@ -40,5 +40,3 @@ CLEANFILES = ges.c
|
||||||
&& cp gen-$*.c $*.c \
|
&& cp gen-$*.c $*.c \
|
||||||
&& rm -f gen-$*.c
|
&& rm -f gen-$*.c
|
||||||
|
|
||||||
check:
|
|
||||||
@PYTHONPATH=$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/testsuite/runtests.py
|
|
||||||
|
|
6
bindings/python/examples/Makefile.am
Normal file
6
bindings/python/examples/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
examplesdir = $(pkgdatadir)/$(GST_MAJORMINOR)/examples
|
||||||
|
|
||||||
|
examples_DATA = \
|
||||||
|
simple.py
|
||||||
|
|
||||||
|
EXTRA_DIST = $(examples_DATA)
|
19
bindings/python/testsuite/Makefile.am
Normal file
19
bindings/python/testsuite/Makefile.am
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
common.py \
|
||||||
|
test_timeline_pipeline.py \
|
||||||
|
test_timeline.py \
|
||||||
|
runtests.py \
|
||||||
|
test_global_functions.py \
|
||||||
|
test_timeline_test_source.py \
|
||||||
|
test_layer.py \
|
||||||
|
test_timeline_title_source.py \
|
||||||
|
test_simple_layer.py \
|
||||||
|
test_track.py \
|
||||||
|
test_textoverlay.py \
|
||||||
|
test_transition.py \
|
||||||
|
test_timeline_file_source.py \
|
||||||
|
test_timeline_parse_launch_effect.py
|
||||||
|
|
||||||
|
check:
|
||||||
|
@PYTHONPATH=$(top_builddir):$(top_builddir)/bindings/python/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py
|
||||||
|
@rm -fr *.pyc
|
|
@ -353,6 +353,8 @@ ges/Makefile
|
||||||
bindings/makefile
|
bindings/makefile
|
||||||
bindings/python/Makefile
|
bindings/python/Makefile
|
||||||
bindings/python/codegen/Makefile
|
bindings/python/codegen/Makefile
|
||||||
|
bindings/python/examples/Makefile
|
||||||
|
bindings/python/testsuite/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
tests/examples/Makefile
|
tests/examples/Makefile
|
||||||
|
|
Loading…
Reference in a new issue