Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270803 - net-p2p/deluge-1.1.7: No sound notification without dev-python/pygame
Summary: net-p2p/deluge-1.1.7: No sound notification without dev-python/pygame
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 09:46 UTC by Dmitry Kochetov
Modified: 2009-11-05 16:16 UTC (History)
0 users

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


Attachments
Patch to fix notification and sound problem (deluge_sound_and_notification.patch,838 bytes, patch)
2009-05-22 09:48 UTC, Dmitry Kochetov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Kochetov 2009-05-22 09:46:49 UTC
Deluge needs dev-python/pygame for playing sounds (ogg or wav format) after torrent complete downloading. 
Without dev-python/pygame deluge displays this warning in a terminal: 
[WARNING ] 13:22:44 notification:90 pygame is not installed

Reproducible: Always

Steps to Reproduce:
1. Enable sound notification in the preferences and select some ogg or wav file  to played.
2. Make a notification happen, for instance by completing a download

Actual Results:  
No sound notification is played after complete torrent downloading.

Adding:
IUSE="gtk sound" 
and 
sound? ( dev-python/pygame ) in RDEPEND section
to ebuild solve problem. 

P.S. This bug is writing after discover that notifications doesn't showing without "dev-python/notify-python" lib. (http://bugs.gentoo.org/show_bug.cgi?id=268056).
Comment 1 Dmitry Kochetov 2009-05-22 09:48:07 UTC
Created attachment 192096 [details, diff]
Patch to fix notification and sound problem
Comment 2 Dmitry Kochetov 2009-10-07 18:39:26 UTC
Any chance to fix this bug in portage tree?
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2009-11-05 16:16:40 UTC
dev-python/pygame is a dep of the gtk USE-flag now.