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 9E7171382C5 for ; Sun, 18 Apr 2021 17:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D44E0809; Sun, 18 Apr 2021 17:16:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C00BBE0809 for ; Sun, 18 Apr 2021 17:16:13 +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 D39B7335DB6 for ; Sun, 18 Apr 2021 17:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA0159C for ; Sun, 18 Apr 2021 17:16:11 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1618766165.b5f4a04d54d0edfb6a96eb45b6d843c07905a0e0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/metadata.xml media-sound/spotify/spotify-1.1.55.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b5f4a04d54d0edfb6a96eb45b6d843c07905a0e0 X-VCS-Branch: master Date: Sun, 18 Apr 2021 17:16:11 +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: cda36e08-5321-4bbe-b419-b325e9a9d960 X-Archives-Hash: be9dc1d2f734a5dbc7e6b77772ee29b5 commit: b5f4a04d54d0edfb6a96eb45b6d843c07905a0e0 Author: Matthew Thode gentoo org> AuthorDate: Sun Apr 18 17:15:27 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Apr 18 17:16:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f4a04d media-sound/spotify: add local-playback useflag Closes: https://bugs.gentoo.org/783501 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> media-sound/spotify/metadata.xml | 1 + media-sound/spotify/spotify-1.1.55.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/spotify/metadata.xml b/media-sound/spotify/metadata.xml index 6e853bb0020..5f4cc456b93 100644 --- a/media-sound/spotify/metadata.xml +++ b/media-sound/spotify/metadata.xml @@ -2,6 +2,7 @@ + Allows playing local files with the Spotify client Triggers a paxmarking of the main Spotify binary Controls the dependency on pulseaudio or apulse Pulls in dependencies needed for systray support on some desktop environments diff --git a/media-sound/spotify/spotify-1.1.55.ebuild b/media-sound/spotify/spotify-1.1.55.ebuild index f1822b036eb..544835629b0 100644 --- a/media-sound/spotify/spotify-1.1.55.ebuild +++ b/media-sound/spotify/spotify-1.1.55.ebuild @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl systray pax_kernel pulseaudio" +IUSE="libnotify libressl local-playback pax_kernel pulseaudio systray" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -31,6 +31,7 @@ RDEPEND=" net-print/cups[ssl] pulseaudio? ( media-sound/pulseaudio ) !pulseaudio? ( media-sound/apulse ) + local-playback? ( media-video/ffmpeg:0/56.58.58 ) systray? ( gnome-extra/gnome-integration-spotify ) x11-libs/gtk+:2 app-accessibility/at-spi2-atk