public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-14 12:26 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-14 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1bab252636ac2fc705a02fbe57c0ffe29f97d3de
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed May 14 12:03:04 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed May 14 12:03:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bab2526

media-sound/qbitmplayer: new package, add 2.7.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                 |  1 +
 media-sound/qbitmplayer/metadata.xml             | 12 ++++++++
 media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild | 37 ++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
new file mode 100644
index 000000000..f3290756a
--- /dev/null
+++ b/media-sound/qbitmplayer/Manifest
@@ -0,0 +1 @@
+DIST QBitMPlayer-2.7.0.tar.gz 28556 BLAKE2B 1e170201471cb0dd84c417408089a073459452af06a259f81d838b67bc975fd7db8f5ee5fe9ea38b87afe53f39790c4880b6abbfc86f3964a6a956eb54c80383 SHA512 1c6edecf5c9ded07ae3c9b812b5478d806fa1fa889ab8da9f5e9407784631b73494f7df01d2b4e2aab7de6ce219a96d24905f579b2c920f30cb30de733d48021

diff --git a/media-sound/qbitmplayer/metadata.xml b/media-sound/qbitmplayer/metadata.xml
new file mode 100644
index 000000000..47847c6b1
--- /dev/null
+++ b/media-sound/qbitmplayer/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>this.brayan@proton.me</email>
+    <name>Brayan M. Salazar</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">brookiestein/QBitMPlayer</remote-id>
+    <bugs-to>https://github.com/brookiestein/QBitMPlayer/issues</bugs-to>
+  </upstream>
+</pkgmetadata>

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild
new file mode 100644
index 000000000..053a0ede7
--- /dev/null
+++ b/media-sound/qbitmplayer/qbitmplayer-2.7.0.ebuild
@@ -0,0 +1,37 @@
+# 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"
+
+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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-16 21:49 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-16 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9dcc614f135a5c1d6b7d8079927e0137c56db375
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Fri May 16 21:45:55 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> 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 <this.brayan <AT> 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 <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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-20 12:31 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-20 12:31 UTC (permalink / raw
  To: gentoo-commits

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="


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-20 19:08 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-20 19:08 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-21 19:57 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-21 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a555daf01f98455306328acc5f908e3dac4c77ef
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed May 21 19:55:20 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed May 21 19:55:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a555daf0

media-sound/qbitmplayer: add 2.9.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                 |  1 +
 media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild | 53 ++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index fc2d51e49..38912eec6 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,2 +1,3 @@
 DIST QBitMPlayer-2.7.0.tar.gz 28591 BLAKE2B e7e3b8244502b81f70250dea75f004c7ae2bae5e2b272b99ed3081a8945e72d405a66f968f8e7f16305556b115c8f534b59dddc6a2e71f0f4e549b586994fff9 SHA512 5264f5ac9f1f289c80a49479786dae96f740f802bc50b0b821dee6bf3ddcc10e4ba9780e8d09a36269c13d341867832c19166d5ce53292f5c87190bd69855605
 DIST QBitMPlayer-2.8.0.tar.gz 30101 BLAKE2B a6ac09bb87ca6e3671eb740f286206aa5c0c2770e281b0ed660ae1baea6d05aba83e6c8012d3e6485f8bb9b7f1c53cc0f62d311f80ca0c31228e560e3c4c084e SHA512 61d426a59835aa39f79fd6c81709c37e14a02a77761d6285d1609fbdef549775cd01420d2efec2084101e38cf89a86ac9a4c73b4dfa92f75373edec73edad8ea
+DIST QBitMPlayer-2.9.0.tar.gz 32527 BLAKE2B 0d57d08bb9ec5540aadda6a8458dbbbea17b0a1895b4ef0bacad433e0bf92e175f01b4983f55ed2a18aff7c49c2d2a2b652baa047b1e1c9e9ffd030d2c81e576 SHA512 70e36c3392b8d2fca73f8f9806a56004c41d12cd62a1d67b09e4d6e995a9c43d03ae9e9ef8da70dbab87fa582364c24e1504d3e61ded3a297c2fe2b386a782e4

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild
new file mode 100644
index 000000000..bab70d161
--- /dev/null
+++ b/media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild
@@ -0,0 +1,53 @@
+# 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 +libnotify"
+
+DEPEND="
+	dev-qt/qtmultimedia:6
+	dev-qt/qtbase:6[widgets]
+	dbus? ( dev-qt/qtbase:6[dbus] )
+	libnotify? ( x11-libs/libnotify )
+"
+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
+
+	if use libnotify; then
+		mycmakeargs+=(
+			-DUSE_NOTIFICATIONS=1
+		)
+	fi
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-22 15:28 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-22 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     a0e15df65189bada3903b433599d1cb7789f3620
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu May 22 15:26:34 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu May 22 15:26:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0e15df6

media-sound/qbitmplayer: add 2.9.2

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                 |  1 +
 media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild | 53 ++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 41458cce0..b6f093e7a 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,2 +1,3 @@
 DIST QBitMPlayer-2.8.0.tar.gz 30101 BLAKE2B a6ac09bb87ca6e3671eb740f286206aa5c0c2770e281b0ed660ae1baea6d05aba83e6c8012d3e6485f8bb9b7f1c53cc0f62d311f80ca0c31228e560e3c4c084e SHA512 61d426a59835aa39f79fd6c81709c37e14a02a77761d6285d1609fbdef549775cd01420d2efec2084101e38cf89a86ac9a4c73b4dfa92f75373edec73edad8ea
 DIST QBitMPlayer-2.9.0.tar.gz 32527 BLAKE2B 0d57d08bb9ec5540aadda6a8458dbbbea17b0a1895b4ef0bacad433e0bf92e175f01b4983f55ed2a18aff7c49c2d2a2b652baa047b1e1c9e9ffd030d2c81e576 SHA512 70e36c3392b8d2fca73f8f9806a56004c41d12cd62a1d67b09e4d6e995a9c43d03ae9e9ef8da70dbab87fa582364c24e1504d3e61ded3a297c2fe2b386a782e4
+DIST QBitMPlayer-2.9.2.tar.gz 34376 BLAKE2B 51b191b79e5a3c5d041ad103a9b4ed152a493668dac236bfd93b6bb56bd87958460986854bded3a65f1d2948c084b2c9f4a633a2eacde3ee0f9a494cfab6e2f3 SHA512 a690d73ff199b7def4579d9655a51bba1d778f59c28b91d35fde508f3745d002602ce8da960aa19101fe6e7a671b3f2dbc2c39edec23d8787c7264289bb6bf11

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild
new file mode 100644
index 000000000..bab70d161
--- /dev/null
+++ b/media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild
@@ -0,0 +1,53 @@
+# 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 +libnotify"
+
+DEPEND="
+	dev-qt/qtmultimedia:6
+	dev-qt/qtbase:6[widgets]
+	dbus? ( dev-qt/qtbase:6[dbus] )
+	libnotify? ( x11-libs/libnotify )
+"
+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
+
+	if use libnotify; then
+		mycmakeargs+=(
+			-DUSE_NOTIFICATIONS=1
+		)
+	fi
+
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-22 15:28 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-22 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2a57ed70674df18a4dbd5a91f3534cab6440edea
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu May 22 15:25:41 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu May 22 15:25:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a57ed70

media-sound/qbitmplayer: drop 2.7.0-r2

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                   |  1 -
 .../qbitmplayer/qbitmplayer-2.7.0-r2.ebuild        | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 38912eec6..41458cce0 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +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
 DIST QBitMPlayer-2.9.0.tar.gz 32527 BLAKE2B 0d57d08bb9ec5540aadda6a8458dbbbea17b0a1895b4ef0bacad433e0bf92e175f01b4983f55ed2a18aff7c49c2d2a2b652baa047b1e1c9e9ffd030d2c81e576 SHA512 70e36c3392b8d2fca73f8f9806a56004c41d12cd62a1d67b09e4d6e995a9c43d03ae9e9ef8da70dbab87fa582364c24e1504d3e61ded3a297c2fe2b386a782e4

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.ebuild
deleted file mode 100644
index 3c8199c83..000000000
--- a/media-sound/qbitmplayer/qbitmplayer-2.7.0-r2.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/${PV}.tar.gz -> QBitMPlayer-${PV}.tar.gz"
-S="${WORKDIR}/QBitMPlayer-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	dev-qt/qtmultimedia:6
-	dev-qt/qtbase:6[widgets]
-"
-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
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-27  0:53 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-27  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     60dcc18790c2820e88fa6f90608e05c346bbee3e
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue May 27 00:20:49 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue May 27 00:20:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60dcc187

media-sound/qbitmplayer: add 2.9.5, drop 2.8.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                            |  2 +-
 .../{qbitmplayer-2.8.0.ebuild => qbitmplayer-2.9.5.ebuild}  | 13 ++++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index b6f093e7a3..f51b0cfacc 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +1,3 @@
-DIST QBitMPlayer-2.8.0.tar.gz 30101 BLAKE2B a6ac09bb87ca6e3671eb740f286206aa5c0c2770e281b0ed660ae1baea6d05aba83e6c8012d3e6485f8bb9b7f1c53cc0f62d311f80ca0c31228e560e3c4c084e SHA512 61d426a59835aa39f79fd6c81709c37e14a02a77761d6285d1609fbdef549775cd01420d2efec2084101e38cf89a86ac9a4c73b4dfa92f75373edec73edad8ea
 DIST QBitMPlayer-2.9.0.tar.gz 32527 BLAKE2B 0d57d08bb9ec5540aadda6a8458dbbbea17b0a1895b4ef0bacad433e0bf92e175f01b4983f55ed2a18aff7c49c2d2a2b652baa047b1e1c9e9ffd030d2c81e576 SHA512 70e36c3392b8d2fca73f8f9806a56004c41d12cd62a1d67b09e4d6e995a9c43d03ae9e9ef8da70dbab87fa582364c24e1504d3e61ded3a297c2fe2b386a782e4
 DIST QBitMPlayer-2.9.2.tar.gz 34376 BLAKE2B 51b191b79e5a3c5d041ad103a9b4ed152a493668dac236bfd93b6bb56bd87958460986854bded3a65f1d2948c084b2c9f4a633a2eacde3ee0f9a494cfab6e2f3 SHA512 a690d73ff199b7def4579d9655a51bba1d778f59c28b91d35fde508f3745d002602ce8da960aa19101fe6e7a671b3f2dbc2c39edec23d8787c7264289bb6bf11
+DIST QBitMPlayer-2.9.5.tar.gz 36459 BLAKE2B d46bd4201417d076fb2f10d9275c40ae32ef631acf76cc62db5495916ba17479ad96bedfc205fadbf06f8c15ca5499c0210246621f0a886e38d607933fc5e783 SHA512 24cbff9460f1621c8805150b11cf307e20e67349c67df40a0c5ee8afdf29c463892bfbef0a28ac4a473e3ebc3903d2be766362064c2c4302d65cea21ad29d0be

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild
similarity index 84%
rename from media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild
index 4c1efd98a1..bab70d1614 100644
--- a/media-sound/qbitmplayer/qbitmplayer-2.8.0.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild
@@ -13,12 +13,13 @@ S="${WORKDIR}/QBitMPlayer-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dbus"
+IUSE="dbus +libnotify"
 
 DEPEND="
 	dev-qt/qtmultimedia:6
 	dev-qt/qtbase:6[widgets]
 	dbus? ( dev-qt/qtbase:6[dbus] )
+	libnotify? ( x11-libs/libnotify )
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -38,8 +39,14 @@ src_configure() {
 
 	if use dbus; then
 		mycmakeargs+=(
-		-DUSE_IPC=1
-	)
+			-DUSE_IPC=1
+		)
+	fi
+
+	if use libnotify; then
+		mycmakeargs+=(
+			-DUSE_NOTIFICATIONS=1
+		)
 	fi
 
 	cmake_src_configure


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-05-29 18:26 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-05-29 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     52a27638d6fa005c3ba774856446090269c486f6
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu May 29 18:24:54 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu May 29 18:24:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52a27638

media-sound/qbitmplayer: add 3.0.2, drop 2.9.0

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                             |  2 +-
 media-sound/qbitmplayer/metadata.xml                         |  6 ++++++
 .../{qbitmplayer-2.9.0.ebuild => qbitmplayer-3.0.2.ebuild}   | 12 +++++++++---
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index f51b0cfacc..745831fe59 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +1,3 @@
-DIST QBitMPlayer-2.9.0.tar.gz 32527 BLAKE2B 0d57d08bb9ec5540aadda6a8458dbbbea17b0a1895b4ef0bacad433e0bf92e175f01b4983f55ed2a18aff7c49c2d2a2b652baa047b1e1c9e9ffd030d2c81e576 SHA512 70e36c3392b8d2fca73f8f9806a56004c41d12cd62a1d67b09e4d6e995a9c43d03ae9e9ef8da70dbab87fa582364c24e1504d3e61ded3a297c2fe2b386a782e4
 DIST QBitMPlayer-2.9.2.tar.gz 34376 BLAKE2B 51b191b79e5a3c5d041ad103a9b4ed152a493668dac236bfd93b6bb56bd87958460986854bded3a65f1d2948c084b2c9f4a633a2eacde3ee0f9a494cfab6e2f3 SHA512 a690d73ff199b7def4579d9655a51bba1d778f59c28b91d35fde508f3745d002602ce8da960aa19101fe6e7a671b3f2dbc2c39edec23d8787c7264289bb6bf11
 DIST QBitMPlayer-2.9.5.tar.gz 36459 BLAKE2B d46bd4201417d076fb2f10d9275c40ae32ef631acf76cc62db5495916ba17479ad96bedfc205fadbf06f8c15ca5499c0210246621f0a886e38d607933fc5e783 SHA512 24cbff9460f1621c8805150b11cf307e20e67349c67df40a0c5ee8afdf29c463892bfbef0a28ac4a473e3ebc3903d2be766362064c2c4302d65cea21ad29d0be
+DIST QBitMPlayer-3.0.2.tar.gz 39512 BLAKE2B ae6a11b16a135c4e61bd0d8f65a5bec1d28d2fd9ab2cc46895ec8d28fca7ff6fea90b1da360b6e9e33bf907d22f7b7ad5e92a2fca5e756921e3d66bd187c9083 SHA512 6d0077741131eac3bbb28ce27b9e02af011c621635d218e0861f45a0872a57c063b29f1e133b58db433807c664ceaabf6f718e07944e22ffc8fec59d59e77f9e

diff --git a/media-sound/qbitmplayer/metadata.xml b/media-sound/qbitmplayer/metadata.xml
index 47847c6b14..854e75717b 100644
--- a/media-sound/qbitmplayer/metadata.xml
+++ b/media-sound/qbitmplayer/metadata.xml
@@ -5,6 +5,12 @@
     <email>this.brayan@proton.me</email>
     <name>Brayan M. Salazar</name>
   </maintainer>
+  <use>
+    <flag name="video">
+      Make <pkg>media-sound/qbitmplayer</pkg> not just a Music Player,
+      but a Media Player by enabling its ability to play video files as well.
+    </flag>
+  </use>
   <upstream>
     <remote-id type="github">brookiestein/QBitMPlayer</remote-id>
     <bugs-to>https://github.com/brookiestein/QBitMPlayer/issues</bugs-to>

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild
similarity index 86%
rename from media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild
index bab70d1614..efd506b86f 100644
--- a/media-sound/qbitmplayer/qbitmplayer-2.9.0.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/QBitMPlayer-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dbus +libnotify"
+IUSE="dbus libnotify video"
 
 DEPEND="
 	dev-qt/qtmultimedia:6
@@ -39,13 +39,19 @@ src_configure() {
 
 	if use dbus; then
 		mycmakeargs+=(
-			-DUSE_IPC=1
+			-DENABLE_IPC=1
 		)
 	fi
 
 	if use libnotify; then
 		mycmakeargs+=(
-			-DUSE_NOTIFICATIONS=1
+			-DENABLE_NOTIFICATIONS=1
+		)
+	fi
+
+	if use video; then
+		mycmakeargs+=(
+			-DENABLE_VIDEO_PLAYER=1
 		)
 	fi
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-06-05 21:38 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-06-05 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4174fc529463a8a9bc0b92c5772c2a72ec7d95bc
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Thu Jun  5 21:32:26 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Thu Jun  5 21:32:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4174fc52

media-sound/qbitmplayer: add 3.1.2, drop 2.9.2

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                             |  2 +-
 .../{qbitmplayer-2.9.2.ebuild => qbitmplayer-3.1.2.ebuild}   | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 745831fe59..971ba29fea 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +1,3 @@
-DIST QBitMPlayer-2.9.2.tar.gz 34376 BLAKE2B 51b191b79e5a3c5d041ad103a9b4ed152a493668dac236bfd93b6bb56bd87958460986854bded3a65f1d2948c084b2c9f4a633a2eacde3ee0f9a494cfab6e2f3 SHA512 a690d73ff199b7def4579d9655a51bba1d778f59c28b91d35fde508f3745d002602ce8da960aa19101fe6e7a671b3f2dbc2c39edec23d8787c7264289bb6bf11
 DIST QBitMPlayer-2.9.5.tar.gz 36459 BLAKE2B d46bd4201417d076fb2f10d9275c40ae32ef631acf76cc62db5495916ba17479ad96bedfc205fadbf06f8c15ca5499c0210246621f0a886e38d607933fc5e783 SHA512 24cbff9460f1621c8805150b11cf307e20e67349c67df40a0c5ee8afdf29c463892bfbef0a28ac4a473e3ebc3903d2be766362064c2c4302d65cea21ad29d0be
 DIST QBitMPlayer-3.0.2.tar.gz 39512 BLAKE2B ae6a11b16a135c4e61bd0d8f65a5bec1d28d2fd9ab2cc46895ec8d28fca7ff6fea90b1da360b6e9e33bf907d22f7b7ad5e92a2fca5e756921e3d66bd187c9083 SHA512 6d0077741131eac3bbb28ce27b9e02af011c621635d218e0861f45a0872a57c063b29f1e133b58db433807c664ceaabf6f718e07944e22ffc8fec59d59e77f9e
+DIST QBitMPlayer-3.1.2.tar.gz 41072 BLAKE2B f71ba623aa1bdfa11f978c52e80c76a404bdbc2410911f5b32987bfcf6319d419286a33ff918de40ea8b089d02f10dfd561b927f4a394918256247de5bc4249b SHA512 95bc0573bde9e7b01157e9cfe0f38f5cb57f6e5a698f5419d3c4177fb05572cbc52801104b76777ee70141c094caa63db5bfa967f24dc2626be6ae1988a3876c

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild b/media-sound/qbitmplayer/qbitmplayer-3.1.2.ebuild
similarity index 86%
rename from media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-3.1.2.ebuild
index bab70d1614..efd506b86f 100644
--- a/media-sound/qbitmplayer/qbitmplayer-2.9.2.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-3.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/QBitMPlayer-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dbus +libnotify"
+IUSE="dbus libnotify video"
 
 DEPEND="
 	dev-qt/qtmultimedia:6
@@ -39,13 +39,19 @@ src_configure() {
 
 	if use dbus; then
 		mycmakeargs+=(
-			-DUSE_IPC=1
+			-DENABLE_IPC=1
 		)
 	fi
 
 	if use libnotify; then
 		mycmakeargs+=(
-			-DUSE_NOTIFICATIONS=1
+			-DENABLE_NOTIFICATIONS=1
+		)
+	fi
+
+	if use video; then
+		mycmakeargs+=(
+			-DENABLE_VIDEO_PLAYER=1
 		)
 	fi
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-06-09 12:06 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-06-09 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     85c3d49319c1ca68d1012133c3b0dbd944b79734
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jun  9 12:05:21 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Mon Jun  9 12:06:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85c3d493

media-sound/qbitmplayer: add 3.2.0, drop 2.9.5

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                      |  2 +-
 media-sound/qbitmplayer/metadata.xml                  | 18 ++++++++++++++++--
 ...tmplayer-2.9.5.ebuild => qbitmplayer-3.2.0.ebuild} | 19 ++++++++++++++++---
 3 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index 971ba29fea..fec30d9b48 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +1,3 @@
-DIST QBitMPlayer-2.9.5.tar.gz 36459 BLAKE2B d46bd4201417d076fb2f10d9275c40ae32ef631acf76cc62db5495916ba17479ad96bedfc205fadbf06f8c15ca5499c0210246621f0a886e38d607933fc5e783 SHA512 24cbff9460f1621c8805150b11cf307e20e67349c67df40a0c5ee8afdf29c463892bfbef0a28ac4a473e3ebc3903d2be766362064c2c4302d65cea21ad29d0be
 DIST QBitMPlayer-3.0.2.tar.gz 39512 BLAKE2B ae6a11b16a135c4e61bd0d8f65a5bec1d28d2fd9ab2cc46895ec8d28fca7ff6fea90b1da360b6e9e33bf907d22f7b7ad5e92a2fca5e756921e3d66bd187c9083 SHA512 6d0077741131eac3bbb28ce27b9e02af011c621635d218e0861f45a0872a57c063b29f1e133b58db433807c664ceaabf6f718e07944e22ffc8fec59d59e77f9e
 DIST QBitMPlayer-3.1.2.tar.gz 41072 BLAKE2B f71ba623aa1bdfa11f978c52e80c76a404bdbc2410911f5b32987bfcf6319d419286a33ff918de40ea8b089d02f10dfd561b927f4a394918256247de5bc4249b SHA512 95bc0573bde9e7b01157e9cfe0f38f5cb57f6e5a698f5419d3c4177fb05572cbc52801104b76777ee70141c094caa63db5bfa967f24dc2626be6ae1988a3876c
+DIST QBitMPlayer-3.2.0.tar.gz 42869 BLAKE2B bc8e881af6e9e1cd85006c7075c2c1f78e5343ca0d94346d8ece84d36e382c2bfafcc9109ae0fd8186f2af803d48bef392bff5a9662b646b2d9bd0ccd3899977 SHA512 170fa6d81e84dc59e9004f900fe787ecdf677922dd740829d547f409408c767828815b82a3543b0b6807ba018e40fb4e5c5ccebae437d73429d170b6b2de3587

diff --git a/media-sound/qbitmplayer/metadata.xml b/media-sound/qbitmplayer/metadata.xml
index 854e75717b..4a27b7bdce 100644
--- a/media-sound/qbitmplayer/metadata.xml
+++ b/media-sound/qbitmplayer/metadata.xml
@@ -5,10 +5,24 @@
     <email>this.brayan@proton.me</email>
     <name>Brayan M. Salazar</name>
   </maintainer>
+  <longdescription>
+  Media Player written in C++ and Qt.
+  Network can optionally be enabled to autodetect other running instances,
+  in order to tell that one to show itself instead of opening a new one.
+  Although it's called network, <pkg>media-sound/qbitmplayer</pkg> doesn't
+  actually do any network related stuff, it just opens a local server for
+  subsequent calls to <pkg>media-sound/qbitmplayer</pkg> to connect to it.
+  That's the mechanism it uses to detect running instances.
+  </longdescription>
   <use>
+   <flag name="network">
+    Allow a single instance of itself, thus subsequent calls to
+    <pkg>media-sound/qbitmplayer</pkg> will just open the already
+    opened instance of it.
+    </flag>
     <flag name="video">
-      Make <pkg>media-sound/qbitmplayer</pkg> not just a Music Player,
-      but a Media Player by enabling its ability to play video files as well.
+    Make <pkg>media-sound/qbitmplayer</pkg> not just a Music Player,
+    but a Media Player by enabling its ability to play video files as well.
     </flag>
   </use>
   <upstream>

diff --git a/media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild b/media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild
similarity index 77%
rename from media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild
index bab70d1614..c0c0988946 100644
--- a/media-sound/qbitmplayer/qbitmplayer-2.9.5.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild
@@ -13,13 +13,14 @@ S="${WORKDIR}/QBitMPlayer-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dbus +libnotify"
+IUSE="dbus libnotify network video"
 
 DEPEND="
 	dev-qt/qtmultimedia:6
 	dev-qt/qtbase:6[widgets]
 	dbus? ( dev-qt/qtbase:6[dbus] )
 	libnotify? ( x11-libs/libnotify )
+	network? ( dev-qt/qtbase:6[network] )
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -39,13 +40,25 @@ src_configure() {
 
 	if use dbus; then
 		mycmakeargs+=(
-			-DUSE_IPC=1
+			-DENABLE_IPC=1
 		)
 	fi
 
 	if use libnotify; then
 		mycmakeargs+=(
-			-DUSE_NOTIFICATIONS=1
+			-DENABLE_NOTIFICATIONS=1
+		)
+	fi
+
+	if use network; then
+		mycmakeargs+=(
+			-DSINGLE_INSTANCE=1
+		)
+	fi
+
+	if use video; then
+		mycmakeargs+=(
+			-DENABLE_VIDEO_PLAYER=1
 		)
 	fi
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-06-10 20:00 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-06-10 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9197795c31736b353465cf5ccd0d14d6adecc5e2
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Jun 10 19:51:51 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Jun 10 19:56:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9197795c

media-sound/qbitmplayer: Simplify USE validation.

Fixed bug:
	The 'network' USE flag requires that 'dbus' is enabled as well.

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 ...er-3.2.0.ebuild => qbitmplayer-3.2.0-r1.ebuild} | 32 ++++++----------------
 1 file changed, 8 insertions(+), 24 deletions(-)

diff --git a/media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild b/media-sound/qbitmplayer/qbitmplayer-3.2.0-r1.ebuild
similarity index 75%
rename from media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-3.2.0-r1.ebuild
index c0c0988946..30fbb87d01 100644
--- a/media-sound/qbitmplayer/qbitmplayer-3.2.0.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-3.2.0-r1.ebuild
@@ -29,6 +29,10 @@ BDEPEND="
 	virtual/pkgconfig
 "
 
+REQUIRED_USE="
+	network? ( dbus )
+"
+
 src_prepare() {
 	cmake_src_prepare
 }
@@ -36,31 +40,11 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DQT_VERSION_MAJOR=6
+		-DENABLE_IPC="$(usex dbus)"
+		-DENABLE_NOTIFICATIONS="$(usex libnotify)"
+		-DENABLE_VIDEO_PLAYER="$(usex video)"
+		-DSINGLE_INSTANCE="$(usex network)"
 	)
 
-	if use dbus; then
-		mycmakeargs+=(
-			-DENABLE_IPC=1
-		)
-	fi
-
-	if use libnotify; then
-		mycmakeargs+=(
-			-DENABLE_NOTIFICATIONS=1
-		)
-	fi
-
-	if use network; then
-		mycmakeargs+=(
-			-DSINGLE_INSTANCE=1
-		)
-	fi
-
-	if use video; then
-		mycmakeargs+=(
-			-DENABLE_VIDEO_PLAYER=1
-		)
-	fi
-
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/
@ 2025-06-11 21:25 Brayan
  0 siblings, 0 replies; 13+ messages in thread
From: Brayan @ 2025-06-11 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     540a4246e5d555f4ba9f8556f9b398d7f797b844
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed Jun 11 21:23:00 2025 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed Jun 11 21:23:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=540a4246

media-sound/qbitmplayer: add 3.3.1, drop 3.0.2

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 media-sound/qbitmplayer/Manifest                   |  2 +-
 ...layer-3.0.2.ebuild => qbitmplayer-3.3.1.ebuild} | 29 ++++++++--------------
 2 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/media-sound/qbitmplayer/Manifest b/media-sound/qbitmplayer/Manifest
