Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566344 - media-sound/clementine[mtp] should depend on gnome-base/gvfs[mtp]
Summary: media-sound/clementine[mtp] should depend on gnome-base/gvfs[mtp]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 16:05 UTC by begdory4
Modified: 2016-07-16 09:44 UTC (History)
3 users (show)

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 begdory4 2015-11-20 16:05:18 UTC
https://github.com/clementine-player/Clementine/wiki/Portable-Devices#mtp
as written here, clementine mtp support relies on mpt support in gvfs, so there is no sence in clementine +mtp and gvfs -mtp
Workaround is simple: use +mtp system-wide or implicitly specify flag on gvfs

Reproducible: Always

Steps to Reproduce:
1. USE="-mtp" emerge gvfs 
2. USE="mtp" emerge clementine
Actual Results:  
You will no see mtp device in clementine

Expected Results:  
You should see mtp device in clementine dfevices tab
Comment 1 Patrice Clement gentoo-dev 2016-07-16 09:44:08 UTC
commit b8e9cb5c8547483daf7b46942cd5016861cee751 (HEAD -> master, origin/master, origin/HEAD)
Author:     Alexander Golubev <fatzer2@gmail.com>
AuthorDate: Sat Jul 16 06:34:09 2016 +0300
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Jul 16 11:36:39 2016 +0200

media-sound/clementine: add missing USE for a dependency gnome-base/gvfs[mtp].

Gentoo-Bug: https://bugs.gentoo.org/566344
Closes: https://github.com/gentoo/gentoo/pull/1889

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

media-sound/clementine/clementine-1.2.3-r1.ebuild | 169 ----------------------
media-sound/clementine/clementine-1.2.3-r2.ebuild | 169 ++++++++++++++++++++++
media-sound/clementine/clementine-1.3.1-r1.ebuild | 168 ---------------------
media-sound/clementine/clementine-1.3.1-r2.ebuild | 168 +++++++++++++++++++++
media-sound/clementine/clementine-9999.ebuild     |   2 +-
5 files changed, 338 insertions(+), 338 deletions(-)
delete mode 100644 media-sound/clementine/clementine-1.2.3-r1.ebuild
create mode 100644 media-sound/clementine/clementine-1.2.3-r2.ebuild
delete mode 100644 media-sound/clementine/clementine-1.3.1-r1.ebuild
create mode 100644 media-sound/clementine/clementine-1.3.1-r2.ebuild

Merged. Thanks!