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 18FA9138334 for ; Tue, 14 Aug 2018 08:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9C7AE07D7; Tue, 14 Aug 2018 08:42:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A03C8E07D7 for ; Tue, 14 Aug 2018 08:42:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 502E4335C81 for ; Tue, 14 Aug 2018 08:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC1439D for ; Tue, 14 Aug 2018 08:42:28 +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: <1534236141.26a2908ebc0b76189b9c3868b936a49622e8cd16.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-9999.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 26a2908ebc0b76189b9c3868b936a49622e8cd16 X-VCS-Branch: master Date: Tue, 14 Aug 2018 08:42:28 +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-Archives-Salt: 1b8e45d5-cdac-4f29-bae9-4d4bf15f852f X-Archives-Hash: 5f074585a7776d04ff1371618a4b1bf9 commit: 26a2908ebc0b76189b9c3868b936a49622e8cd16 Author: Anthony Parsons flussence eu> AuthorDate: Tue Aug 14 08:38:40 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 14 08:42:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a2908e media-sound/lmms: Added mp3 USE flag. Bug: https://bugs.gentoo.org/662382 Package-Manager: Portage-2.3.46, Repoman-2.3.10 media-sound/lmms/lmms-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index 354ba7ece7b..85c5734ae47 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2 LGPL-2" SLOT="0" -IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio sdl soundio stk vst" +IUSE="alsa debug fluidsynth jack libgig mp3 ogg portaudio pulseaudio sdl soundio stk vst" COMMON_DEPEND=" dev-qt/qtcore:5 @@ -33,6 +33,7 @@ COMMON_DEPEND=" fluidsynth? ( media-sound/fluidsynth ) jack? ( virtual/jack ) libgig? ( media-libs/libgig ) + mp3? ( media-sound/lame ) ogg? ( media-libs/libogg media-libs/libvorbis @@ -75,6 +76,7 @@ src_configure() { -DWANT_ALSA=$(usex alsa) -DWANT_JACK=$(usex jack) -DWANT_GIG=$(usex libgig) + -DWANT_MP3LAME=$(usex mp3) -DWANT_OGGVORBIS=$(usex ogg) -DWANT_PORTAUDIO=$(usex portaudio) -DWANT_PULSEAUDIO=$(usex pulseaudio)