diff options
Diffstat (limited to 'libraries/gmtk/README')
-rw-r--r-- | libraries/gmtk/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/gmtk/README b/libraries/gmtk/README new file mode 100644 index 0000000000..e009c645b3 --- /dev/null +++ b/libraries/gmtk/README @@ -0,0 +1,15 @@ +GMTK is the Gnome Mplayer Toolkit + +It includes common methods used by Gnome Mplayer and Gecko Media +Player. The library also contains several widgets that can be used by +other applications. Those widgets are + + gmtk_media_player - a widget that completely embeds Mplayer + gmtk_media_tracker - a widget that manages the timeline of media + gmtk_audio_meter - a audio visualization tool + gmtk_output_combobox - a widget for selecting audio outputs + (alsa and pulse compatible) + +It uses GConf to save its setting, but it can use the optional +dependency dconf for it: in this case pass the switch DCONF="yes" +to the script. |