[libdmapsharing] Warning if libsoup < 2.32



commit f1052fb0290e4c08410221bd2a1f38b890d41ca9
Author: W. Michael Petullo <mike flyn org>
Date:   Sat Oct 23 18:58:01 2010 -0500

    Warning if libsoup < 2.32
    
    Provide a configuration-time warning if libsoup < 2.32; this is required
    to interact with Apple Remote App.
    Signed-off-by: W. Michael Petullo <mike flyn org>

 ChangeLog    |    5 +++++
 configure.ac |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d3f209e..8788079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+23 October 2010 W. Michael Petullo <mike flyn org>
+
+	* Provide a configuration-time warning if libsoup < 2.32; this
+	is required to interact with Apple Remote App.
+
 21 October 2010 W. Michael Petullo <mike flyn org>
 
 	* Advertise support for dmap.supportsupdate even though we don't
diff --git a/configure.ac b/configure.ac
index 93a075e..5f131a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,6 +308,10 @@ else
   AC_WARN(built. Roku clients may be affected.)
 fi
 
+dnl Check for libsoup again, this time >= 2.32, needed DACP + Apple Remote App
+PKG_CHECK_MODULES(SOUP_APPLE_REMOTE_APP, libsoup-2.4 >= 2.32, ,
+  AC_WARN(Apple Remote App (DACP) may not work with libsoup < 2.32))
+
 dnl Check for GStreamer App, needed for transcoding
 dnl gstreamer-plugins-base >= 0.10.23.2 for GNOME Bugzilla #588205 & #587896.
 PKG_CHECK_MODULES(GSTREAMERAPP,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]