index fec30d9b48..7b06cd45a5 100644
--- a/media-sound/qbitmplayer/Manifest
+++ b/media-sound/qbitmplayer/Manifest
@@ -1,3 +1,3 @@
-DIST QBitMPlayer-3.0.2.tar.gz 39512 BLAKE2B ae6a11b16a135c4e61bd0d8f65a5bec1d28d2fd9ab2cc46895ec8d28fca7ff6fea90b1da360b6e9e33bf907d22f7b7ad5e92a2fca5e756921e3d66bd187c9083 SHA512 6d0077741131eac3bbb28ce27b9e02af011c621635d218e0861f45a0872a57c063b29f1e133b58db433807c664ceaabf6f718e07944e22ffc8fec59d59e77f9e
 DIST QBitMPlayer-3.1.2.tar.gz 41072 BLAKE2B f71ba623aa1bdfa11f978c52e80c76a404bdbc2410911f5b32987bfcf6319d419286a33ff918de40ea8b089d02f10dfd561b927f4a394918256247de5bc4249b SHA512 95bc0573bde9e7b01157e9cfe0f38f5cb57f6e5a698f5419d3c4177fb05572cbc52801104b76777ee70141c094caa63db5bfa967f24dc2626be6ae1988a3876c
 DIST QBitMPlayer-3.2.0.tar.gz 42869 BLAKE2B bc8e881af6e9e1cd85006c7075c2c1f78e5343ca0d94346d8ece84d36e382c2bfafcc9109ae0fd8186f2af803d48bef392bff5a9662b646b2d9bd0ccd3899977 SHA512 170fa6d81e84dc59e9004f900fe787ecdf677922dd740829d547f409408c767828815b82a3543b0b6807ba018e40fb4e5c5ccebae437d73429d170b6b2de3587
