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: Mon, 9 Dec 2024 12:21:52 +0000 (UTC) [thread overview]
Message-ID: <1733746837.2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3.pastalian46@gentoo> (raw)
commit: 2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 9 12:04:35 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Dec 9 12:20:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f4a980a
media-video/mpc-qt: add 24.12
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-video/mpc-qt/Manifest | 1 +
media-video/mpc-qt/mpc-qt-24.12.ebuild | 39 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/media-video/mpc-qt/Manifest b/media-video/mpc-qt/Manifest
index eeb476ce5..0ff847b70 100644
--- a/media-video/mpc-qt/Manifest
+++ b/media-video/mpc-qt/Manifest
@@ -1 +1,2 @@
DIST mpc-qt-24.06.tar.gz 305502 BLAKE2B ec76e62aa93a656d6c65b0420c15010294ec8817cfa9f8069b4d4d99578b7941be0a2220a8268c265efd9f18b03ac323f2e06a19daf32a60eb07b783cb1e7c8e SHA512 c75b1d089bd710bfbab1660848b2cdba7b3bfc455d27e97f995f8e598d48adb1671eb26d1d0eacfb6deb95adcef5c811426139f2ee534bbb6108466b5e8d447c
+DIST mpc-qt-24.12.tar.gz 2986327 BLAKE2B 4b2a2303b0f165b4fea1bf54a6ac7211f2ee65240f4f380617a0750eace48bfdd4516a8aed7b3f93bcb3c6448a53462d70136a2b7efa03b0c15d2420b3d7d232 SHA512 b2f015f5826da1b799b2b476473f2bc5bb6e0d2f172f5d4ceae8d80e8ebdab0fb01854d17498c8e5c6c39120ea87699a592f780e91d9eed3722c268884bae117
diff --git a/media-video/mpc-qt/mpc-qt-24.12.ebuild b/media-video/mpc-qt/mpc-qt-24.12.ebuild
new file mode 100644
index 000000000..d2e9ba8ef
--- /dev/null
+++ b/media-video/mpc-qt/mpc-qt-24.12.ebuild
@@ -0,0 +1,39 @@
+# 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,wayland,widgets]
+ dev-qt/qtsvg:6
+ 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
+}
next reply other threads:[~2024-12-09 12:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 12:21 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-07-02 11:21 Takuya Wakazono
2024-07-02 11:21 Takuya Wakazono
2024-01-21 16:12 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=1733746837.2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3.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