From 42e245e3343d87779049affa1c688be58aad3454 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 24 Jan 2019 19:41:21 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8486ca65..67eaa5958 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ To build Strawberry from source you need the following installed on your system * [ALSA library (linux)](https://www.alsa-project.org/) * [DBus (linux)](https://www.freedesktop.org/wiki/Software/dbus/) * [PulseAudio (linux optional)](https://www.freedesktop.org/wiki/Software/PulseAudio/?) +* [GStreamer](https://gstreamer.freedesktop.org/), [Xine](https://www.xine-project.org), [VLC](https://www.videolan.org), [Deezer](https://build-repo.deezer.com/native_sdk/deezer-native-sdk-v1.2.10.zip) or [Phonon](https://techbase.kde.org/Phonon) + +Optional dependencies: + +* Audio CD: [libcdio](https://www.gnu.org/software/libcdio/) +* MTP devices: [libmtp](http://libmtp.sourceforge.net/) +* iPod Classic devices: [libgpod](http://www.gtkpod.org/libgpod/) +* iPhone, iPod Touch, iPad and Apple TV devices: [libimobiledevice, libplist and libusbmuxd](https://www.libimobiledevice.org/) Either GStreamer, Xine, VLC, Deezer or Phonon engine is required, but only GStreamer is fully implemented so far. You should also install the gstreamer plugins base and good, and optionally bad and ugly. @@ -56,12 +64,6 @@ Deezer streams with full songs are encrypted and only urls for preview streams ( Full length songs requires the use of deezers own engine (Deezer SDK). The Deezer SDK can be found here: https://build-repo.deezer.com/native_sdk/deezer-native-sdk-v1.2.10.zip -Optional: - -* [libcdio](https://www.gnu.org/software/libcdio/) - To enable Audio CD support -* [libmtp](http://libmtp.sourceforge.net/) - MTP support. -* [libgpod](http://www.gtkpod.org/libgpod/) - iPod Classic support. - ### :wrench: Compiling from source ### Get the code: @@ -78,6 +80,10 @@ Optional: (dont change to the source directory, if you created the build directory inside the source directory type: cmake .. instead). +### ::penguin: Packaging status + +[![Packaging status](https://repology.org/badge/vertical-allrepos/strawberry.svg)](https://repology.org/metapackage/strawberry/versions) + ### :computer: Screenshot