Prepare 0.21.5
[profile/ivi/rygel.git] / README
diff --git a/README b/README
index a40e55c..1189874 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,12 @@
 What is Rygel?
 =============
 
-Rygel is a collection of DLNA (UPnP AV) devices, implemented through a plug-in
-mechanism.
+Rygel is a home media solution that allows you to easily share audio, video and
+pictures, and control of media player on your home network. In technical terms
+it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in
+mechanism. Interoperability with other devices in the market is achieved by
+conformance to very strict requirements of DLNA and on the fly conversion of
+media to format that client devices are capable of handling.
 
 Important facts and features
 ============================
@@ -50,7 +54,6 @@ Requirements
       * libuuid
       * libsoup
       * vala (not if building from release tarballs)
-      * gupnp-vala (not if building from release tarballs)
     * Preferences UI:
       * gtk+
     * MediaExport:
@@ -58,11 +61,16 @@ Requirements
   * Run-time:
     * Definitely needed:
       * gst-plugins-base
+      * shared-mime-info
     * Might be needed (depending on your usage and media collection):
       * gst-plugins-good
       * gst-ffmpeg
       * gst-plugins-bad
       * gst-plugins-ugly
+      
+To build without gstreamer, use:
+  --with-media-engine=simple
+This will also disable any plugins that use gstreamer.
 
 References
 ==========