+DIST QBitMPlayer-3.3.1.tar.gz 43102 BLAKE2B dd4fdf2f79c072cf1771b09264597a8309fb4cbabd3004a141ad3b143e76efba2722f23cb39a8da7b3f0184c2d3e9c1ef449763af88962bba1c2f639584254a4 SHA512 2d91a87c753c0f5ea56ad047292484ba8572490225c0893657659eb9d89e3536faada506f5fa106da59535ed0c5f4922848b8c01c464a3be66b0e0b8362a5384

diff --git a/media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild b/media-sound/qbitmplayer/qbitmplayer-3.3.1.ebuild
similarity index 75%
rename from media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild
rename to media-sound/qbitmplayer/qbitmplayer-3.3.1.ebuild
index efd506b86f..30fbb87d01 100644
--- a/media-sound/qbitmplayer/qbitmplayer-3.0.2.ebuild
+++ b/media-sound/qbitmplayer/qbitmplayer-3.3.1.ebuild
@@ -13,13 +13,14 @@ S="${WORKDIR}/QBitMPlayer-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dbus libnotify video"
+IUSE="dbus libnotify network video"
 
 DEPEND="
 	dev-qt/qtmultimedia:6
 	dev-qt/qtbase:6[widgets]
 	dbus? ( dev-qt/qtbase:6[dbus] )
 	libnotify? ( x11-libs/libnotify )
