From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D3F158015 for ; Mon, 25 Dec 2023 17:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AE92BC024; Mon, 25 Dec 2023 17:05:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1995A2BC024 for ; Mon, 25 Dec 2023 17:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3033D33B864 for ; Mon, 25 Dec 2023 17:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CC714B4 for ; Mon, 25 Dec 2023 17:04:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1703523833.876cf9338b1c049005072f2c399d64e57e8b3d5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mpvqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mpvqt/Manifest media-libs/mpvqt/metadata.xml media-libs/mpvqt/mpvqt-1.0.0.ebuild X-VCS-Directories: media-libs/mpvqt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 876cf9338b1c049005072f2c399d64e57e8b3d5f X-VCS-Branch: master Date: Mon, 25 Dec 2023 17:04:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 637e92fc-c630-4231-89ff-960b4a448f87 X-Archives-Hash: fbfbe228178bc08739709c57ff264663 commit: 876cf9338b1c049005072f2c399d64e57e8b3d5f Author: Joshua Goins redstrate com> AuthorDate: Mon Dec 11 19:40:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 17:03:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876cf933 media-libs/mpvqt: new package, add 1.0.0 imported from kde overlay Thanks-to: Joshua Goins redstrate.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/mpvqt/Manifest | 1 + media-libs/mpvqt/metadata.xml | 12 ++++++++++++ media-libs/mpvqt/mpvqt-1.0.0.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/media-libs/mpvqt/Manifest b/media-libs/mpvqt/Manifest new file mode 100644 index 000000000000..723bfc260a94 --- /dev/null +++ b/media-libs/mpvqt/Manifest @@ -0,0 +1 @@ +DIST mpvqt-1.0.0.tar.xz 36172 BLAKE2B 7b88c9f0e69bb4784087161addb7299d061646dca3e2707ce697a67cfec9f668c894df7479c1ded7ddc1f73f48c127051f6b27f536aca35f272235f1b09bcfc1 SHA512 42b19e74d682e327566559c9d600a8cd98b1a64d01804fccc5f85c990532daf434cc2005bf0af10d3cae78643d512651cfac504193e015538d5f75eaa088f26c diff --git a/media-libs/mpvqt/metadata.xml b/media-libs/mpvqt/metadata.xml new file mode 100644 index 000000000000..4b756e71cd97 --- /dev/null +++ b/media-libs/mpvqt/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + libraries/mpvqt + + 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 000000000000..990a449f34e3 --- /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="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] + >=dev-qt/qtdeclarative-${QTMIN}:6 + media-video/mpv:=[libmpv] +" +RDEPEND="${DEPEND}"