[gnome-video-arcade] Check for base GStreamer plugins.



commit cf14e88df479980ae91f8147984d4d57247c1d20
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Mar 10 13:49:14 2010 -0500

    Check for base GStreamer plugins.
    
    Check for gstreamer-plugins-base-0.10 instead of gstreamer-0.10, since
    we use the "playbin" plugin.  gstreamer-0.10 is a requirement for the
    plugins, so it will still get pulled in.

 README       |    6 ++++--
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 9848adf..8724308 100644
--- a/README
+++ b/README
@@ -79,13 +79,15 @@ installed prior to compiling the source code:
        you can configure GNOME Video Arcade to not link against it.
        See the Installation section to find out how.
 
-   - Header files for GStreamer version 0.10 (or higher). (optional)
+   - Header files and base plugins for GStreamer. (optional)
 
        The GStreamer header files should be available from your
        GNU/Linux distribution as a "development" package.  The exact
        package name varies by distribution, but it should be something
        similar to gstreamer-devel (Fedora) or libgstreamer0.10-dev
-       (Debian/Ubuntu).
+       (Debian/Ubuntu).  The base plugins package name should be
+       similar to gstreamer-plugins-base-devel (Fedora) or
+       libgstreamer-plugins-base0.10-dev (Debian/Ubuntu).
 
        GNOME Video Arcade uses GStreamer to stream video game music
        clips in the Properties window.  The music clips are streamed
diff --git a/configure.ac b/configure.ac
index e0a9aa5..3540ef3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ AC_ARG_WITH([gstreamer],
         [use GStreamer to stream music [default=yes]])],
         with_gstreamer="$withval", with_gstreamer="yes")
 if test "$with_gstreamer" = "yes"; then
-GSTREAMER_MODULES="gstreamer-0.10"
+GSTREAMER_MODULES="gstreamer-plugins-base-0.10"
 PKG_CHECK_MODULES(GSTREAMER, $GSTREAMER_MODULES)
 AC_DEFINE_UNQUOTED(HAVE_GSTREAMER, 1,
         [Define to 1 if you are using GStreamer])



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