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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B065158232 for ; Tue, 10 Dec 2024 11:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5138CE08ED; Tue, 10 Dec 2024 11:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 39C86E08F3 for ; Tue, 10 Dec 2024 11:32:20 +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 783D1343158 for ; Tue, 10 Dec 2024 11:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B84EF213D for ; Tue, 10 Dec 2024 11:32:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1733746837.2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/mpc-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/mpc-qt/Manifest media-video/mpc-qt/mpc-qt-24.12.ebuild X-VCS-Directories: media-video/mpc-qt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3 X-VCS-Branch: master Date: Tue, 10 Dec 2024 11:32:16 +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: 84c1a79d-198f-44d9-810f-87646226ee09 X-Archives-Hash: 8a773a37c7b7f7c663e720444562b3af commit: 2f4a980a834c3d3e3baf8dc9eea3a2012df3c4a3 Author: Takuya Wakazono gmail com> AuthorDate: Mon Dec 9 12:04:35 2024 +0000 Commit: David Roman gmail 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 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 +}