Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227193 - exaile ebuild should have a mtp USE flag
Summary: exaile ebuild should have a mtp USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL: http://www.exaile.org/
Whiteboard:
Keywords:
Depends on: 227191
Blocks:
  Show dependency tree
 
Reported: 2008-06-15 14:06 UTC by onip
Modified: 2009-05-06 18:03 UTC (History)
1 user (show)

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


Attachments
modified exaile ebuild (exaile-0.2.13-r1.ebuild,2.93 KB, text/plain)
2008-06-15 14:07 UTC, onip
Details

Note You need to log in before you can comment on or make changes to this bug.
Description onip 2008-06-15 14:06:01 UTC
exaile-0.2.13 provides a plugin that allows to upload (via drag n' drop) songs to mtp devices.
To work this requires pymtp installed (currently not in portage)

I suggest adding mtp use just like the ipod one already present and add an ebuild (an attempt of which is posted in bug #227191) for pymtp

Reproducible: Always

Steps to Reproduce:
Comment 1 onip 2008-06-15 14:07:08 UTC
Created attachment 156909 [details]
modified exaile ebuild

Ebuild with USE added in IUSE and pymtp dep added in RDEPEND
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-15 15:42:25 UTC
- $WORKDIR not quoted
- letting the ebuild die multiple times in pkg_setup() is frustrating for users. Do the following instead:


letsdie=0

...

((letsdie++))


...

[ ${letsdie} != 0 ] && die "Please take care of the above issues."








Comment 3 onip 2008-06-15 15:53:21 UTC
(In reply to comment #2)

I've just taken portage ebuild and did some little modifications
Comment 4 Rafael 2008-11-19 01:19:46 UTC
What's the status of this? Will it be fixed?
I still can't use MTP with Exaile.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-05-06 18:03:48 UTC
added to 0.2.14.. but not to 0.3.x since afaik it doesn't support portable players yet..