media-libs/gstreamer-editing-services - 1.28.7 (bentoo)

Search

Install

Install this version:

emerge -a =media-libs/gstreamer-editing-services-1.28.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/gstreamer-editing-services-1.28.7

Or alternatively:

emerge --autounmask-write -a =media-libs/gstreamer-editing-services-1.28.7

Package Information

Description:
SDK for making video editors and more
Homepage:
http://wiki.pitivi.org/wiki/GES
License:
LGPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.28.7 8 amd64 ~arm64 x86 1.0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{12..14} )

# BENTOO-DIVERGENCE: PATCHES - none, where ::gentoo carries a pygobject-3.52 patch. Those are
# backports onto THEIR 1.26.11; upstream shipped the same fixes in the series
# this ebuild tracks. Verified 2026-09-07 rather than assumed: it reverse-applies cleanly against the
# 1.28.6 tarball.
inherit meson python-r1 verify-sig

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"
SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz.asc )"
S="${WORKDIR}"/${P/gstreamer/gst}

LICENSE="LGPL-2+"
SLOT="1.0"
KEYWORDS="amd64 ~arm64 x86"

IUSE="+introspection test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# Some tests are failing
RESTRICT="test"

# BENTOO-DIVERGENCE: RDEPEND - dev-libs/libxml2 declared explicitly. GES
# parses the XGES project format with it; ::gentoo gets it transitively
# and never names it.
# BENTOO-DIVERGENCE: DEPEND - same libxml2, and no test? ( gst-plugins-good ):
# ::gentoo pulls that in for its test suite, which RESTRICT="test" here
# never runs.
RDEPEND="
	${PYTHON_DEPS}
	dev-python/pygobject[${PYTHON_USEDEP}]
	>=dev-libs/glib-2.40.0:2
	dev-libs/libxml2:2=
	>=media-libs/gstreamer-${PV}:1.0[introspection?]
	>=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
	>=media-libs/gst-plugins-bad-${PV}:1.0[introspection?]
	introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-tpm )"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc

src_configure() {
	python_setup

	local emesonargs=(
		-Ddoc=disabled # hotdoc not packaged
		$(meson_feature introspection)
		$(meson_feature test tests)
		-Dbash-completion=disabled
		-Dxptv=disabled
		-Dpython=enabled
		-Dvalidate=disabled
		-Dexamples=disabled
	)
	meson_src_configure
}

src_install() {
	meson_src_install
	python_moduleinto gi.overrides
	python_foreach_impl python_domodule bindings/python/gi/overrides/GES.py
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-libs/gstreamer-editing-services | euse -E <flag> -p media-libs/gstreamer-editing-services | euse -D <flag> -p media-libs/gstreamer-editing-services

Global/Standard Flags

introspection
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	dev-python/pygobject[]
	>=dev-libs/glib-2.40.0:2
	dev-libs/libxml2:2=
	>=media-libs/gstreamer-1.28.7:1.0[introspection?]
	>=media-libs/gst-plugins-base-1.28.7:1.0[introspection?]
	>=media-libs/gst-plugins-bad-1.28.7:1.0[introspection?]
	introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )

RDEPEND

	
	dev-python/pygobject[]
	>=dev-libs/glib-2.40.0:2
	dev-libs/libxml2:2=
	>=media-libs/gstreamer-1.28.7:1.0[introspection?]
	>=media-libs/gst-plugins-base-1.28.7:1.0[introspection?]
	>=media-libs/gst-plugins-bad-1.28.7:1.0[introspection?]
	introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )

BDEPEND

virtual/pkgconfig  verify-sig? ( sec-keys/openpgp-keys-tpm )

Manifest for 1.28.7

Type File Size Source URLs
DIST gst-editing-services-1.28.7.tar.xz 871780 bytes https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.28.7.tar.xz
DIST gst-editing-services-1.28.7.tar.xz.asc 833 bytes https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.28.7.tar.xz.asc