Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660330 - x11-misc/safeeyes-2.0.6 change audio deps: pyaudio -> alsa-utils
Summary: x11-misc/safeeyes-2.0.6 change audio deps: pyaudio -> alsa-utils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 02:00 UTC by Anton Bolshakov
Modified: 2018-07-08 16:48 UTC (History)
1 user (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 Anton Bolshakov 2018-07-04 02:00:24 UTC
the tool does not use pyaudio package anymore.

I looked at the code, /plugins/audiblealert/plugin.py it runs
    from safeeyes import Utility
    try:
       Utility.execute_command('aplay', ['-q', path])

aplay is installed by media-sound/alsa-utils.
You might want to adjust the ebuild.
Comment 1 Sebastian Pipping gentoo-dev 2018-07-08 16:46:33 UTC
Good catch, thanks for the report!
Comment 2 Larry the Git Cow gentoo-dev 2018-07-08 16:48:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79029e88e35c841c1ded1e36fccb6beba18e2d38

commit 79029e88e35c841c1ded1e36fccb6beba18e2d38
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2018-07-08 16:46:26 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2018-07-08 16:46:26 +0000

    x11-misc/safeeyes: Fix audio dependency
    
    Closes: https://bugs.gentoo.org/660330
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/safeeyes/safeeyes-2.0.2.ebuild | 4 ++--
 x11-misc/safeeyes/safeeyes-2.0.4.ebuild | 4 ++--
 x11-misc/safeeyes/safeeyes-2.0.5.ebuild | 4 ++--
 x11-misc/safeeyes/safeeyes-2.0.6.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)