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 19:08:02 +0000 (UTC) [thread overview]
Message-ID: <1747768023.80363fad8a049b300c80e81518be7ed071ac9352.this.brayan@gentoo> (raw)
commit: 80363fad8a049b300c80e81518be7ed071ac9352
Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue May 20 19:07:03 2025 +0000
Commit: Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue May 20 19:07:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80363fad
media-sound/qbitmplayer: add 2.8.0
Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>
media-sound/qbitmplayer/Manifest | 1 +
media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild | 46 ++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 80b9548fb..fc2d51e49 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1 +1,2 @@
DIST QBitMPlayer-2.7.0.tar.gz 28591 BLAKE2B e7e3b8244502b81f70250dea75f004c7ae2bae5e2b272b99ed3081a8945e72d405a66f968f8e7f16305556b115c8f534b59dddc6a2e71f0f4e549b586994fff9 SHA512 5264f5ac9f1f289c80a49479786dae96f740f802bc50b0b821dee6bf3ddcc10e4ba9780e8d09a36269c13d341867832c19166d5ce53292f5c87190bd69855605
+DIST QBitMPlayer-2.8.0.tar.gz 30101 BLAKE2B a6ac09bb87ca6e3671eb740f286206aa5c0c2770e281b0ed660ae1baea6d05aba83e6c8012d3e6485f8bb9b7f1c53cc0f62d311f80ca0c31228e560e3c4c084e SHA512 61d426a59835aa39f79fd6c81709c37e14a02a77761d6285d1609fbdef549775cd01420d2efec2084101e38cf89a86ac9a4c73b4dfa92f75373edec73edad8ea
diff --git a/media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild
new file mode 100644
index 000000000..4c1efd98a
--- /dev/null
+++ b/media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild
@@ -0,0 +1,46 @@
+# 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/${PV}.tar.gz -> QBitMPlayer-${PV}.tar.gz"
+S="${WORKDIR}/QBitMPlayer-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus"
+
+DEPEND="
+ dev-qt/qtmultimedia:6
+ dev-qt/qtbase:6[widgets]
+ dbus? ( dev-qt/qtbase:6[dbus] )
+"
+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
+ )
+
+ if use dbus; then
+ mycmakeargs+=(
+ -DUSE_IPC=1
+ )
+ fi
+
+ cmake_src_configure
+}
next reply other threads:[~2025-05-20 19:08 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-20 19:08 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 12:31 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=1747768023.80363fad8a049b300c80e81518be7ed071ac9352.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