Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157559 - x11-misc/hotkeys - change mediaplayer shortcuts for audacious
Summary: x11-misc/hotkeys - change mediaplayer shortcuts for audacious
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Low normal
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 21:08 UTC by Eric Spehr
Modified: 2007-08-21 14:10 UTC (History)
1 user (show)

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


Attachments
xmms to audacious change in default keyboard setup (audacious.patch,653 bytes, patch)
2006-12-08 21:10 UTC, Eric Spehr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Spehr 2006-12-08 21:08:24 UTC
Remove default hotkeys of xmms and change to a supported/newer mediaplayer app.
Comment 1 Eric Spehr 2006-12-08 21:10:51 UTC
Created attachment 103656 [details, diff]
xmms to audacious change in default keyboard setup

Beats softlinking.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-09 01:38:34 UTC
@chainsaw - this doesn't have a maintainer, would you have a look? Thanks.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2007-08-21 08:11:30 UTC
The patch would not work on Audacious 1.4; I'd advise to use the following values instead:
+    "PrevTrack",       "audtool --playlist-reverse",
+    "Play",            "audtool --playback-playpause",
+    "Stop",            "audtool --playback-stop",
+    "Pause",           "audtool --playback-pause",
+    "NextTrack",       "audtool --playlist-advance",

This will allow you to depend on >=media-sound/audacious-1.3.2 which should be stable just around anywhere. (If I recall correctly I'm still waiting for MIPS, but it would seem that no machine with sound hardware is currently available to their arch team).
Comment 4 Ulrich Müller gentoo-dev 2007-08-21 14:10:55 UTC
This is included in hotkeys-0.5.7.4.0.1.

I didn't add audacious as dependency since this would require a new USE flag, but change nothing for the installed files of hotkeys. I don't see what we would gain by doing so.