Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648212 - media-sound/upmpdcli should depend on media-sound/mpd[curl]
Summary: media-sound/upmpdcli should depend on media-sound/mpd[curl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-20 04:53 UTC by BT
Modified: 2018-04-15 02:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2018-02-20 04:53:17 UTC
media-sound/upmpdcli currently has a RDEPEND on media-sound/mpd, but it should be media-sound/mpd[curl]. Without it, upmpdcli cannot work because it relies on the mpd curl input plugin to play files from the UPnP media server.
Comment 1 Larry the Git Cow gentoo-dev 2018-04-15 02:54:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8941cdf32bc706dc7d478737387379daa0881f46

commit 8941cdf32bc706dc7d478737387379daa0881f46
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2018-04-15 02:54:37 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2018-04-15 02:54:37 +0000

    media-sound/upmpdcli: Add mpd's curl dep
    
    Closes: https://bugs.gentoo.org/648212
    Closes: https://bugs.gentoo.org/652770
    Package-Manager: Portage-2.3.28, Repoman-2.3.7

 media-sound/upmpdcli/upmpdcli-1.2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Erik Mackdanz gentoo-dev 2018-04-15 02:56:01 UTC
Thanks for reporting this.