+	network? ( dev-qt/qtbase:6[network] )
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -28,6 +29,10 @@ BDEPEND="
 	virtual/pkgconfig
 "
 
+REQUIRED_USE="
+	network? ( dbus )
+"
+
 src_prepare() {
 	cmake_src_prepare
 }
@@ -35,25 +40,11 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DQT_VERSION_MAJOR=6
+		-DENABLE_IPC="$(usex dbus)"
+		-DENABLE_NOTIFICATIONS="$(usex libnotify)"
+		-DENABLE_VIDEO_PLAYER="$(usex video)"
+		-DSINGLE_INSTANCE="$(usex network)"
 	)
 
-	if use dbus; then
-		mycmakeargs+=(
-			-DENABLE_IPC=1
-		)
-	fi
-
-	if use libnotify; then
-		mycmakeargs+=(
-			-DENABLE_NOTIFICATIONS=1
-		)
-	fi
-
-	if use video; then
-		mycmakeargs+=(
-			-DENABLE_VIDEO_PLAYER=1
-		)
-	fi
-
 	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-06-11 21:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 15:28 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qbitmplayer/ Brayan
  -- strict thread matches above, loose matches on Subject: below --
2025-06-11 21:25 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-21 19:57 Brayan
2025-05-20 19:08 Brayan
2025-05-20 12:31 Brayan
2025-05-16 21:49 Brayan
2025-05-14 12:26 Brayan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox