From 0c5959471008a91c00e64cdff16abb91d8569afe Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 5 Jul 2017 12:16:36 -0400 Subject: Add a bunch more README.md files for the rest of the lumina desktop-utilities. --- src-qt5/desktop-utils/lumina-mediaplayer/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src-qt5/desktop-utils/lumina-mediaplayer/README.md (limited to 'src-qt5/desktop-utils/lumina-mediaplayer') 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 -- cgit