media-sound/qbitmplayer: add 3.1.2, drop 2.9.2

Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
This commit is contained in:
Brayan M. Salazar
2025-06-05 17:32:26 -04:00
parent 19f181d944
commit 4174fc5294
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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