Files
gentoo/dev-qt/qtquicktimeline/qtquicktimeline-6.11.2.ebuild
Ionen Wolkens 750c94f00f dev-qt/qtquicktimeline: add 6.11.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2026-08-18 07:40:34 -04:00

19 lines
395 B
Bash

# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt6-build
DESCRIPTION="Qt module for keyframe-based timeline construction"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
RDEPEND="
~dev-qt/qtbase-${PV}:6
~dev-qt/qtdeclarative-${PV}:6
"
DEPEND="${RDEPEND}"