Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462368 - www-client/weboob should depend on dev-python/PyQt4[phonon]
Summary: www-client/weboob should depend on dev-python/PyQt4[phonon]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 20:16 UTC by Fab
Modified: 2013-03-25 03:42 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 Fab 2013-03-19 20:16:54 UTC
Hi,

I installed =www-client/weboob-0e on my system and got this backtrace :

> $ qvideoob
> Traceback (most recent call last):
>   File "/usr/bin/qvideoob-2.7", line 23, in <module>
>     from weboob.applications.qvideoob import QVideoob
>   File "/usr/lib64/python2.7/site-packages/weboob/applications/qvideoob/__init__.py", line 1, in <module>
>     from .qvideoob import QVideoob
>   File "/usr/lib64/python2.7/site-packages/weboob/applications/qvideoob/qvideoob.py", line 24, in <module>
>     from .main_window import MainWindow
>   File "/usr/lib64/python2.7/site-packages/weboob/applications/qvideoob/main_window.py", line 29, in <module>
>     from .video import Video
>   File "/usr/lib64/python2.7/site-packages/weboob/applications/qvideoob/video.py", line 23, in <module>
>     from PyQt4.phonon import Phonon
> ImportError: No module named phonon

I rebuilt dev-python/PyQt4 with USE="phonon" and now this seems to work fine.

Reproducible: Always
Comment 1 Laurent Bachelier 2013-03-23 15:39:31 UTC
As a weboob developer, I confirm this, qvideoob uses Phonon.

Fixed in my overlay: http://git.p.engu.in/laurentb/gentoo-overlay/log/www-client/weboob

You might want to import the other improvements.
Comment 2 Patrick Lauer gentoo-dev 2013-03-25 03:42:47 UTC
+  25 Mar 2013; Patrick Lauer <patrick@gentoo.org> +weboob-0e-r2.ebuild,
+  -weboob-0e-r1.ebuild, weboob-9998.ebuild, weboob-9999.ebuild:
+  Fix PyQt deps #462368