Port to meson

Desktop / GNOME / PiTiVi - Thibault Saunier [gnome.org] - 15 July 2016 09:27 UTC

Differential Revision: https://phabricator.freedesktop.org/D1153

3003b26 Port to meson
.gitignore | 54 +-
Makefile.am | 49 --
autogen.sh | 38 -
bin/Makefile.am | 4 -
bin/meson.build | 9 +
bin/pitivi-env | 2 +-
bin/pitivi.in | 5 +-
build/flatpak/pitivi-flatpak | 4 +-
build/flatpak/pitivi.template.json | 20 +-
configure | 65 ++
configure.ac | 160 ----
data/Makefile.am | 19 -
data/audiopresets/Makefile.am | 6 -
data/gstpresets/Makefile.am | 10 -
data/icons/16x16/Makefile.am | 10 -
data/icons/22x22/Makefile.am | 10 -
data/icons/24x24/Makefile.am | 10 -
data/icons/256x256/Makefile.am | 10 -
data/icons/32x32/Makefile.am | 10 -
data/icons/48x48/Makefile.am | 10 -
data/icons/512x512/Makefile.am | 10 -
data/icons/Makefile.am | 13 -
data/icons/meson.build | 6 +
data/meson.build | 22 +
data/pixmaps/Makefile.am | 168 -----
.../pixmaps/hicolor/24x24/actions/pitivi-align.svg | 408 -----------
.../hicolor/24x24/actions/pitivi-gapless.svg | 340 ---------
.../pixmaps/hicolor/24x24/actions/pitivi-group.svg | 226 ------
.../hicolor/24x24/actions/pitivi-keyframe.svg | 485 -------------
.../hicolor/24x24/actions/pitivi-relink.svg | 666 -----------------
.../pixmaps/hicolor/24x24/actions/pitivi-split.svg | 276 -------
.../hicolor/24x24/actions/pitivi-ungroup.svg | 233 ------
.../hicolor/24x24/actions/pitivi-unlink.svg | 766 --------------------
data/pixmaps/pitivi-align.svg | 408 +++++++++++
data/pixmaps/pitivi-gapless.svg | 340 +++++++++
data/pixmaps/pitivi-group.svg | 226 ++++++
data/pixmaps/pitivi-keyframe.svg | 485 +++++++++++++
data/pixmaps/pitivi-relink.svg | 666 +++++++++++++++++
data/pixmaps/pitivi-split.svg | 276 +++++++
data/pixmaps/pitivi-ungroup.svg | 233 ++++++
data/pixmaps/pitivi-unlink.svg | 766 ++++++++++++++++++++
data/renderpresets/Makefile.am | 11 -
data/ui/Makefile.am | 22 -
data/videopresets/Makefile.am | 11 -
help/C/meson.build | 7 +
help/Makefile.am | 60 --
help/cs/meson.build | 19 +
help/de/meson.build | 19 +
help/el/meson.build | 19 +
help/es/meson.build | 19 +
help/fr/meson.build | 19 +
help/meson.build | 38 +
help/sl/meson.build | 19 +
help/sv/meson.build | 19 +
help/uk/meson.build | 19 +
m4/as-ac-expand.m4 | 43 --
m4/python.m4 | 25 -
meson.build | 57 ++
meson_options.txt | 2 +
pitivi/Makefile.am | 36 -
pitivi/coptimizations/Makefile.am | 8 -
pitivi/dialogs/Makefile.am | 13 -
pitivi/timeline/Makefile.am | 12 -
pitivi/undo/Makefile.am | 11 -
pitivi/utils/Makefile.am | 19 -
pitivi/viewer/Makefile.am | 9 -
po/meson.build | 14 +
pre-commit.hook | 1 -
tests/Makefile.am | 49 --
tests/__init__.py | 72 +-
tests/meson.build | 38 +
tests/runtests.py | 99 ---
72 files changed, 3894 insertions(+), 4439 deletions(-)

Upstream: git.gnome.org


  • Share