diff options
Diffstat (limited to 'audio/gmpc-plugins/README')
-rw-r--r-- | audio/gmpc-plugins/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/gmpc-plugins/README b/audio/gmpc-plugins/README index 444339d459..7285e00bec 100644 --- a/audio/gmpc-plugins/README +++ b/audio/gmpc-plugins/README @@ -1,9 +1,10 @@ Additional plugins for GMPC. -awn, lirc, microhttpd, and webkitgtk are optional deps. -Some of these are available at SlackBuilds.org. If you have any -of these and would like to enable the plugin, the variables are -as follows: AWN LIRC MSERVER WIKIPEDIA +You can enable this optional features: +AWN=yes|no (default: no), requires avant-window-navigator + shows track progress and album art in the task + icon of GMPC on the dock +WIKIPEDIA=yes|no (default:no), requires webkitgtk + that shows the Wikipedia page of the currently + playing artist. -For example, if you have awn and lirc, you would do this: - AWN=yes LIRC=yes ./gmpc-plugins.SlackBuild |