public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 05 Jun 2025 21:38:03 +0000 (UTC)	[thread overview]
Message-ID: <1749159146.4174fc529463a8a9bc0b92c5772c2a72ec7d95bc.this.brayan@gentoo> (raw)

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
 


             reply	other threads:[~2025-06-05 21:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 21:38 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-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-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=1749159146.4174fc529463a8a9bc0b92c5772c2a72ec7d95bc.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