mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
Remove autotools build system
Todo: - hook up data/completions/ges-launch-1.0 in Meson (#77)
This commit is contained in:
parent
1d12f0b1a1
commit
0c96b9dd10
30 changed files with 3 additions and 1316 deletions
92
.gitignore
vendored
92
.gitignore
vendored
|
@ -1,95 +1,9 @@
|
|||
*.o
|
||||
*.bak
|
||||
*.orig
|
||||
*.diff
|
||||
*.patch
|
||||
*.so
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
*.pyc
|
||||
*.page
|
||||
*.swp
|
||||
build*
|
||||
/build/
|
||||
/b/
|
||||
/_build/
|
||||
*~
|
||||
core.*
|
||||
|
||||
Makefile
|
||||
Makefile.in
|
||||
core
|
||||
log
|
||||
.deps
|
||||
.libs
|
||||
.dirstamp
|
||||
|
||||
/INSTALL
|
||||
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/autoregen.sh
|
||||
/compile
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/py-compile
|
||||
/stamp-h.in
|
||||
/stamp-h1
|
||||
|
||||
/ges/gesmarshal.h
|
||||
/ges/gesmarshal.c
|
||||
/ges/ges-version.h
|
||||
|
||||
/docs/version.entities
|
||||
|
||||
/bindings/python/ges.c
|
||||
|
||||
/ges/lex.priv_ges_parse_yy.c
|
||||
/ges/ges-parse-lex.h
|
||||
|
||||
/m4
|
||||
|
||||
/test-driver
|
||||
/tests/check/test-registry.reg
|
||||
/tests/check/*.log
|
||||
/tests/check/*.trs
|
||||
/tests/check/*/*.log
|
||||
/tests/check/*/*.trs
|
||||
|
||||
/tests/check/ges/group
|
||||
/tests/check/ges/material
|
||||
/tests/check/ges/mixers
|
||||
/tests/check/ges/timelineedition
|
||||
/tests/check/ges/timelinegroup
|
||||
/tests/check/ges/tempochange
|
||||
/tests/check/ges/uriclip
|
||||
/tests/check/integration
|
||||
/tests/benchmarks/timeline
|
||||
/tests/examples/materials
|
||||
|
||||
/tests/check/nle/simple
|
||||
/tests/check/nle/complex
|
||||
/tests/check/nle/nlecomposition
|
||||
/tests/check/nle/nleoperation
|
||||
/tests/check/nle/nlesource
|
||||
/tests/check/nle/tempochange
|
||||
|
||||
/tools/ges-launch-1.0
|
||||
/tests/check/ges/project
|
||||
/tests/examples/assets
|
||||
|
||||
/tests/check/coverage/
|
||||
*gcno
|
||||
*BACKUP*
|
||||
*REMOTE*
|
||||
*LOCAL*
|
||||
*BASE*
|
||||
*anjuta*
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "common"]
|
||||
path = common
|
||||
url = https://gitlab.freedesktop.org/gstreamer/common.git
|
59
Makefile.am
59
Makefile.am
|
@ -1,59 +0,0 @@
|
|||
if BUILD_EXAMPLES
|
||||
EXAMPLES_SUBDIRS= examples
|
||||
else
|
||||
EXAMPLES_SUBDIRS=
|
||||
endif
|
||||
|
||||
SUBDIRS = ges tests tools common m4 pkgconfig bindings plugins $(EXAMPLES_SUBDIRS)
|
||||
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
|
||||
EXTRA_DIST = \
|
||||
depcomp \
|
||||
AUTHORS COPYING NEWS README RELEASE \
|
||||
ChangeLog autogen.sh gst-editing-services.doap \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
meson_options.txt
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
||||
include $(top_srcdir)/common/release.mak
|
||||
include $(top_srcdir)/common/po.mak
|
||||
|
||||
include $(top_srcdir)/common/coverage/lcov.mak
|
||||
|
||||
check-valgrind:
|
||||
$(MAKE) -C tests/check check-valgrind
|
||||
|
||||
# Test actual high-level functionnality.
|
||||
check-integration:
|
||||
$(MAKE) -C tests/check check-integration
|
||||
|
||||
if ENABLE_BASH_COMPLETION
|
||||
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
||||
dist_bashcompletion_DATA = data/completions/ges-launch-1.0
|
||||
endif
|
||||
|
||||
if HAVE_GST_CHECK
|
||||
check-torture:
|
||||
$(MAKE) -C tests/check torture
|
||||
build-checks:
|
||||
$(MAKE) -C tests/check build-checks
|
||||
else
|
||||
check-torture:
|
||||
true
|
||||
build-checks:
|
||||
true
|
||||
endif
|
||||
|
||||
# cruft: plugins that have been merged or moved or renamed
|
||||
CRUFT_FILES = \
|
||||
$(top_builddir)/gst-editing-services.spec \
|
||||
$(top_builddir)/common/shave \
|
||||
$(top_builddir)/common/shave-libtool
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
||||
all-local: check-cruft
|
124
autogen.sh
124
autogen.sh
|
@ -1,124 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# gst-editing-services autogen.sh
|
||||
#
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
#
|
||||
# This file has been generated from common/autogen.sh.in via common/update-autogen
|
||||
|
||||
|
||||
test -n "$srcdir" || srcdir=`dirname "$0"`
|
||||
test -n "$srcdir" || srcdir=.
|
||||
|
||||
olddir=`pwd`
|
||||
cd "$srcdir"
|
||||
|
||||
package=gst-editing-services
|
||||
srcfile=gst-editing-services.doap
|
||||
|
||||
# Make sure we have common
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo "+ Setting up common submodule"
|
||||
git submodule init
|
||||
fi
|
||||
git submodule update
|
||||
|
||||
# source helper functions
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo There is something wrong with your source tree.
|
||||
echo You are missing common/gst-autogen.sh
|
||||
exit 1
|
||||
fi
|
||||
. common/gst-autogen.sh
|
||||
|
||||
# install pre-commit hook for doing clean commits
|
||||
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||
then
|
||||
rm -f .git/hooks/pre-commit
|
||||
if ! ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit 2> /dev/null
|
||||
then
|
||||
echo "Failed to create commit hook symlink, copying instead ..."
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
fi
|
||||
|
||||
# GNU gettext automake support doesn't get along with git.
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||
if test -d po ; then
|
||||
touch -t 200001010000 po/gst-editing-services-1.0.pot
|
||||
fi
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||
|
||||
if test "x$package" = "xgstreamer"; then
|
||||
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-failing-tests --enable-poisoning"
|
||||
elif test "x$package" = "xgst-plugins-bad"; then
|
||||
CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --with-player-tests"
|
||||
fi
|
||||
|
||||
autogen_options $@
|
||||
|
||||
printf "+ check for build tools"
|
||||
if test -z "$NOCHECK"; then
|
||||
echo
|
||||
|
||||
printf " checking for autoreconf ... "
|
||||
echo
|
||||
which "autoreconf" 2>/dev/null || {
|
||||
echo "not found! Please install the autoconf package."
|
||||
exit 1
|
||||
}
|
||||
|
||||
printf " checking for pkg-config ... "
|
||||
echo
|
||||
which "pkg-config" 2>/dev/null || {
|
||||
echo "not found! Please install pkg-config."
|
||||
exit 1
|
||||
}
|
||||
else
|
||||
echo ": skipped version checks"
|
||||
fi
|
||||
|
||||
# if no arguments specified then this will be printed
|
||||
if test -z "$*" && test -z "$NOCONFIGURE"; then
|
||||
echo "+ checking for autogen.sh options"
|
||||
echo " This autogen script will automatically run ./configure as:"
|
||||
echo " ./configure $CONFIGURE_DEF_OPT"
|
||||
echo " To pass any additional options, please specify them on the $0"
|
||||
echo " command line."
|
||||
fi
|
||||
|
||||
toplevel_check $srcfile
|
||||
|
||||
# autopoint
|
||||
if test -d po && grep ^AM_GNU_GETTEXT_VERSION configure.ac >/dev/null ; then
|
||||
tool_run "autopoint" "--force"
|
||||
fi
|
||||
|
||||
# aclocal
|
||||
if test -f acinclude.m4; then rm acinclude.m4; fi
|
||||
|
||||
autoreconf --force --install || exit 1
|
||||
|
||||
test -n "$NOCONFIGURE" && {
|
||||
echo "+ skipping configure stage for package $package, as requested."
|
||||
echo "+ autogen.sh done."
|
||||
exit 0
|
||||
}
|
||||
|
||||
cd "$olddir"
|
||||
|
||||
echo "+ running configure ... "
|
||||
test ! -z "$CONFIGURE_DEF_OPT" && echo " default flags: $CONFIGURE_DEF_OPT"
|
||||
test ! -z "$CONFIGURE_EXT_OPT" && echo " external flags: $CONFIGURE_EXT_OPT"
|
||||
echo
|
||||
|
||||
echo "$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT
|
||||
"$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || {
|
||||
echo " configure failed"
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "Now type 'make' to compile $package."
|
|
@ -1,6 +0,0 @@
|
|||
SUBDIRS =
|
||||
|
||||
if WITH_PYTHON
|
||||
SUBDIRS += python
|
||||
endif
|
||||
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = gi
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = overrides
|
|
@ -1,4 +0,0 @@
|
|||
pygesdir = $(pkgpyexecdir)
|
||||
pyges_PYTHON = GES.py
|
||||
|
||||
EXTRA_DIST = GES.py
|
1
common
1
common
|
@ -1 +0,0 @@
|
|||
Subproject commit 59cb678164719ff59dcf6c8b93df4617a1075d11
|
425
configure.ac
425
configure.ac
|
@ -1,425 +0,0 @@
|
|||
AC_PREREQ(2.62)
|
||||
|
||||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Editing Services, 1.17.0.1,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gstreamer-editing-services)
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
dnl initialize automake
|
||||
AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
|
||||
|
||||
dnl define PACKAGE_VERSION_* variables
|
||||
AS_VERSION
|
||||
|
||||
dnl check if this is a release version
|
||||
AS_NANO(GST_GIT="no", GST_GIT="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
AC_CONFIG_SRCDIR([ges/ges-timeline.c])
|
||||
|
||||
dnl define the output header for config
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
dnl sets host_* variables
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
dnl use pretty build output with automake >= 1.11
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
|
||||
[AM_DEFAULT_VERBOSITY=1
|
||||
AC_SUBST(AM_DEFAULT_VERBOSITY)])
|
||||
|
||||
dnl GES versioning, this is mostly informational
|
||||
GES_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR
|
||||
GES_VERSION_MINOR=$PACKAGE_VERSION_MINOR
|
||||
GES_VERSION_MICRO=$PACKAGE_VERSION_MICRO
|
||||
GES_VERSION_NANO=$PACKAGE_VERSION_NANO
|
||||
AC_SUBST(GES_VERSION_MAJOR)
|
||||
AC_SUBST(GES_VERSION_MINOR)
|
||||
AC_SUBST(GES_VERSION_MICRO)
|
||||
AC_SUBST(GES_VERSION_NANO)
|
||||
|
||||
dnl our libraries and install dirs use major.minor as a version
|
||||
GST_API_VERSION=$GST_EDITING_SERVICES_VERSION_MAJOR.$GST_EDITING_SERVICES_VERSION_MINOR
|
||||
dnl we override it here if we need to for the release candidate of new series
|
||||
GST_API_VERSION=1.0
|
||||
AC_SUBST(GST_API_VERSION)
|
||||
|
||||
AS_LIBTOOL(GST, 1700, 0, 1700)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.17.0.1
|
||||
GSTPB_REQ=1.17.0.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
dnl allow for different autotools
|
||||
AS_AUTOTOOLS_ALTERNATE
|
||||
|
||||
dnl Add parameters for aclocal
|
||||
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
dnl *** check for arguments to configure ***
|
||||
|
||||
AG_GST_ARG_DISABLE_FATAL_WARNINGS
|
||||
AG_GST_ARG_ENABLE_EXTRA_CHECKS
|
||||
|
||||
AG_GST_ARG_DEBUG
|
||||
AG_GST_ARG_PROFILING
|
||||
AG_GST_ARG_VALGRIND
|
||||
AG_GST_ARG_GCOV
|
||||
|
||||
AG_GST_ARG_EXAMPLES
|
||||
|
||||
AG_GST_ARG_WITH_PKG_CONFIG_PATH
|
||||
AG_GST_ARG_WITH_PACKAGE_NAME
|
||||
AG_GST_ARG_WITH_PACKAGE_ORIGIN
|
||||
|
||||
AG_GST_PKG_CONFIG_PATH
|
||||
|
||||
AG_GST_FLEX_CHECK
|
||||
|
||||
dnl *** checks for platform ***
|
||||
|
||||
dnl * hardware/architecture *
|
||||
|
||||
dnl common/m4/gst-arch.m4
|
||||
dnl check CPU type
|
||||
AG_GST_ARCH
|
||||
|
||||
dnl Determine endianness
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
dnl *** checks for programs ***
|
||||
|
||||
dnl find a compiler
|
||||
AC_PROG_CC
|
||||
|
||||
dnl check if the compiler supports '-c' and '-o' options
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
dnl check if the compiler supports do while(0) macros
|
||||
AG_GST_CHECK_DOWHILE_MACROS
|
||||
|
||||
AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
||||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||
|
||||
dnl check for gobject-introspection
|
||||
GOBJECT_INTROSPECTION_CHECK([0.9.6])
|
||||
|
||||
dnl check for pygobject
|
||||
AC_SUBST(PYGOBJECT_REQ, 3.0)
|
||||
PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
|
||||
[
|
||||
HAVE_PYGOBJECT=yes
|
||||
], HAVE_PYGOBJECT=no)
|
||||
|
||||
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
|
||||
|
||||
dnl check for gst-validate
|
||||
PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.12.1,
|
||||
[
|
||||
HAVE_GST_VALIDATE=yes
|
||||
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
|
||||
], HAVE_GST_VALIDATE=no)
|
||||
|
||||
AC_SUBST(GST_VALIDATE_CFLAGS)
|
||||
AC_SUBST(GST_VALIDATE_LIBS)
|
||||
AM_CONDITIONAL(HAVE_GST_VALIDATE, [test "x$HAVE_GST_VALIDATE" = "xyes"])
|
||||
|
||||
dnl needed for scenarios definition files
|
||||
GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_API_VERSION`"
|
||||
AC_SUBST(GST_PREFIX)
|
||||
GST_DATADIR="$GST_PREFIX/share"
|
||||
AC_DEFINE_UNQUOTED(GST_DATADIR, "$GST_DATADIR", [system wide data directory])
|
||||
|
||||
dnl check for bash completion
|
||||
AC_ARG_WITH([bash-completion-dir],
|
||||
AS_HELP_STRING([--with-bash-completion-dir[=PATH]],
|
||||
[Install the bash auto-completion script in this directory. @<:@default=yes@:>@]),
|
||||
[],
|
||||
[with_bash_completion_dir=yes])
|
||||
|
||||
if test "x$with_bash_completion_dir" = "xyes"; then
|
||||
PKG_CHECK_MODULES([BASH_COMPLETION], [bash-completion >= 2.0],
|
||||
[BASH_COMPLETION_DIR="`pkg-config --variable=completionsdir bash-completion`"],
|
||||
[BASH_COMPLETION_DIR="$datadir/bash-completion/completions"])
|
||||
else
|
||||
BASH_COMPLETION_DIR="$with_bash_completion_dir"
|
||||
fi
|
||||
|
||||
AC_SUBST([BASH_COMPLETION_DIR])
|
||||
AM_CONDITIONAL([ENABLE_BASH_COMPLETION],[test "x$with_bash_completion_dir" != "xno"])
|
||||
|
||||
dnl *** checks for libraries ***
|
||||
|
||||
dnl check for libm, for sin() etc.
|
||||
# LT_LIB_M
|
||||
# AC_SUBST(LIBM)
|
||||
|
||||
dnl *** checks for header files ***
|
||||
|
||||
AC_CHECK_HEADERS([unistd.h], HAVE_UNISTD_H=yes)
|
||||
AM_CONDITIONAL(HAVE_UNISTD_H, test "x$HAVE_UNISTD_H" = "xyes")
|
||||
|
||||
if test "x$HAVE_UNISTD_H" != "xyes"; then
|
||||
GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/festival//`
|
||||
fi
|
||||
|
||||
dnl *** checks for gst-validate-launcher ***
|
||||
|
||||
AC_CHECK_PROG(GST_VALIDATE_LAUNCHER, gst-validate-launcher, yes)
|
||||
AM_CONDITIONAL(HAVE_GST_VALIDATE_LAUNCHER, [test "x$GST_VALIDATE_LAUNCHER" = "xyes"])
|
||||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
dnl *** checks for structures ***
|
||||
|
||||
dnl *** checks for compiler characteristics ***
|
||||
|
||||
dnl *** checks for library functions ***
|
||||
|
||||
dnl *** checks for headers ***
|
||||
|
||||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.44.0])
|
||||
|
||||
PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)
|
||||
AC_SUBST(GIO_CFLAGS)
|
||||
AC_SUBST(GIO_LIBS)
|
||||
|
||||
dnl checks for gstreamer
|
||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||
AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ], yes)
|
||||
AG_GST_CHECK_GST_BASE($GST_API_VERSION, [$GST_REQ], yes)
|
||||
#AG_GST_CHECK_GST_GDP($GST_API_VERSION, [$GST_REQ], yes)
|
||||
AG_GST_CHECK_GST_CHECK($GST_API_VERSION, [$GST_REQ], no)
|
||||
AG_GST_CHECK_GST_CONTROLLER($GST_API_VERSION, [$GST_REQ], yes)
|
||||
AG_GST_CHECK_GST_PLUGINS_BASE($GST_API_VERSION, [$GSTPB_REQ], yes)
|
||||
AG_GST_CHECK_GST_PLUGINS_BAD($GST_API_VERSION, [$GST_REQ], yes)
|
||||
AG_GST_CHECK_GST_PLUGINS_GOOD($GST_API_VERSION, [$GST_REQ], yes)
|
||||
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
|
||||
|
||||
AG_GST_ARG_WITH_PLUGINS
|
||||
AG_GST_CHECK_PLUGIN(plugins)
|
||||
|
||||
dnl set location of plugin directory
|
||||
AG_GST_SET_PLUGINDIR
|
||||
|
||||
GSTPB_PLUGINS_DIR=`$PKG_CONFIG gstreamer-plugins-base-$GST_API_VERSION --variable pluginsdir`
|
||||
AC_SUBST(GSTPB_PLUGINS_DIR)
|
||||
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR)
|
||||
|
||||
dnl check for gstreamer-pbutils
|
||||
PKG_CHECK_MODULES(GST_PBUTILS, gstreamer-pbutils-$GST_API_VERSION, HAVE_GST_PBUTILS="yes", HAVE_GST_PBUTILS="no")
|
||||
if test "x$HAVE_GST_PBUTILS" != "xyes"; then
|
||||
AC_ERROR([gst-pbutils is required for rendering support])
|
||||
fi
|
||||
AC_SUBST(GST_PBUTILS_LIBS)
|
||||
AC_SUBST(GST_PBUTILS_CFLAGS)
|
||||
|
||||
dnl check for gst-controller
|
||||
PKG_CHECK_MODULES(GST_CONTROLLER, gstreamer-controller-$GST_API_VERSION, HAVE_GST_CONTROLLER="yes", HAVE_GST_CONROLLER="no")
|
||||
if test "x$HAVE_GST_CONTROLLER" != "xyes"; then
|
||||
AC_ERROR([gst-controller is required for transition support])
|
||||
fi
|
||||
AC_SUBST(GST_CONTROLLER_LIBS)
|
||||
AC_SUBST(GST_CONTROLLER_CFLAGS)
|
||||
|
||||
dnl check for gstvideo
|
||||
PKG_CHECK_MODULES(GST_VIDEO, gstreamer-video-$GST_API_VERSION, HAVE_GST_VIDEO="yes", HAVE_GST_CONROLLER="no")
|
||||
if test "x$HAVE_GST_VIDEO" != "xyes"; then
|
||||
AC_ERROR([gst-video is required for transition support])
|
||||
fi
|
||||
AC_SUBST(GST_VIDEO_LIBS)
|
||||
AC_SUBST(GST_VIDEO_CFLAGS)
|
||||
|
||||
dnl Check for documentation xrefs
|
||||
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
|
||||
GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_API_VERSION`"
|
||||
GSTPB_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-plugins-base-$GST_API_VERSION`"
|
||||
AC_SUBST(GLIB_PREFIX)
|
||||
AC_SUBST(GST_PREFIX)
|
||||
AC_SUBST(GSTPB_PREFIX)
|
||||
|
||||
dnl pitivi formatter needs libxml
|
||||
PKG_CHECK_MODULES(XML, libxml-2.0, HAVE_LIBXML="yes", HAVE_LIBXML="no")
|
||||
if test "x$HAVE_LIBXML" != "xyes"; then
|
||||
AC_ERROR([libxml2 is required])
|
||||
fi
|
||||
AC_SUBST(XML_LIBS)
|
||||
AC_SUBST(XML_CFLAGS)
|
||||
|
||||
dnl GTK is optional and only used in examples
|
||||
HAVE_GTK=no
|
||||
HAVE_GTK_X11=no
|
||||
GTK_REQ=3.0.0
|
||||
if test "x$BUILD_EXAMPLES" = "xyes"; then
|
||||
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQ, HAVE_GTK=yes, HAVE_GTK=no)
|
||||
dnl some examples need gtk+-x11
|
||||
PKG_CHECK_MODULES(GTK_X11, gtk+-x11-3.0 >= $GTK_REQ, HAVE_GTK_X11=yes, HAVE_GTK_X11=no)
|
||||
AC_SUBST(GTK_LIBS)
|
||||
AC_SUBST(GTK_CFLAGS)
|
||||
fi
|
||||
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
|
||||
AM_CONDITIONAL(HAVE_GTK_X11, test "x$HAVE_GTK_X11" = "xyes")
|
||||
|
||||
dnl Check for -Bsymbolic-functions linker flag used to avoid
|
||||
dnl intra-library PLT jumps, if available.
|
||||
AC_ARG_ENABLE(Bsymbolic,
|
||||
[AS_HELP_STRING([--disable-Bsymbolic],[avoid linking with -Bsymbolic])],,
|
||||
[SAVED_LDFLAGS="${LDFLAGS}" SAVED_LIBS="${LIBS}"
|
||||
AC_MSG_CHECKING([for -Bsymbolic-functions linker flag])
|
||||
LDFLAGS=-Wl,-Bsymbolic-functions
|
||||
LIBS=
|
||||
AC_TRY_LINK([], [return 0],
|
||||
AC_MSG_RESULT(yes)
|
||||
enable_Bsymbolic=yes,
|
||||
AC_MSG_RESULT(no)
|
||||
enable_Bsymbolic=no)
|
||||
LDFLAGS="${SAVED_LDFLAGS}" LIBS="${SAVED_LIBS}"])
|
||||
|
||||
dnl building of benchmarks
|
||||
AC_ARG_ENABLE(benchmarks,
|
||||
AS_HELP_STRING([--disable-benchmarks],[disable building benchmarks apps]),
|
||||
[
|
||||
case "${enableval}" in
|
||||
yes) BUILD_BENCHMARKS=yes ;;
|
||||
no) BUILD_BENCHMARKS=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --disable-benchmarks) ;;
|
||||
esac
|
||||
],
|
||||
[BUILD_BENCHMARKS=yes]) dnl Default value
|
||||
AM_CONDITIONAL(BUILD_BENCHMARKS, test "x$BUILD_BENCHMARKS" = "xyes")
|
||||
|
||||
dnl set license and copyright notice
|
||||
GST_LICENSE="LGPL"
|
||||
AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
|
||||
AC_SUBST(GST_LICENSE)
|
||||
|
||||
dnl define LIBDIR so we can inform people where we live
|
||||
AS_AC_EXPAND(LIBDIR, $libdir)
|
||||
AC_DEFINE_UNQUOTED(LIBDIR, "$LIBDIR", [library dir])
|
||||
|
||||
dnl set location of plugin directory
|
||||
AG_GST_SET_PLUGINDIR
|
||||
|
||||
dnl define an ERROR_CFLAGS Makefile variable
|
||||
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef \
|
||||
-Wwrite-strings -Wformat-security -Wold-style-definition \
|
||||
-Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar \
|
||||
-Wnested-externs])
|
||||
|
||||
dnl define correct level for debugging messages
|
||||
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
|
||||
|
||||
dnl *** finalize CFLAGS, LDFLAGS, LIBS
|
||||
|
||||
dnl Overview:
|
||||
dnl GST_OPTION_CFLAGS: common flags for profiling, debugging, errors, ...
|
||||
dnl GST_*: flags shared by built objects to link against GStreamer
|
||||
dnl GST_ALL_LDFLAGS: linker flags shared by all
|
||||
dnl GST_LIB_LDFLAGS: additional linker flags for all libaries
|
||||
dnl GST_LT_LDFLAGS: library versioning of our libraries
|
||||
dnl GST_PLUGIN_LDFLAGS: flags to be used for all plugins
|
||||
|
||||
dnl GST_OPTION_CFLAGS
|
||||
if test "x$USE_DEBUG" = xyes; then
|
||||
PROFILE_CFLAGS="-g"
|
||||
fi
|
||||
AC_SUBST(PROFILE_CFLAGS)
|
||||
|
||||
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
|
||||
dnl Define _only_ during CVS (not pre-releases or releases)
|
||||
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||
else
|
||||
DEPRECATED_CFLAGS=""
|
||||
fi
|
||||
AC_SUBST(DEPRECATED_CFLAGS)
|
||||
|
||||
VISIBILITY_CFLAGS=""
|
||||
AS_COMPILER_FLAG([-fvisibility=hidden], [
|
||||
VISIBILITY_CFLAGS="-fvisibility=hidden"
|
||||
AC_DEFINE(GST_API_EXPORT, [extern __attribute__ ((visibility ("default")))], [public symbol export define])
|
||||
], [
|
||||
VISIBILITY_CFLAGS=""
|
||||
AC_DEFINE(GST_API_EXPORT, [extern], [public symbol export define])
|
||||
])
|
||||
AC_SUBST(VISIBILITY_CFLAGS)
|
||||
|
||||
dnl disable strict aliasing
|
||||
AS_COMPILER_FLAG([-fno-strict-aliasing], [EXTRA_CFLAGS="-fno-strict-aliasing"])
|
||||
AC_SUBST(EXTRA_CFLAGS)
|
||||
|
||||
dnl every flag in GST_OPTION_CFLAGS can be overridden
|
||||
dnl at make time with e.g. make ERROR_CFLAGS=""
|
||||
GST_OPTION_CFLAGS="\$(WARNING_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
|
||||
AC_SUBST(GST_OPTION_CFLAGS)
|
||||
|
||||
dnl FIXME: do we want to rename to GST_ALL_* ?
|
||||
dnl prefer internal headers to already installed ones
|
||||
dnl also add builddir include for enumtypes and marshal
|
||||
dnl add GST_OPTION_CFLAGS, but overridable
|
||||
GST_CFLAGS="$GST_CFLAGS $EXTRA_CFLAGS \$(GST_OPTION_CFLAGS) \$(ERROR_CFLAGS) \$(VISIBILITY_CFLAGS) -DGST_USE_UNSTABLE_API"
|
||||
AC_SUBST(GST_CFLAGS)
|
||||
AC_SUBST(GST_LIBS)
|
||||
|
||||
dnl LDFLAGS really should only contain flags, not libs - they get added before
|
||||
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
||||
GST_ALL_LDFLAGS="-no-undefined"
|
||||
if test "x${enable_Bsymbolic}" = "xyes"; then
|
||||
GST_ALL_LDFLAGS="$GST_ALL_LDFLAGS -Wl,-Bsymbolic-functions"
|
||||
fi
|
||||
AC_SUBST(GST_ALL_LDFLAGS)
|
||||
|
||||
dnl GST_LIB_LDFLAGS
|
||||
dnl linker flags shared by all libraries
|
||||
dnl LDFLAGS modifier defining exported symbols from built libraries
|
||||
GST_LIB_LDFLAGS=""
|
||||
AC_SUBST(GST_LIB_LDFLAGS)
|
||||
|
||||
dnl GST_PLUGIN_LDFLAGS must only contain flags, not libs - they get added before
|
||||
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_ALL_LDFLAGS"
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
dnl *** output files ***
|
||||
|
||||
dnl po/Makefile.in
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
Makefile
|
||||
ges/ges-version.h
|
||||
common/Makefile
|
||||
common/m4/Makefile
|
||||
m4/Makefile
|
||||
ges/Makefile
|
||||
tests/Makefile
|
||||
tests/check/Makefile
|
||||
tests/benchmarks/Makefile
|
||||
examples/Makefile
|
||||
examples/c/Makefile
|
||||
tests/validate/Makefile
|
||||
tests/validate/scenarios/Makefile
|
||||
tools/Makefile
|
||||
pkgconfig/Makefile
|
||||
pkgconfig/gst-editing-services.pc
|
||||
pkgconfig/gst-editing-services-uninstalled.pc
|
||||
plugins/Makefile
|
||||
plugins/ges/Makefile
|
||||
plugins/nle/Makefile
|
||||
bindings/Makefile
|
||||
bindings/python/Makefile
|
||||
bindings/python/gi/Makefile
|
||||
bindings/python/gi/overrides/Makefile
|
||||
)
|
||||
AC_OUTPUT
|
16
examples/.gitignore
vendored
16
examples/.gitignore
vendored
|
@ -1,16 +0,0 @@
|
|||
assets
|
||||
concatenate
|
||||
ges-ui
|
||||
play_timeline_with_one_clip
|
||||
test1
|
||||
test2
|
||||
test3
|
||||
test4
|
||||
simple1
|
||||
text_properties
|
||||
transition
|
||||
thumbnails
|
||||
overlays
|
||||
multifilesrc
|
||||
c/gessrc
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
SUBDIRS = c
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
AM_LDFLAGS = -export-dynamic
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
|
|
@ -1,29 +0,0 @@
|
|||
if HAVE_GTK_X11
|
||||
graphical=ges-ui
|
||||
else
|
||||
graphical=
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
concatenate \
|
||||
gessrc \
|
||||
simple1 \
|
||||
test1 \
|
||||
test2 \
|
||||
test3 \
|
||||
test4 \
|
||||
transition \
|
||||
thumbnails \
|
||||
overlays \
|
||||
text_properties \
|
||||
assets \
|
||||
multifilesrc \
|
||||
play_timeline_with_one_clip \
|
||||
$(graphical)
|
||||
|
||||
ERROR_CFLAGS=
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
AM_LDFLAGS = -export-dynamic
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
|
||||
|
2
ges/.gitignore
vendored
2
ges/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.gir
|
||||
*.typelib
|
256
ges/Makefile.am
256
ges/Makefile.am
|
@ -1,256 +0,0 @@
|
|||
built_header_make =
|
||||
built_source_make =
|
||||
|
||||
lib_LTLIBRARIES = libges-@GST_API_VERSION@.la
|
||||
|
||||
|
||||
EXTRA_libges_@GST_API_VERSION@_la_SOURCES = gesmarshal.list
|
||||
|
||||
EXTRA_DIST=parse.l
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES) $(built_header_make) $(built_source_make) *.gcno *.gcda *.gcov *.gcov.out
|
||||
|
||||
nodist_libges_@GST_API_VERSION@_la_SOURCES = lex.priv_ges_parse_yy.c ges-parse-lex.h
|
||||
|
||||
|
||||
libges_@GST_API_VERSION@_la_SOURCES = \
|
||||
$(built_source_make) \
|
||||
ges.c \
|
||||
ges-enums.c \
|
||||
ges-meta-container.c \
|
||||
ges-timeline.c \
|
||||
ges-layer.c \
|
||||
ges-clip.c \
|
||||
ges-pipeline.c \
|
||||
ges-source-clip.c \
|
||||
ges-base-effect-clip.c \
|
||||
ges-effect-clip.c \
|
||||
ges-uri-clip.c \
|
||||
ges-operation-clip.c \
|
||||
ges-base-transition-clip.c \
|
||||
ges-transition-clip.c \
|
||||
ges-test-clip.c \
|
||||
ges-title-clip.c \
|
||||
ges-overlay-clip.c \
|
||||
ges-text-overlay-clip.c \
|
||||
ges-track.c \
|
||||
ges-audio-track.c \
|
||||
ges-video-track.c \
|
||||
ges-track-element.c \
|
||||
ges-source.c \
|
||||
ges-operation.c \
|
||||
ges-video-source.c \
|
||||
ges-audio-source.c \
|
||||
ges-video-uri-source.c \
|
||||
ges-audio-uri-source.c \
|
||||
ges-image-source.c \
|
||||
ges-multi-file-source.c \
|
||||
ges-transition.c \
|
||||
ges-audio-transition.c \
|
||||
ges-video-transition.c \
|
||||
ges-video-test-source.c \
|
||||
ges-audio-test-source.c \
|
||||
ges-title-source.c \
|
||||
ges-text-overlay.c \
|
||||
ges-base-effect.c \
|
||||
ges-effect.c \
|
||||
ges-screenshot.c \
|
||||
ges-formatter.c \
|
||||
ges-pitivi-formatter.c \
|
||||
ges-asset.c \
|
||||
ges-uri-asset.c \
|
||||
ges-clip-asset.c \
|
||||
ges-track-element-asset.c \
|
||||
ges-extractable.c \
|
||||
ges-project.c \
|
||||
ges-base-xml-formatter.c \
|
||||
ges-xml-formatter.c \
|
||||
ges-command-line-formatter.c \
|
||||
ges-auto-transition.c \
|
||||
ges-timeline-element.c \
|
||||
ges-timeline-tree.c \
|
||||
ges-container.c \
|
||||
ges-effect-asset.c \
|
||||
ges-smart-adder.c \
|
||||
ges-smart-video-mixer.c \
|
||||
ges-utils.c \
|
||||
ges-group.c \
|
||||
ges-validate.c \
|
||||
ges-structured-interface.c \
|
||||
ges-structure-parser.c \
|
||||
ges-marker-list.c \
|
||||
gstframepositioner.c
|
||||
|
||||
libges_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/ges/
|
||||
libges_@GST_API_VERSION@include_HEADERS = \
|
||||
$(built_header_make) \
|
||||
ges-types.h \
|
||||
ges.h \
|
||||
ges-prelude.h \
|
||||
ges-enums.h \
|
||||
ges-gerror.h \
|
||||
ges-meta-container.h \
|
||||
ges-timeline.h \
|
||||
ges-layer.h \
|
||||
ges-clip.h \
|
||||
ges-pipeline.h \
|
||||
ges-source-clip.h \
|
||||
ges-uri-clip.h \
|
||||
ges-base-effect-clip.h \
|
||||
ges-effect-clip.h \
|
||||
ges-operation-clip.h \
|
||||
ges-base-transition-clip.h \
|
||||
ges-transition-clip.h \
|
||||
ges-test-clip.h \
|
||||
ges-title-clip.h \
|
||||
ges-overlay-clip.h \
|
||||
ges-text-overlay-clip.h \
|
||||
ges-base-effect.h \
|
||||
ges-effect.h \
|
||||
ges-track.h \
|
||||
ges-audio-track.h \
|
||||
ges-video-track.h \
|
||||
ges-track-element.h \
|
||||
ges-source.h \
|
||||
ges-operation.h \
|
||||
ges-video-source.h \
|
||||
ges-audio-source.h \
|
||||
ges-video-uri-source.h \
|
||||
ges-audio-uri-source.h \
|
||||
ges-image-source.h \
|
||||
ges-multi-file-source.h \
|
||||
ges-transition.h \
|
||||
ges-audio-transition.h \
|
||||
ges-video-transition.h \
|
||||
ges-video-test-source.h \
|
||||
ges-audio-test-source.h \
|
||||
ges-title-source.h \
|
||||
ges-text-overlay.h \
|
||||
ges-screenshot.h \
|
||||
ges-formatter.h \
|
||||
ges-pitivi-formatter.h \
|
||||
ges-asset.h \
|
||||
ges-uri-asset.h \
|
||||
ges-clip-asset.h \
|
||||
ges-track-element-asset.h \
|
||||
ges-extractable.h \
|
||||
ges-project.h \
|
||||
ges-base-xml-formatter.h \
|
||||
ges-xml-formatter.h \
|
||||
ges-command-line-formatter.h \
|
||||
ges-timeline-element.h \
|
||||
ges-container.h \
|
||||
ges-effect-asset.h \
|
||||
ges-utils.h \
|
||||
ges-group.h \
|
||||
ges-marker-list.h \
|
||||
ges-version.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
ges-internal.h \
|
||||
ges-auto-transition.h \
|
||||
ges-structured-interface.h \
|
||||
ges-structure-parser.h \
|
||||
ges-smart-video-mixer.h \
|
||||
ges-smart-adder.h \
|
||||
ges-timeline-tree.h \
|
||||
gstframepositioner.h
|
||||
|
||||
libges_@GST_API_VERSION@_la_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) \
|
||||
$(GST_VIDEO_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) $(XML_CFLAGS) $(GIO_CFLAGS) $(GST_VALIDATE_CFLAGS) \
|
||||
-DG_LOG_DOMAIN=\"GES\" -DBUILDING_GES
|
||||
libges_@GST_API_VERSION@_la_LIBADD = $(GST_PBUTILS_LIBS) \
|
||||
$(GST_VIDEO_LIBS) $(GST_CONTROLLER_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(XML_LIBS) $(GIO_LIBS) $(GST_VALIDATE_LIBS)
|
||||
libges_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) \
|
||||
$(GST_LT_LDFLAGS) $(GIO_CFLAGS) $(GST_VALIDATE_CFLAGS)
|
||||
|
||||
DISTCLEANFILE = $(CLEANFILES)
|
||||
|
||||
#files built on make all/check/instal
|
||||
BUILT_SOURCES = \
|
||||
$(built_header_make) \
|
||||
$(built_source_make) \
|
||||
lex.priv_ges_parse_yy.c \
|
||||
ges-parse-lex.h
|
||||
|
||||
include $(top_srcdir)/common/gst-glib-gen.mak
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
BUILT_GIRSOURCES = GES-@GST_API_VERSION@.gir
|
||||
|
||||
gir_headers_temp=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@include_HEADERS))
|
||||
gir_headers=$(subst $(srcdir)/ges-version.h,$(builddir)/ges-version.h,$(gir_headers_temp))
|
||||
gir_sources=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@_la_SOURCES))
|
||||
|
||||
GES-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libges-@GST_API_VERSION@.la
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CC="$(CC)" PKG_CONFIG="$(PKG_CONFIG)" DLLTOOL="$(DLLTOOL)" \
|
||||
$(INTROSPECTION_SCANNER) -v --namespace GES \
|
||||
--nsversion=@GST_API_VERSION@ \
|
||||
--identifier-prefix=GES \
|
||||
--symbol-prefix=ges \
|
||||
--warn-all \
|
||||
--c-include='ges/ges.h' \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir) \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-pbutils-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-audio-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-tag-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
||||
--add-include-path=`$(PKG_CONFIG) --variable=girdir gio-2.0` \
|
||||
--library=libges-@GST_API_VERSION@.la \
|
||||
--include=Gst-@GST_API_VERSION@ \
|
||||
--include=GstVideo-@GST_API_VERSION@ \
|
||||
--include=GstPbutils-@GST_API_VERSION@ \
|
||||
--include=Gio-2.0 \
|
||||
--libtool="$(top_builddir)/libtool" \
|
||||
--pkg gstreamer-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-pbutils-@GST_API_VERSION@ \
|
||||
--pkg gstreamer-controller-@GST_API_VERSION@ \
|
||||
--pkg gio-2.0 \
|
||||
--pkg-export gst-editing-services-@GST_API_VERSION@ \
|
||||
--add-init-section="$(INTROSPECTION_INIT)" \
|
||||
--add-init-section="extern gboolean ges_init(void); ges_init();" \
|
||||
--output $@ \
|
||||
$(gir_headers) \
|
||||
$(gir_sources)
|
||||
|
||||
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
|
||||
# install anything - we need to install inside our prefix.
|
||||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(BUILT_GIRSOURCES)
|
||||
|
||||
typelibsdir = $(libdir)/girepository-1.0/
|
||||
|
||||
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
|
||||
|
||||
%.typelib: %.gir $(INTROSPECTION_COMPILER)
|
||||
$(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
|
||||
$(INTROSPECTION_COMPILER) \
|
||||
--includedir=$(srcdir) \
|
||||
--includedir=$(srcdir)/../video \
|
||||
--includedir=$(builddir) \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-pbutils-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-audio-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-video-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-tag-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-base-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-controller-@GST_API_VERSION@` \
|
||||
--includedir=`$(PKG_CONFIG) --variable=girdir gio-2.0` \
|
||||
$(INTROSPECTION_COMPILER_OPTS) $< -o $(@F)
|
||||
|
||||
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
|
||||
endif
|
||||
|
||||
%.c.gcov: .libs/libges_@GST_API_VERSION@_la-%.gcda %.c
|
||||
$(GCOV) -b -f -o $^ > $@.out
|
||||
|
||||
gcov: $(libges_@GST_API_VERSION@_la_SOURCES:=.gcov)
|
||||
|
||||
lex.priv_ges_parse_yy.c ges-parse-lex.h: parse.l
|
||||
$(AM_V_GEN)$(FLEX_PATH) --header-file=ges-parse-lex.h -Ppriv_ges_parse_yy $^
|
1
pkgconfig/.gitignore
vendored
1
pkgconfig/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.pc
|
|
@ -1,25 +0,0 @@
|
|||
pcfiles = \
|
||||
gst-editing-services-@GST_API_VERSION@.pc
|
||||
|
||||
pcfiles_uninstalled = \
|
||||
gst-editing-services-@GST_API_VERSION@-uninstalled.pc
|
||||
|
||||
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
||||
|
||||
### how to generate pc files
|
||||
%-@GST_API_VERSION@.pc: %.pc
|
||||
cp $< $@
|
||||
%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
|
||||
### the uninstalled libdir is depend of the build system used so set it here
|
||||
### rather than hardcoding it in the file directly.
|
||||
$(AM_V_GEN) sed \
|
||||
-e "s|[@]geslibdir[@]|$(abs_top_builddir)/ges/.libs|" \
|
||||
$< > $@.tmp && mv $@.tmp $@
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = $(pcfiles)
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-editing-services.pc.in \
|
||||
gst-editing-services-uninstalled.pc.in
|
||||
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
|
@ -1 +0,0 @@
|
|||
SUBDIRS = ges nle
|
|
@ -1,24 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstges.la
|
||||
|
||||
libgstges_la_SOURCES = \
|
||||
gesplugin.c \
|
||||
gessrc.c \
|
||||
gesdemux.c
|
||||
|
||||
libgstges_la_CFLAGS = -I$(top_srcdir) \
|
||||
$(GST_PBUTILS_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
|
||||
libgstges_la_LIBADD = \
|
||||
$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
||||
$(GST_PBUTILS_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstges_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gesdemux.h \
|
||||
gessrc.h
|
||||
|
8
plugins/nle/.gitignore
vendored
8
plugins/nle/.gitignore
vendored
|
@ -1,8 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.deps
|
||||
.libs
|
||||
nleversion.h
|
|
@ -1,29 +0,0 @@
|
|||
plugin_LTLIBRARIES = libgstnle.la
|
||||
|
||||
libgstnle_la_SOURCES = gstnle.c \
|
||||
nleobject.c \
|
||||
nlecomposition.c \
|
||||
nleghostpad.c \
|
||||
nleoperation.c \
|
||||
nlesource.c \
|
||||
nleurisource.c
|
||||
|
||||
libgstnle_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) \
|
||||
-I$(top_srcdir)
|
||||
|
||||
libgstnle_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||
|
||||
libgstnle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
nle.h \
|
||||
nleobject.h \
|
||||
nlecomposition.h \
|
||||
nletypes.h \
|
||||
nleghostpad.h \
|
||||
nleoperation.h \
|
||||
nlesource.h \
|
||||
nletypes.h \
|
||||
nleurisource.h
|
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
examples/
|
|
@ -1,22 +0,0 @@
|
|||
if HAVE_GST_CHECK
|
||||
CHECK_SUBDIRS= check
|
||||
else
|
||||
CHECK_SUBDIRS=
|
||||
endif
|
||||
|
||||
if BUILD_BENCHMARKS
|
||||
BENCHMARKS_SUBDIR=benchmarks
|
||||
else
|
||||
BENCHMARKS_SUBDIR=
|
||||
endif
|
||||
|
||||
if HAVE_GST_VALIDATE
|
||||
VALIDATE_SUBDIRS= validate
|
||||
else
|
||||
VALIDATE_SUBDIRS=
|
||||
endif
|
||||
|
||||
SUBDIRS= $(CHECK_SUBDIRS) $(BENCHMARKS_SUBDIR) $(VALIDATE_SUBDIRS)
|
||||
|
||||
DIST_SUBDIRS = check benchmarks validate
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
noinst_PROGRAMS = timeline
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS)
|
||||
AM_LDFLAGS = -export-dynamic
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS)
|
|
@ -1,140 +0,0 @@
|
|||
include $(top_srcdir)/common/check.mak
|
||||
|
||||
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
|
||||
TEST_FILES_DIRECTORY = $(top_srcdir)/tests/check/ges
|
||||
|
||||
REGISTRY_ENVIRONMENT = \
|
||||
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
||||
|
||||
# GST_PLUGINS_XYZ_DIR is only set in an uninstalled setup
|
||||
AM_TESTS_ENVIRONMENT += \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SYSTEM_PATH_1_0= \
|
||||
GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins:$(GST_PLUGINS_BAD_DIR):$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR)
|
||||
|
||||
plugindir = $(libdir)/gstreamer-@GST_API_VERSION@
|
||||
|
||||
# override to _not_ install the test plugins
|
||||
install-pluginLTLIBRARIES:
|
||||
|
||||
# the core dumps of some machines have PIDs appended
|
||||
CLEANFILES = core.* test-registry.* *.gcno *.gcda
|
||||
|
||||
common_cflags=-I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
|
||||
-DGES_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
|
||||
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS)
|
||||
common_ldadd=$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
|
||||
$(GST_OBJ_LIBS) $(GST_CHECK_LIBS)
|
||||
|
||||
testutils_noisnt_libraries=libtestutils.la
|
||||
testutils_noinst_headers=ges/test-utils.h nle/common.h
|
||||
libtestutils_la_LIBADD=$(common_ldadd)
|
||||
libtestutils_la_CFLAGS=$(common_cflags)
|
||||
libtestutils_la_SOURCES=ges/test-utils.c nle/common.c
|
||||
|
||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
|
||||
|
||||
|
||||
clean-local: clean-local-check
|
||||
|
||||
check_PROGRAMS = \
|
||||
ges/asset \
|
||||
ges/backgroundsource\
|
||||
ges/basic \
|
||||
ges/layer \
|
||||
ges/effects \
|
||||
ges/uriclip \
|
||||
ges/clip \
|
||||
ges/timelineedition \
|
||||
ges/titles\
|
||||
ges/transition \
|
||||
ges/overlays\
|
||||
ges/mixers\
|
||||
ges/group\
|
||||
ges/project\
|
||||
ges/track\
|
||||
ges/tempochange \
|
||||
ges/negative\
|
||||
nle/simple \
|
||||
nle/complex \
|
||||
nle/nleoperation \
|
||||
nle/nlecomposition \
|
||||
nle/tempochange
|
||||
|
||||
# We do not support sources outside composition
|
||||
# nle/nlesource
|
||||
|
||||
noinst_LTLIBRARIES=$(testutils_noisnt_libraries)
|
||||
noinst_HEADERS=$(testutils_noinst_headers)
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(common_cflags) -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
||||
LDADD = $(common_ldadd) libtestutils.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
ges/test-project.xges \
|
||||
ges/test-auto-transition.xges \
|
||||
ges/audio_only.ogg \
|
||||
ges/test-properties.xges \
|
||||
ges/image.png \
|
||||
ges/audio_video.ogg
|
||||
|
||||
COVERAGE_DIRS = \
|
||||
ges
|
||||
COVERAGE_FILES = $(foreach dir,$(COVERAGE_DIRS),$(wildcard $(top_builddir)/$(dir)/*.gcov))
|
||||
COVERAGE_FILES_REL = $(subst $(top_builddir)/,,$(COVERAGE_FILES))
|
||||
COVERAGE_OUT_FILES = $(foreach dir,$(COVERAGE_DIRS),$(wildcard $(top_builddir)/$(dir)/*.gcov.out))
|
||||
COVERAGE_OUT_FILES_REL = $(subst $(top_builddir)/,,$(COVERAGE_OUT_FILES))
|
||||
|
||||
debug:
|
||||
echo $(COVERAGE_FILES)
|
||||
echo $(COVERAGE_FILES_REL)
|
||||
|
||||
.PHONY: coverage
|
||||
if GST_GCOV_ENABLED
|
||||
# we rebuild a registry and do gst-inspect so that all the get/set codepaths
|
||||
# are also covered
|
||||
coverage:
|
||||
make check
|
||||
make coverage-report
|
||||
else
|
||||
coverage:
|
||||
echo "You need to configure with --enable-gcov to get coverage data"
|
||||
exit 1
|
||||
endif
|
||||
|
||||
coverage-report:
|
||||
if test ! -e coverage; then
|
||||
rm -r coverage
|
||||
fi
|
||||
for dir in $(COVERAGE_DIRS); do \
|
||||
mkdir -p coverage/$$dir; \
|
||||
make -C $(top_builddir)/$$dir gcov; \
|
||||
done
|
||||
for dir in $(COVERAGE_DIRS); do \
|
||||
files="`ls $(top_builddir)/$$dir/*.gcov.out 2> /dev/null`"; \
|
||||
if test ! -z "$$files"; then \
|
||||
perl $(top_srcdir)/common/coverage/coverage-report.pl \
|
||||
$(top_builddir)/$$dir/*.gcov.out > \
|
||||
coverage/$$dir/index.xml; \
|
||||
xsltproc $(top_srcdir)/common/coverage/coverage-report.xsl \
|
||||
coverage/$$dir/index.xml > coverage/$$dir/index.html; \
|
||||
fi; \
|
||||
done
|
||||
for file in $(COVERAGE_FILES_REL); do \
|
||||
echo Generating coverage/$$file.html; \
|
||||
perl $(top_srcdir)/common/coverage/coverage-report-entry.pl \
|
||||
$(top_builddir)/$$file > coverage/$$file.html; \
|
||||
done
|
||||
|
||||
check:
|
||||
if HAVE_GST_VALIDATE_LAUNCHER
|
||||
if WITH_PYTHON
|
||||
GI_TYPELIB_PATH=$(top_srcdir)/ges/:${GI_TYPELIB_PATH} LD_LIBRARY_PATH=$(top_srcdir)/ges/.libs:${LD_LIBRARY_PATH} gst-validate-launcher --pyunittest-dir $(top_srcdir)/tests/check/ pyunittest --dump-on-failure
|
||||
|
||||
check-python:
|
||||
GI_TYPELIB_PATH=$(top_srcdir)/ges/:${GI_TYPELIB_PATH} LD_LIBRARY_PATH=$(top_srcdir)/ges/.libs:${LD_LIBRARY_PATH} gst-validate-launcher --pyunittest-dir $(top_srcdir)/tests/check/ pyunittest --dump-on-failure
|
||||
endif
|
||||
endif
|
15
tests/check/ges/.gitignore
vendored
15
tests/check/ges/.gitignore
vendored
|
@ -1,15 +0,0 @@
|
|||
backgroundsource
|
||||
basic
|
||||
effects
|
||||
filesource
|
||||
layer
|
||||
overlays
|
||||
save_and_load
|
||||
simplelayer
|
||||
text_properties
|
||||
clip
|
||||
timelineedition
|
||||
titles
|
||||
transition
|
||||
track
|
||||
asset
|
|
@ -1,7 +0,0 @@
|
|||
SUBDIRS = scenarios
|
||||
|
||||
validatedir=${libdir}/gst-validate-launcher/python/launcher/apps/
|
||||
|
||||
validate_DATA = geslaunch.py
|
||||
|
||||
EXTRA_DIST = geslaunch.py
|
|
@ -1,5 +0,0 @@
|
|||
scenariosdir=${datadir}/gstreamer-$(GST_API_VERSION)/validate/scenarios
|
||||
|
||||
scenarios_DATA = ges-edit-clip-while-paused.scenario
|
||||
|
||||
EXTRA_DIST = ges-edit-clip-while-paused.scenario
|
|
@ -1,12 +0,0 @@
|
|||
bin_PROGRAMS = ges-launch-@GST_API_VERSION@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS) $(GST_VALIDATE_CFLAGS)
|
||||
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GIO_LIBS) $(GST_VALIDATE_LIBS)
|
||||
|
||||
noinst_HEADERS = ges-validate.h ges-launcher.h utils.h
|
||||
|
||||
ges_launch_@GST_API_VERSION@_SOURCES = ges-validate.c ges-launch.c ges-launcher.c utils.c
|
||||
|
||||
man_MANS = ges-launch-1.0.1
|
||||
|
||||
EXTRA_DIST = ges-launch-1.0.1
|
Loading…
Reference in a new issue