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 69659158086 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 476DF2BC004; 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 0716C2BC007 for ; Thu, 2 Dec 2021 11:43:07 +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 B75FD34301D 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 DCC87132 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: <1638445376.1a5377cfa4d35b460eb0171e12afc32321a5af2c.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/metadata.xml media-sound/strawberry/strawberry-1.0.0-r1.ebuild media-sound/strawberry/strawberry-1.0.0-r2.ebuild X-VCS-Directories: media-sound/strawberry/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1a5377cfa4d35b460eb0171e12afc32321a5af2c 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: ba9548e7-4523-4bf6-8623-8e7319ab5923 X-Archives-Hash: 028c6b28245c3d49c7e55f3f5c78326c commit: 1a5377cfa4d35b460eb0171e12afc32321a5af2c Author: Lars Wendler gentoo org> AuthorDate: Thu Dec 2 11:40:38 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Dec 2 11:42:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5377cf media-sound/strawberry: Revbump to fix automagic dep on sci-libs/fftw by introducing "moodbar" USE flag. Thanks-to: Thomas Lindroth gmail.com> Closes: https://bugs.gentoo.org/828005 Signed-off-by: Lars Wendler gentoo.org> media-sound/strawberry/metadata.xml | 1 + .../{strawberry-1.0.0-r1.ebuild => strawberry-1.0.0-r2.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/strawberry/metadata.xml b/media-sound/strawberry/metadata.xml index ea30306662e5..1d06f286e255 100644 --- a/media-sound/strawberry/metadata.xml +++ b/media-sound/strawberry/metadata.xml @@ -11,6 +11,7 @@ Enable media-video/vlc backend + Enable moodbar support jonaski/strawberry diff --git a/media-sound/strawberry/strawberry-1.0.0-r1.ebuild b/media-sound/strawberry/strawberry-1.0.0-r2.ebuild similarity index 95% rename from media-sound/strawberry/strawberry-1.0.0-r1.ebuild rename to media-sound/strawberry/strawberry-1.0.0-r2.ebuild index a43b22b25ba9..7fb0814fa2d5 100644 --- a/media-sound/strawberry/strawberry-1.0.0-r1.ebuild +++ b/media-sound/strawberry/strawberry-1.0.0-r2.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)"