From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 94304158287 for ; Fri, 16 May 2025 21:49:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A9F4343763 for ; Fri, 16 May 2025 21:49:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7C7A011036D; Fri, 16 May 2025 21:49:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 724B111036D for ; Fri, 16 May 2025 21:49:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25B85343749 for ; Fri, 16 May 2025 21:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E3D6FB9 for ; Fri, 16 May 2025 21:49:19 +0000 (UTC) From: "Brayan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brayan" Message-ID: <1747432073.9dcc614f135a5c1d6b7d8079927e0137c56db375.this.brayan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/qbitmplayer/Manifest media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild X-VCS-Directories: media-sound/qbitmplayer/ X-VCS-Committer: this.brayan X-VCS-Committer-Name: Brayan X-VCS-Revision: 9dcc614f135a5c1d6b7d8079927e0137c56db375 X-VCS-Branch: dev Date: Fri, 16 May 2025 21:49:19 +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: 9123dcc1-1187-44cf-8cd6-e4eadb6c5f1b X-Archives-Hash: c4a2d2253f2ef4f6bbd98df7f8c72f30 commit: 9dcc614f135a5c1d6b7d8079927e0137c56db375 Author: Brayan M. Salazar proton me> AuthorDate: Fri May 16 21:45:55 2025 +0000 Commit: Brayan proton me> CommitDate: Fri May 16 21:47:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dcc614f media-sound/qbitmplayer: fix installation error CMake complained about a missing directory at installation time. Signed-off-by: Brayan M. Salazar proton.me> media-sound/qbitmplayer/Manifest | 1 + .../qbitmplayer/qbitmplayer-2.7.0-r1.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest index f3290756a..826526f3e 100644 --- a/media-sound/qbitmplayer/Manifest +++ b/media-sound/qbitmplayer/Manifest @@ -1 +1,2 @@ +DIST QBitMPlayer-2.7.0-r1.tar.gz 28597 BLAKE2B 19ca9953447fc62c1ae477bd8ab04d95516dabfae120d489b7200c30ed62390ae4264bdb93159da6b5bcd40635a332ba9aebebaf4d890038d8e4079622f715f6 SHA512 9df93ed87de399660b9d40dbe30bdeaea6c82db4d09d41389676afe8c6f5208b12482d1d9bc0246e6a58cafc9988643b749387c8575b7a13f8eb0be1a68d7548 DIST QBitMPlayer-2.7.0.tar.gz 28556 BLAKE2B 1e170201471cb0dd84c417408089a073459452af06a259f81d838b67bc975fd7db8f5ee5fe9ea38b87afe53f39790c4880b6abbfc86f3964a6a956eb54c80383 SHA512 1c6edecf5c9ded07ae3c9b812b5478d806fa1fa889ab8da9f5e9407784631b73494f7df01d2b4e2aab7de6ce219a96d24905f579b2c920f30cb30de733d48021 diff --git a/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild new file mode 100644 index 000000000..86fce20a2 --- /dev/null +++ b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2024-2025 Brayan M. Salazar +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Music Player written in C++ & Qt." +HOMEPAGE="https://github.com/brookiestein/QBitMPlayer" +SRC_URI="https://github.com/brookiestein/QBitMPlayer/archive/refs/tags/${PVR}.tar.gz -> QBitMPlayer-${PVR}.tar.gz" +S="${WORKDIR}/QBitMPlayer-${PVR}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-qt/qtmultimedia:6 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-build/cmake-3.28 + dev-qt/qttools:6[linguist] + virtual/pkgconfig +" + +src_prepare() { + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DQT_VERSION_MAJOR=6 + ) + cmake_src_configure +}