Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media-sound/clementine: disable spotify #28709

Closed
wants to merge 1 commit into from

Conversation

DarthGandalf
Copy link
Contributor

This code was actually removed upstream:
clementine-player/Clementine#7210

Signed-off-by: Alexey Sokolov alexey+gentoo@asokolov.org
Bug: https://bugs.gentoo.org/885529

This code was actually removed upstream:
clementine-player/Clementine#7210

Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Bug: https://bugs.gentoo.org/885529
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @DarthGandalf
Areas affected: ebuilds
Packages affected: media-sound/clementine

media-sound/clementine: @DarthGandalf, @gentoo/proxy-maint, @gentoo/sound

Linked bugs

Bugs linked: 885529


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Dec 18, 2022
@DarthGandalf
Copy link
Contributor Author

--- clementine-1.4.0_rc2.ebuild	2022-10-29 00:49:17.186466035 +0100
+++ clementine-1.4.0_rc2-r1.ebuild	2022-12-18 22:37:58.653975825 +0000
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	S="${WORKDIR}/Clementine-${PV/_}"
 	SRC_URI="https://github.com/clementine-player/Clementine/archive/refs/tags/${PV/_}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"
@@ -123,6 +123,7 @@ src_configure() {
 		-DCCACHE_EXECUTABLE=OFF
 		-DENABLE_BREAKPAD=OFF  #< disable crash reporting
 		-DENABLE_GIO=ON
+		-DENABLE_SPOTIFY=OFF
 		-DENABLE_SPOTIFY_BLOB=OFF
 		-DUSE_SYSTEM_GMOCK=ON
 		-DUSE_SYSTEM_PROJECTM=ON

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-12-18 23:13 UTC
Newest commit scanned: 7d0a89f
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/4adf433ef7/output.html

@DarthGandalf DarthGandalf deleted the clemspo branch January 13, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
3 participants