From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 817F71382C5 for ; Wed, 9 Jun 2021 13:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BE4E0788; Wed, 9 Jun 2021 13:28:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C0D4E0788 for ; Wed, 9 Jun 2021 13:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82239340BC1 for ; Wed, 9 Jun 2021 13:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B997A6 for ; Wed, 9 Jun 2021 13:28:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1623245308.0ae96924603d162b9e37d74d73f9861b459f6f50.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0ae96924603d162b9e37d74d73f9861b459f6f50 X-VCS-Branch: master Date: Wed, 9 Jun 2021 13:28:35 +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: 941a3d30-978f-40f8-9d4b-134b53195ffd X-Archives-Hash: e6553cb2e6f821baea16a0fe5107b967 commit: 0ae96924603d162b9e37d74d73f9861b459f6f50 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 9 13:25:40 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 9 13:28:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae96924 media-sound/qmmp: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/qmmp/qmmp-9999.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-sound/qmmp/qmmp-9999.ebuild b/media-sound/qmmp/qmmp-9999.ebuild index 8bd1b63268e..2fe547a222c 100644 --- a/media-sound/qmmp/qmmp-9999.ebuild +++ b/media-sound/qmmp/qmmp-9999.ebuild @@ -20,9 +20,10 @@ fi LICENSE="GPL-2" SLOT="0" # KEYWORDS further up -IUSE="aac +alsa analyzer archive bs2b cdda cover crossfade cue curl +dbus enca ffmpeg flac game -gnome jack ladspa lyrics +mad midi mms modplug mplayer musepack notifier opus oss projectm -pulseaudio qsui qtmedia scrobbler shout sid sndfile soxr stereo tray udisks +vorbis wavpack" +IUSE="aac +alsa analyzer archive bs2b cdda cover crossfade cue curl +dbus enca +ffmpeg flac game gnome jack ladspa lyrics +mad midi mms modplug mplayer musepack +notifier opus oss pipewire projectm pulseaudio qsui qtmedia scrobbler shout sid +sndfile soxr stereo tray udisks +vorbis wavpack" REQUIRED_USE=" gnome? ( dbus ) @@ -68,6 +69,7 @@ RDEPEND=" mplayer? ( media-video/mplayer ) musepack? ( >=media-sound/musepack-tools-444 ) opus? ( media-libs/opusfile ) + pipewire? ( media-video/pipewire ) projectm? ( dev-qt/qtgui:5[-gles2-only] dev-qt/qtopengl:5 @@ -94,7 +96,7 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ChangeLog README ) src_prepare() { - if has_version dev-libs/libcdio-paranoia; then + if has_version dev-libs/libcdio-paranoia ; then sed -i \ -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \ src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die @@ -136,6 +138,7 @@ src_configure() { -DUSE_NOTIFIER="$(usex notifier)" -DUSE_OPUS="$(usex opus)" -DUSE_OSS="$(usex oss)" + -DUSE_PIPEWIRE="$(usex pipewire)" -DUSE_PROJECTM="$(usex projectm)" -DUSE_PULSE="$(usex pulseaudio)" -DUSE_QSUI="$(usex qsui)"