diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/README.md')
-rw-r--r-- | src-qt5/desktop-utils/lumina-mediaplayer/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/README.md b/src-qt5/desktop-utils/lumina-mediaplayer/README.md new file mode 100644 index 00000000..b080f125 --- /dev/null +++ b/src-qt5/desktop-utils/lumina-mediaplayer/README.md @@ -0,0 +1,20 @@ +## Streaming Media Player for the Lumina Desktop + +This is a media player for local files with an emphasis on supporting web-based streaming services in a modular fashion. + +### Library Dependencies + +1. Qt 5.7+ (specific modules listed below) + * concurrent + * core + * gui + * network + * multimedia + * multimediawidgets + * svg + * widgets +2. Other Libraries + * libc + +## Runtime Dependencies (optional) +* `pianobar`: Allow streaming from the "Pandora" online radio service |