commit:     729c7ff27454f6a9b56764b58a156448ddbed9a5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 15:58:50 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 20:23:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729c7ff2

media-libs/mpvqt: Add subslot

Upstream commit e95d4a2846ae18c4741b5b2027a71e12b1f3df5d

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=502532
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/mpvqt/mpvqt-1.1.1-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-libs/mpvqt/mpvqt-1.1.1-r1.ebuild 
b/media-libs/mpvqt/mpvqt-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..befdb0e5802f
--- /dev/null
+++ b/media-libs/mpvqt/mpvqt-1.1.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.9.0
+QTMIN=6.8.1
+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/2"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[gui,opengl,wayland]
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       media-video/mpv:=[libmpv]
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-cmake-minreqver-3.16.patch ) # bug #965104

Reply via email to