[rhythmbox/gobject-introspection: 38/39] libgnome-media-profiles is now a separate module



commit dae77ce5437884bec29c90d5ae303816abc18434
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Nov 7 13:07:27 2010 +1000

    libgnome-media-profiles is now a separate module

 backends/gstreamer/rb-encoder-gst.c |    2 +-
 configure.ac                        |    4 ++--
 sources/rb-library-source.c         |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/backends/gstreamer/rb-encoder-gst.c b/backends/gstreamer/rb-encoder-gst.c
index 7c49878..a7530e9 100644
--- a/backends/gstreamer/rb-encoder-gst.c
+++ b/backends/gstreamer/rb-encoder-gst.c
@@ -35,7 +35,7 @@
 #include <gst/gst.h>
 #include <gst/tag/tag.h>
 #include <string.h>
-#include <profiles/gnome-media-profiles.h>
+#include <libgnome-media-profiles/gnome-media-profiles.h>
 #include <gtk/gtk.h>
 #include <gio/gio.h>
 #include <gst/pbutils/missing-plugins.h>
diff --git a/configure.ac b/configure.ac
index 733c249..795a214 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,8 +74,8 @@ elif test "x$enable_gtk3" != "xno" -a "x$have_gtk3" = "xyes"; then
 	GTK_REQS=$GTK3_REQS
 
 	dnl require GTK+3 compatible library versions
-	GNOME_MEDIA_PROFILES_PKG=gnome-media-profiles-3.0
-	GNOME_MEDIA_PROFILES_REQS=2.31.5
+	GNOME_MEDIA_PROFILES_PKG=libgnome-media-profiles-3.0
+	GNOME_MEDIA_PROFILES_REQS=2.91.0
 	LIBNOTIFY_REQS=0.5.1
 	BRASERO_MIN_REQS=2.31.5
 	BRASERO_MAX_REQS=99999
diff --git a/sources/rb-library-source.c b/sources/rb-library-source.c
index 9238907..380e51e 100644
--- a/sources/rb-library-source.c
+++ b/sources/rb-library-source.c
@@ -54,8 +54,8 @@
 
 #include "rb-track-transfer-batch.h"
 #include "rb-track-transfer-queue.h"
-#include <profiles/gnome-media-profiles.h>
-#include <profiles/audio-profile-choose.h>
+#include <libgnome-media-profiles/gnome-media-profiles.h>
+#include <libgnome-media-profiles/audio-profile-choose.h>
 
 #include "rhythmdb.h"
 #include "rb-debug.h"



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