From: "Brayan" <this.brayan@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
Date: Tue, 20 May 2025 12:31:52 +0000 (UTC) [thread overview]
Message-ID: <1747743910.fa60bf50d7a0ff22b171bb508ad4c75f92542f60.this.brayan@gentoo> (raw)
commit: fa60bf50d7a0ff22b171bb508ad4c75f92542f60
Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue May 20 12:17:34 2025 +0000
Commit: Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue May 20 12:25:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa60bf50
media-sound/qbitmplayer: Fixed requirement of Qt5 dependency in favor of Qt6.
Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>
media-sound/qbitmplayer/Manifest | 3 +-
.../qbitmplayer/qbitmplayer-2.7.0-r1.ebuild | 37 ----------------------
...er-2.7.0.ebuild => qbitmplayer-2.7.0-r2.ebuild} | 2 +-
3 files changed, 2 insertions(+), 40 deletions(-)
diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 826526f3e..80b9548fb 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,2 +1 @@
-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
+DIST QBitMPlayer-2.7.0.tar.gz 28591 BLAKE2B e7e3b8244502b81f70250dea75f004c7ae2bae5e2b272b99ed3081a8945e72d405a66f968f8e7f16305556b115c8f534b59dddc6a2e71f0f4e549b586994fff9 SHA512 5264f5ac9f1f289c80a49479786dae96f740f802bc50b0b821dee6bf3ddcc10e4ba9780e8d09a36269c13d341867832c19166d5ce53292f5c87190bd69855605
diff --git a/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild
deleted file mode 100644
index 86fce20a2..000000000
--- a/media-sound/qbitmplayer/qbitmplayer-2.7.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024-2025 Brayan M. Salazar <this.brayan@proton.me>
-# 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
-}
diff --git a/media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.ebuild
similarity index 96%
rename from media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.ebuild
index 053a0ede7..3c8199c83 100644
--- a/media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
DEPEND="
dev-qt/qtmultimedia:6
- dev-qt/qtwidgets:5
+ dev-qt/qtbase:6[widgets]
"
RDEPEND="${DEPEND}"
BDEPEND="
next reply other threads:[~2025-05-20 12:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-20 12:31 Brayan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-11 21:25 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/ Brayan
2025-06-10 20:00 Brayan
2025-06-09 12:06 Brayan
2025-06-05 21:38 Brayan
2025-05-29 18:26 Brayan
2025-05-27 0:53 Brayan
2025-05-22 15:28 Brayan
2025-05-22 15:28 Brayan
2025-05-21 19:57 Brayan
2025-05-20 19:08 Brayan
2025-05-16 21:49 Brayan
2025-05-14 12:26 Brayan
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=1747743910.fa60bf50d7a0ff22b171bb508ad4c75f92542f60.this.brayan@gentoo \
--to=this.brayan@proton.me \
--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