updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rhythm-e / gnome-media-profiles-fix.patch
blob99eeca2ed04a235bdd3cb86814208d264c311a8c
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
4 @@ -35,7 +35,7 @@
5 #include <gst/gst.h>
6 #include <gst/tag/tag.h>
7 #include <string.h>
8 -#include <profiles/gnome-media-profiles.h>
9 +#include <libgnome-media-profiles/gnome-media-profiles.h>
10 #include <gtk/gtk.h>
11 #include <gio/gio.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
16 @@ -90,7 +90,7 @@
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
28 @@ -54,8 +54,8 @@
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>
37 #include "rhythmdb.h"
38 #include "rb-debug.h"