summaryrefslogtreecommitdiffstats
path: root/kde/amarok/ipodcollection.patch
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-31 07:53:36 +0200
committersibel <lesibel at free dot fr>2010-07-31 07:53:36 +0200
commita4b854a6f28e2d83999857aff49352466c511feb (patch)
tree3f90bc50a2ad5566d60272ecc33b48819327c2e3 /kde/amarok/ipodcollection.patch
parente25a18825cd42e54d6025e172911ce0e59515f96 (diff)
downloadnutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.gz
nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.bz2
nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.xz
nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.zip
maj de amarok#2.3.1-3 (avec support iPod)
Diffstat (limited to 'kde/amarok/ipodcollection.patch')
-rw-r--r--kde/amarok/ipodcollection.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde/amarok/ipodcollection.patch b/kde/amarok/ipodcollection.patch
new file mode 100644
index 000000000..3782de803
--- /dev/null
+++ b/kde/amarok/ipodcollection.patch
@@ -0,0 +1,15 @@
+Index: index 2507cb7..dbeb161 100644
+===================================================================
+--- src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp
++++ src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp
+@@ -28,6 +28,10 @@
+ extern "C" {
+ #include <glib-object.h> // g_type_init
+ #ifdef GDK_FOUND
++// work around compile issue with glib >= 2.25
++#ifdef signals
++ #undef signals
++#endif
+ #include <gdk-pixbuf/gdk-pixbuf.h>
+ #endif
+ }