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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80BCA158087 for ; Thu, 2 Dec 2021 11:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C252BC007; Thu, 2 Dec 2021 11:43:09 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 071452BC004 for ; Thu, 2 Dec 2021 11:43:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B0F31342FFA for ; Thu, 2 Dec 2021 11:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10AA175 for ; Thu, 2 Dec 2021 11:43:04 +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: <1638445377.52f507a89b2056415cf53c66254878771952b8fa.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/strawberry/strawberry-9999.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 52f507a89b2056415cf53c66254878771952b8fa X-VCS-Branch: master Date: Thu, 2 Dec 2021 11:43:04 +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: 8db3cc7c-f986-4365-8d0f-47827a43626d X-Archives-Hash: 41fa0fe6efc6753fc9fb2e7f592d08d8 commit: 52f507a89b2056415cf53c66254878771952b8fa Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 2 11:42:33 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 2 11:42:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f507a8 media-sound/strawberry: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/strawberry/strawberry-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index e76885a584b9..83b0bbf5f703 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="cdda debug +gstreamer ipod mtp pulseaudio +udisks vlc" +IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc" BDEPEND=" dev-qt/linguist-tools:5 @@ -52,6 +52,7 @@ COMMON_DEPEND=" media-libs/gst-plugins-base:1.0 ) ipod? ( >=media-libs/libgpod-0.8.0 ) + moodbar? ( sci-libs/fftw:3.0 ) mtp? ( >=media-libs/libmtp-1.0.0 ) pulseaudio? ( media-sound/pulseaudio ) vlc? ( media-video/vlc ) @@ -101,6 +102,7 @@ src_configure() { -DENABLE_LIBGPOD="$(usex ipod)" -DENABLE_LIBMTP="$(usex mtp)" -DENABLE_LIBPULSE="$(usex pulseaudio)" + -DENABLE_MOODBAR="$(usex moodbar)" -DENABLE_MUSICBRAINZ="$(usex gstreamer)" -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" -DENABLE_UDISKS2="$(usex udisks)"