public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-video/mpc-qt/
@ 2024-01-22 17:27 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-01-22 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fdb06eaaa4141d03f656b994c2b83ffe8e724cfc
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 21 16:10:20 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 21 16:10:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdb06eaa

media-video/mpc-qt: add 23.12

Closes: https://bugs.gentoo.org/919035
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-video/mpc-qt/Manifest            |  1 +
 media-video/mpc-qt/metadata.xml        | 11 ++++++++++
 media-video/mpc-qt/mpc-qt-23.12.ebuild | 38 ++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/media-video/mpc-qt/Manifest b/media-video/mpc-qt/Manifest
index 7a56c0e816..1862b51c20 100644
--- a/media-video/mpc-qt/Manifest
+++ b/media-video/mpc-qt/Manifest
@@ -1 +1,2 @@
+DIST mpc-qt-23.12.tar.gz 303763 BLAKE2B c17ee305bdcea861f890dea4921dcb728697f6051337e43e69803cbc6586183257a95fd170d614e09e65ce2d9be42c6f89cb006dd82a309f0ce64a0617f997dd SHA512 45a3a59fe67007ec6afc3cd88b81fd99c714fc0cd8aed979dc380c249070da54410a1f8eafd237f0b2516d484c2a2b052c334613e0742b97ff44c8d9291b90a7
 DIST v23.02.tar.gz 300103 BLAKE2B 7837dfc2f1e9d0c8f7742fed567601f9ecddb55170d79f2b92acb02ce1df8066484554ffe70d0f83470c97b9936d787cfa722cab3882e0fbeb863204e6705c16 SHA512 1c1316a17467f36e6ac01587980333ad9f0dde71122cd6f315a0e3772fbdc5905ae4247f37990fb85d17c3ee4c26947940ada39e49f14566e3d7338875d017ab

diff --git a/media-video/mpc-qt/metadata.xml b/media-video/mpc-qt/metadata.xml
new file mode 100644
index 0000000000..cfb4591c74
--- /dev/null
+++ b/media-video/mpc-qt/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pastalian46@gmail.com</email>
+		<name>Takuya Wakazono</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mpc-qt/mpc-qt</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-video/mpc-qt/mpc-qt-23.12.ebuild b/media-video/mpc-qt/mpc-qt-23.12.ebuild
new file mode 100644
index 0000000000..0f0e74a4f5
--- /dev/null
+++ b/media-video/mpc-qt/mpc-qt-23.12.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Media Player Classic Qute Theater"
+HOMEPAGE="https://mpc-qt.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-qt/qtbase:6[dbus,gui,network,opengl,widgets]
+	media-video/mpv:=[libmpv]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-qt/qttools:6[linguist]
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+
+	sed -i "s|doc/mpc-qt/|doc/${PF}|" mpc-qt.pro || die
+}
+
+src_configure() {
+	eqmake6 MPCQT_VERSION="${PV}" PREFIX="${EPREFIX}/usr" mpc-qt.pro
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/mpc-qt/
@ 2024-01-22 17:27 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-01-22 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1b7e3ee90e6dfc745114d9597bc618a95bb8a210
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 21 16:10:54 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 21 16:10:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b7e3ee9

media-video/mpc-qt: drop 23.02

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-video/mpc-qt/Manifest            |  1 -
 media-video/mpc-qt/mpc-qt-23.02.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/media-video/mpc-qt/Manifest b/media-video/mpc-qt/Manifest
index 1862b51c20..b77569aff0 100644
--- a/media-video/mpc-qt/Manifest
+++ b/media-video/mpc-qt/Manifest
@@ -1,2 +1 @@
 DIST mpc-qt-23.12.tar.gz 303763 BLAKE2B c17ee305bdcea861f890dea4921dcb728697f6051337e43e69803cbc6586183257a95fd170d614e09e65ce2d9be42c6f89cb006dd82a309f0ce64a0617f997dd SHA512 45a3a59fe67007ec6afc3cd88b81fd99c714fc0cd8aed979dc380c249070da54410a1f8eafd237f0b2516d484c2a2b052c334613e0742b97ff44c8d9291b90a7
-DIST v23.02.tar.gz 300103 BLAKE2B 7837dfc2f1e9d0c8f7742fed567601f9ecddb55170d79f2b92acb02ce1df8066484554ffe70d0f83470c97b9936d787cfa722cab3882e0fbeb863204e6705c16 SHA512 1c1316a17467f36e6ac01587980333ad9f0dde71122cd6f315a0e3772fbdc5905ae4247f37990fb85d17c3ee4c26947940ada39e49f14566e3d7338875d017ab

diff --git a/media-video/mpc-qt/mpc-qt-23.02.ebuild b/media-video/mpc-qt/mpc-qt-23.02.ebuild
deleted file mode 100644
index 119514e17e..0000000000
--- a/media-video/mpc-qt/mpc-qt-23.02.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils desktop
-
-DESCRIPTION="Media Player Classic Qute Theater"
-HOMEPAGE="https://mpc-qt.github.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-qt/qtcore:5"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_configure() {
-	eqmake5 mpc-qt.pro
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	dobin "${WORKDIR}/${P}/mpc-qt"
-	domenu "${WORKDIR}/${P}/io.github.mpc_qt.Mpc-Qt.desktop"
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/mpc-qt/
@ 2023-11-29 22:47 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-11-29 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f9c22da2b267a4bd525bfe7bcdc077ccd947aea5
Author:     Benoît Dufour <benoit.dufour <AT> mail <DOT> com>
AuthorDate: Sun Nov 26 17:07:46 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Nov 26 17:07:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9c22da2

media-video/mpc-qt: new package, add 23.02

Signed-off-by: Benoît Dufour <benoit.dufour <AT> mail.com>

 media-video/mpc-qt/Manifest            |  1 +
 media-video/mpc-qt/mpc-qt-23.02.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-video/mpc-qt/Manifest b/media-video/mpc-qt/Manifest
new file mode 100644
index 0000000000..7a56c0e816
--- /dev/null
+++ b/media-video/mpc-qt/Manifest
@@ -0,0 +1 @@
+DIST v23.02.tar.gz 300103 BLAKE2B 7837dfc2f1e9d0c8f7742fed567601f9ecddb55170d79f2b92acb02ce1df8066484554ffe70d0f83470c97b9936d787cfa722cab3882e0fbeb863204e6705c16 SHA512 1c1316a17467f36e6ac01587980333ad9f0dde71122cd6f315a0e3772fbdc5905ae4247f37990fb85d17c3ee4c26947940ada39e49f14566e3d7338875d017ab

diff --git a/media-video/mpc-qt/mpc-qt-23.02.ebuild b/media-video/mpc-qt/mpc-qt-23.02.ebuild
new file mode 100644
index 0000000000..119514e17e
--- /dev/null
+++ b/media-video/mpc-qt/mpc-qt-23.02.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils desktop
+
+DESCRIPTION="Media Player Classic Qute Theater"
+HOMEPAGE="https://mpc-qt.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-qt/qtcore:5"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	eqmake5 mpc-qt.pro
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	dobin "${WORKDIR}/${P}/mpc-qt"
+	domenu "${WORKDIR}/${P}/io.github.mpc_qt.Mpc-Qt.desktop"
+}


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

end of thread, other threads:[~2024-01-22 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 17:27 [gentoo-commits] repo/proj/guru:master commit in: media-video/mpc-qt/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 17:27 David Roman
2023-11-29 22:47 David Roman

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