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: fix deps and link #28722

Closed
wants to merge 1 commit into from

Conversation

DarthGandalf
Copy link
Contributor

crypto++ was required only for spotify which is gone (https://bugs.gentoo.org/885529)

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

@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: 887105, 887163


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 21, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-12-21 01:53 UTC
Newest commit scanned: 40052a5
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/9a222bac56/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-12-25 00:18 UTC
Newest commit scanned: f88bc84
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/1111380d5b/output.html

Copy link
Contributor

@ceamac ceamac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message contains only Bug: tags, no Closes:. Are the bugs not fixed by this PR?

qa-vdb finds a possibly missing RDEPEND media-libs/alsa-lib
and media-libs/libmtp -> media-libs/libmtp:=

I would put S below SRC_URI, not above
Also BDEPEND last, not first (but that's just a matter of style)

@@ -116,9 +119,6 @@ src_configure() {
# spotify is not in portage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spotify part is missing from the live ebuild. Is that intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. In the release we disable it, but in live ebuild there's nothing to disable, because it's removed upstream.

@DarthGandalf
Copy link
Contributor Author

Are the bugs not fixed by this PR?

This PR adds fixed ebuilds, but doesn't remove broken ones. Somehow I prefer closing the bug when it's finally fixed, but I can change the tag if you prefer it that way.

missing RDEPEND media-libs/alsa-lib

It looks like you use USE=-alsa, but alsa-lib is installed on your system, so got automagically found... Fixed.

and media-libs/libmtp -> media-libs/libmtp:=

good catch

I would put S below SRC_URI, not above
Also BDEPEND last, not first (but that's just a matter of style)

alright

@ceamac
Copy link
Contributor

ceamac commented Jan 2, 2023

This PR adds fixed ebuilds, but doesn't remove broken ones. Somehow I prefer closing the bug when it's finally fixed, but I can change the tag if you prefer it that way.

It's ok as long as you keep track of them :)

It looks like you use USE=-alsa, but alsa-lib is installed on your system, so got automagically found... Fixed.

Yes, I built it with USE='-*' to see what it does, but I forgot to mention this. Thanks

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-01-02 11:04 UTC
Newest commit scanned: 059ca99
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/e96c744289/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-01-02 11:14 UTC
Newest commit scanned: 69595d7
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/2dbd47b8bf/output.html

Copy link
Contributor

@ceamac ceamac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With USE="alsa cdda dbus ipod lastfm mtp pulseaudio test udisks -box -debug -dropbox -googledrive -mms -moodbar -projectm -seafile -skydrive -wiimote", qa-vdb reports it needs media-libs/libpulse in RDEPEND. Now it is in DEPEND only.

$ lddtree `which clementine`
clementine => /usr/bin/clementine (interpreter => /lib64/ld-linux-x86-64.so.2)
...
   libpulse.so.0 => /usr/lib64/libpulse.so.0
...
   libasound.so.2 => /usr/lib64/libasound.so.2

crypto++ was required only for spotify which is gone
(https://bugs.gentoo.org/885529)

Closes: https://bugs.gentoo.org/887105
Closes: https://bugs.gentoo.org/887163
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
@DarthGandalf
Copy link
Contributor Author

Actually it was media-sound/pulseaudio instead. Done.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-01-02 12:04 UTC
Newest commit scanned: e65742f
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/e3c09351b1/output.html

Copy link
Contributor

@ceamac ceamac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@gentoo-bot gentoo-bot closed this in 80c425d Jan 2, 2023
@ceamac
Copy link
Contributor

ceamac commented Jan 2, 2023

I had to update the copyright year to 2023, I hope you don't mind. pkgcheck didn't complain until pushing

Thanks again

@DarthGandalf DarthGandalf deleted the clem branch January 13, 2023 01:31
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
4 participants