commit: e75b8de05badddb6f1da21fe08538f51e3cb1caf Author: Joshua Goins <josh <AT> redstrate <DOT> com> AuthorDate: Mon Dec 11 19:40:45 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 22:04:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e75b8de0
media-libs/mpvqt: new package, add 1.0.0 Signed-off-by: Joshua Goins <josh <AT> redstrate.com> Closes: https://github.com/gentoo/kde/pull/945 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/mpvqt/metadata.xml | 12 ++++++++++++ media-libs/mpvqt/mpvqt-1.0.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/media-libs/mpvqt/metadata.xml b/media-libs/mpvqt/metadata.xml new file mode 100644 index 0000000000..4b756e71cd --- /dev/null +++ b/media-libs/mpvqt/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">libraries/mpvqt</remote-id> + </upstream> +</pkgmetadata> diff --git a/media-libs/mpvqt/mpvqt-1.0.0.ebuild b/media-libs/mpvqt/mpvqt-1.0.0.ebuild new file mode 100644 index 0000000000..6451bd5d4e --- /dev/null +++ b/media-libs/mpvqt/mpvqt-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.245.0 +QTMIN=6.5.0 +inherit ecm kde.org + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="MpvQt is a 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=" + media-video/mpv:=[libmpv] + >=dev-qt/qtbase-${QTMIN}:6[gui,opengl] + >=dev-qt/qtdeclarative-${QTMIN}:6 +" +RDEPEND="${DEPEND}"
