gentoo-ebuilds/media-libs/mpvqt/mpvqt-1.0.1.ebuild
Arthur Zamarin 1b591152a9
media-libs/mpvqt: Stabilize 1.0.1 arm64, #934478
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-01 22:32:53 +03:00

27 lines
617 B
Bash

# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.3.0
QTMIN=6.6.2
inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
KEYWORDS="amd64 arm64 ~ppc64 ~x86"
fi
DESCRIPTION="libmpv wrapper for QtQuick2 and QML"
HOMEPAGE="https://invent.kde.org/libraries/mpvqt"
LICENSE="|| ( GPL-2 GPL-3 LGPL-3 LGPL-2.1 ) CC-BY-SA-4.0 MIT BSD"
SLOT="6"
IUSE=""
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,opengl,wayland]
>=dev-qt/qtdeclarative-${QTMIN}:6
media-video/mpv:=[libmpv]
"
RDEPEND="${DEPEND}"