mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
media-libs/gstreamer-editing-services: drop 1.24.11-r1
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/802 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
f7e2565c1e
commit
be85a2257e
@@ -1,2 +1 @@
|
||||
DIST gst-editing-services-1.24.11.tar.xz 855536 BLAKE2B 3273bb65ddbd23a98f1046a34b1fee28d4187e817662603ecd6fd723e1b9feada4ed478eb9d921062bc2b7f75c3fc04de3c306297f63dd77c85b5cc57d6e6903 SHA512 04535b53aa6120d944ad10beec717fc10a5241d62d3277922750a6523dc0f2e939b2eb4e87b8d7bed615c1920b9cc97e1a40bc25b5b5b7427251541904e4eaa8
|
||||
DIST gst-editing-services-1.24.13.tar.xz 859484 BLAKE2B ea5605093d6c495956be41713223e7329d6f3a665064e2e98b413f68a7031919ebd717be642f8757bc7293e9d3d48baa1ebfb950dd5361c9ef4cd0ace7bcd160 SHA512 0c4780496b7bc9fde560741b592c5b5b7743a76eae5b250aaf9fe41a6851f471ed868e9c4362623be5f5a28c6f9507a6b59c9b808034db68b499723525e761be
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
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}"
|
||||
# Some tests are failing
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
>=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"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user