aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
committerKen Moore <ken@ixsystems.com>2017-07-05 12:16:36 -0400
commit0c5959471008a91c00e64cdff16abb91d8569afe (patch)
treeedb0c5d169788fe0e00585813d0679003ada1084 /src-qt5/desktop-utils/lumina-mediaplayer
parentAdd a README.md to lumina-fileinfo (diff)
downloadlumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.gz
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.tar.bz2
lumina-0c5959471008a91c00e64cdff16abb91d8569afe.zip
Add a bunch more README.md files for the rest of the lumina desktop-utilities.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/README.md20
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
bgstack15