From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5974F158176 for ; Tue, 14 Oct 2025 20:06:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4534D34103B for ; Tue, 14 Oct 2025 20:06:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 66C9D1104B5; Tue, 14 Oct 2025 20:06:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5C1741104B5 for ; Tue, 14 Oct 2025 20:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16093335DEB for ; Tue, 14 Oct 2025 20:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDC93AF0 for ; Tue, 14 Oct 2025 20:06:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760472254.212b318c67290e30a2a0aad51d2edb6efe3e11e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-9999.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 212b318c67290e30a2a0aad51d2edb6efe3e11e9 X-VCS-Branch: master Date: Tue, 14 Oct 2025 20:06:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a74cfe5d-5c60-44d6-bd4c-2d42ee648c41 X-Archives-Hash: fa3893502ef45c554de63eb58389a372 commit: 212b318c67290e30a2a0aad51d2edb6efe3e11e9 Author: Nicolas PARLANT parhuet fr> AuthorDate: Tue Oct 14 11:57:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 14 20:04:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212b318c media-sound/qmmp: minor update for live set mpg123 instead of mad as default decoder (r12245) add qmmp-plugin-pack in optfeature Signed-off-by: Nicolas PARLANT parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44174 Signed-off-by: Sam James gentoo.org> media-sound/qmmp/qmmp-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 794407b7583b..308687d51539 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -22,7 +22,7 @@ LICENSE="CC-BY-SA-4.0 GPL-2+" # default skin & source code SLOT="0" # KEYWORDS further up IUSE="X aac +alsa archive bs2b cdda cddb curl +dbus doc enca -ffmpeg flac game gnome jack ladspa libxmp +mad midi mpg123 +ffmpeg flac game gnome jack ladspa libxmp mad midi +mpg123 musepack opus pipewire projectm pulseaudio qtmedia shout sid sndfile soxr +vorbis wavpack " @@ -183,5 +183,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst + optfeature "various plugins: input, decoder, video, visualization..." media-plugins/qmmp-plugin-pack use dbus && optfeature "removable device detection" sys-fs/udisks }