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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA380158086 for ; Thu, 18 Nov 2021 08:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB63E0809; Thu, 18 Nov 2021 08:45:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 5C1D8E0809 for ; Thu, 18 Nov 2021 08:45:28 +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 06123342BC8 for ; Thu, 18 Nov 2021 08:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AB601C8 for ; Thu, 18 Nov 2021 08:45:25 +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: <1637225118.b3451dd25bb47d2426bc1e1eb28e9b4985eb4bf9.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: b3451dd25bb47d2426bc1e1eb28e9b4985eb4bf9 X-VCS-Branch: master Date: Thu, 18 Nov 2021 08:45:25 +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: 1cae5d6f-cf95-42e6-8657-39495a9161f2 X-Archives-Hash: 0f633c8d2fdfc2c8b7ea65acfe876769 commit: b3451dd25bb47d2426bc1e1eb28e9b4985eb4bf9 Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 18 08:44:47 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 18 08:45:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3451dd2 media-sound/strawberry: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> media-sound/strawberry/strawberry-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild index 9e45d008a03b..e76885a584b9 100644 --- a/media-sound/strawberry/strawberry-9999.ebuild +++ b/media-sound/strawberry/strawberry-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic plocale xdg -PLOCALES="cs de es fr hu id it ko nb pl ru sv" +PLOCALES="ca cs de es fi fr hu id it ja ko nb nl pl pt_BR ru sv uk zh_CN" DESCRIPTION="Modern music player and library organizer based on Clementine and Qt" HOMEPAGE="https://www.strawbs.org/" @@ -21,10 +21,6 @@ LICENSE="GPL-3" SLOT="0" IUSE="cdda debug +gstreamer ipod mtp pulseaudio +udisks vlc" -REQUIRED_USE=" - udisks? ( dbus ) -" - BDEPEND=" dev-qt/linguist-tools:5 sys-devel/gettext @@ -44,7 +40,6 @@ COMMON_DEPEND=" dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 media-libs/alsa-lib - >=media-libs/chromaprint-1.4:= >=media-libs/libmygpo-qt-1.0.9[qt5(+)] >=media-libs/taglib-1.11.1_p20181028 sys-libs/zlib @@ -52,6 +47,7 @@ COMMON_DEPEND=" x11-libs/libX11 cdda? ( dev-libs/libcdio:= ) gstreamer? ( + >=media-libs/chromaprint-1.4:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) @@ -82,6 +78,7 @@ DEPEND="${COMMON_DEPEND} DOCS=( Changelog README.md ) REQUIRED_USE=" + cdda? ( gstreamer ) || ( gstreamer vlc ) " @@ -104,6 +101,8 @@ src_configure() { -DENABLE_LIBGPOD="$(usex ipod)" -DENABLE_LIBMTP="$(usex mtp)" -DENABLE_LIBPULSE="$(usex pulseaudio)" + -DENABLE_MUSICBRAINZ="$(usex gstreamer)" + -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)" -DENABLE_UDISKS2="$(usex udisks)" -DENABLE_VLC="$(usex vlc)" # Disable until we have qt6 in the tree