# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..14} ) inherit meson python-r1 DESCRIPTION="SDK for making video editors and more" HOMEPAGE="http://wiki.pitivi.org/wiki/GES" SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz" S="${WORKDIR}"/${P/gstreamer/gst} LICENSE="LGPL-2+" SLOT="1.0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+introspection test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" # =dev-build/meson-1.10.0"; then local -a skip_tests=() for skip_test in ${_skip_tests[@]}; do skip_tests+=( "gst-editing-services:${skip_test}" ) done else local -a skip_tests=( ${_skip_tests[@]} ) fi unset _skip_tests for test_index in ${!tests[@]}; do if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then unset tests[${test_index}] fi done meson_src_test ${tests[@]} } src_install() { meson_src_install python_moduleinto gi.overrides python_foreach_impl python_domodule bindings/python/gi/overrides/GES.py }