1 diff -ru rhythm-e/backends/gstreamer/rb-encoder-gst.c rhythm-e-patched//backends/gstreamer/rb-encoder-gst.c
2 --- rhythm-e/backends/gstreamer/rb-encoder-gst.c 2011-04-04 17:44:12.071537000 +0200
3 +++ rhythm-e/backends/gstreamer/rb-encoder-gst.c 2011-04-04 17:52:29.367998338 +0200
6 #include <gst/tag/tag.h>
8 -#include <profiles/gnome-media-profiles.h>
9 +#include <libgnome-media-profiles/gnome-media-profiles.h>
12 #include <gst/pbutils/missing-plugins.h>
13 diff -ru rhythm-e/configure.ac rhythm-e-patched//configure.ac
14 --- rhythm-e/configure.ac 2011-04-04 17:50:58.631998370 +0200
15 +++ rhythm-e/configure.ac 2011-04-04 17:51:21.625998362 +0200
17 glib-2.0 >= $GLIB_REQS \
18 gio-2.0 >= $GLIB_REQS \
19 gio-unix-2.0 >= $GLIB_REQS \
20 - gnome-media-profiles >= $GNOME_MEDIA_PROFILES_REQS \
21 + libgnome-media-profiles-3.0 >= $GNOME_MEDIA_PROFILES_REQS \
22 libsoup-2.4 >= $LIBSOUP_REQS \
23 libsoup-gnome-2.4 >= $LIBSOUP_REQS)
25 diff -ru rhythm-e/sources/rb-library-source.c rhythm-e-patched//sources/rb-library-source.c
26 --- rhythm-e/sources/rb-library-source.c 2011-04-04 17:44:12.071537000 +0200
27 +++ rhythm-e/sources/rb-library-source.c 2011-04-04 17:51:44.075998354 +0200
30 #include "rb-track-transfer-batch.h"
31 #include "rb-track-transfer-queue.h"
32 -#include <profiles/gnome-media-profiles.h>
33 -#include <profiles/audio-profile-choose.h>
34 +#include <libgnome-media-profiles/gnome-media-profiles.h>
35 +#include <libgnome-media-profiles/audio-profile-choose.h>