public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/mpc-qt/
Date: Sun, 21 Jan 2024 16:12:01 +0000 (UTC)	[thread overview]
Message-ID: <1705853420.fdb06eaaa4141d03f656b994c2b83ffe8e724cfc.pastalian46@gentoo> (raw)

commit:     fdb06eaaa4141d03f656b994c2b83ffe8e724cfc
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 21 16:10:20 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <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
+}


             reply	other threads:[~2024-01-21 16:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-21 16:12 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 14:25 [gentoo-commits] repo/proj/guru:dev commit in: media-video/mpc-qt/ Takuya Wakazono
2025-02-25 14:25 Takuya Wakazono
2024-12-09 12:21 Takuya Wakazono
2024-07-02 11:21 Takuya Wakazono
2024-07-02 11:21 Takuya Wakazono
2024-01-21 16:12 Takuya Wakazono
2023-11-26 17:09 Benoît Dufour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705853420.fdb06eaaa4141d03f656b994c2b83ffe8e724cfc.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox