Index: files/disable-gtk-dependencies-CMakeLists.txt.diff
===================================================================
--- files/disable-gtk-dependencies-CMakeLists.txt.diff	(revision 0)
+++ files/disable-gtk-dependencies-CMakeLists.txt.diff	(revision 0)
@@ -0,0 +1,17 @@
+--- ../kipi-plugins-1.5.0/CMakeLists.txt.orig	2010-06-11 22:12:59.000000000 +0200
++++ ../kipi-plugins-1.5.0/CMakeLists.txt	2010-06-11 22:12:23.000000000 +0200
+@@ -116,10 +116,10 @@
+ MACRO_OPTIONAL_FIND_PACKAGE(LibXslt)    # For Htmlexport.
+ MACRO_OPTIONAL_FIND_PACKAGE(OpenGL)     # For AdvancedSlideshow and ImageViewer.
+ MACRO_OPTIONAL_FIND_PACKAGE(OpenCV)     # For RemoveRedEyes.
+-MACRO_OPTIONAL_FIND_PACKAGE(Gpod)       # For ipodexport.
+-MACRO_OPTIONAL_FIND_PACKAGE(Gdk)        # For ipodexport.
+-MACRO_OPTIONAL_FIND_PACKAGE(GLIB2)      # For ipodexport.
+-MACRO_OPTIONAL_FIND_PACKAGE(GObject)    # For ipodexport.
++#MACRO_OPTIONAL_FIND_PACKAGE(Gpod)       # For ipodexport.
++#MACRO_OPTIONAL_FIND_PACKAGE(Gdk)        # For ipodexport.
++#MACRO_OPTIONAL_FIND_PACKAGE(GLIB2)      # For ipodexport.
++#MACRO_OPTIONAL_FIND_PACKAGE(GObject)    # For ipodexport.
+ MACRO_OPTIONAL_FIND_PACKAGE(KdepimLibs) # For Calendar (libkcal).
+ MACRO_OPTIONAL_FIND_PACKAGE(QCA2)       # For Shwup.
+ MACRO_OPTIONAL_FIND_PACKAGE(KSane)      # For AcquireImages.
Index: Portfile
===================================================================
--- Portfile	(revision 73660)
+++ Portfile	(working copy)
@@ -2,10 +2,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4 1.0
+PortGroup           kde4 1.1
 
 name                kipi-plugins
-version             1.1.0
+version             1.5.0
 categories          kde kde4
 maintainers         hyper-world.de:jan
 
@@ -19,19 +19,22 @@
 platforms           darwin
 master_sites        sourceforge:kipi
 distname            kipi-plugins-${version}
-checksums           md5     f1a92d0fe29bd68de08551a5e607015e \
-                    sha1    e65c9b6df70651c5cc10a1c7ec16e167b33a991f
 
+checksums           md5     7eae767af8c38b6f0220aca2189a2c7a \
+                    sha1    047b7d70bb0b6f8afc916857db61ab51a466aaa4
+
 use_bzip2           yes
 
 depends_lib         port:kdelibs4 \
                     port:kdebase4-runtime \
                     port:kdegraphics4 \
+                    port:phonon \
                     port:ImageMagick \
                     port:mesa \
                     port:libgpod \
-                    port:gdk-pixbuf
-#port:opencv # This package does not build at the moment on Snow Leopard. If it is not installed, the removeRedEyes plugin will not get build automatically.
+                    port:gdk-pixbuf \
+                    port:opencv
+
 configure.args-append ../${distname}
 configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
 
@@ -42,3 +45,13 @@
         reinplace "/#include/s@Phonon@phonon@" ${item}
     }
 }
+
+variant no_ipod_export description {Install without iPod export plugin. This variant removes also the gtk dependency. Some had problems installing this port. Use this variant if this applies also for you, but you want to install kipi-plugins anyway.} {
+    depends_lib-delete \
+        port:gdk-pixbuf \
+        port:libgpod
+    patchfiles-append       disable-gtk-dependencies-CMakeLists.txt.diff
+}
+
+# kdelibs4 is not universal
+universal_variant   no
