public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mpvqt/
@ 2023-12-25 17:04 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-12-25 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     876cf9338b1c049005072f2c399d64e57e8b3d5f
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: 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 <josh <AT> redstrate.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="project">
+        <email>kde@gentoo.org</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 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}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/mpvqt/
@ 2024-07-23 16:11 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-07-23 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     38deb8dbf9f29b0699a3e177120cbef3c78237c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 16:01:48 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 16:11:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38deb8db

media-libs/mpvqt: Add missing dev-qt/qtbase[wayland] USEdep

Closes: https://bugs.gentoo.org/936500
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/mpvqt/{mpvqt-1.0.0.ebuild => mpvqt-1.0.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mpvqt/mpvqt-1.0.0.ebuild b/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
similarity index 92%
rename from media-libs/mpvqt/mpvqt-1.0.0.ebuild
rename to media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
index 95da03a0866f..54cecbd34015 100644
--- a/media-libs/mpvqt/mpvqt-1.0.0.ebuild
+++ b/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
@@ -20,7 +20,7 @@ SLOT="6"
 IUSE=""
 
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,opengl]
+	>=dev-qt/qtbase-${QTMIN}:6[gui,opengl,wayland]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
 	media-video/mpv:=[libmpv]
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/mpvqt/
@ 2024-08-07 19:48 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-08-07 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     41e1ada8b9c9af3607e577108063fd434eea21ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 19:46:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 19:46:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e1ada8

media-libs/mpvqt: drop 1.0.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/mpvqt/Manifest              |  1 -
 media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild | 27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/media-libs/mpvqt/Manifest b/media-libs/mpvqt/Manifest
index a8b771fe2027..6daa32c6b97c 100644
--- a/media-libs/mpvqt/Manifest
+++ b/media-libs/mpvqt/Manifest
@@ -1,2 +1 @@
-DIST mpvqt-1.0.0.tar.xz 36172 BLAKE2B 7b88c9f0e69bb4784087161addb7299d061646dca3e2707ce697a67cfec9f668c894df7479c1ded7ddc1f73f48c127051f6b27f536aca35f272235f1b09bcfc1 SHA512 42b19e74d682e327566559c9d600a8cd98b1a64d01804fccc5f85c990532daf434cc2005bf0af10d3cae78643d512651cfac504193e015538d5f75eaa088f26c
 DIST mpvqt-1.0.1.tar.xz 32104 BLAKE2B 260780c13928a8f65a5305949c02fc44d26f11e1f313f9ba240db1ed5d16d266a5b74b08e608b99c876a76ea0da1f147b17a37686fc36d1ecab1f888c235b008 SHA512 0e7acf301742fb3e4ee07d7b3112f00522c2d5f3c1001060538e887c48aa0dfb87752f9b99011618895075cb6098f369289131c7de31a6b65513852236451dde

diff --git a/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild b/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
deleted file mode 100644
index 54cecbd34015..000000000000
--- a/media-libs/mpvqt/mpvqt-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2024 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 ~arm64 ~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}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-07 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 19:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/mpvqt/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-07-23 16:11 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox