[74144] trunk/dports/kde/kipi-plugins
jmr at macports.org
jmr at macports.org
Sun Dec 5 17:32:42 PST 2010
Revision: 74144
http://trac.macports.org/changeset/74144
Author: jmr at macports.org
Date: 2010-12-05 17:32:37 -0800 (Sun, 05 Dec 2010)
Log Message:
-----------
kipi-plugins: update to 1.6.0 (#27349)
Modified Paths:
--------------
trunk/dports/kde/kipi-plugins/Portfile
Added Paths:
-----------
trunk/dports/kde/kipi-plugins/files/
trunk/dports/kde/kipi-plugins/files/disable-gtk-dependencies-CMakeLists.txt.diff
Modified: trunk/dports/kde/kipi-plugins/Portfile
===================================================================
--- trunk/dports/kde/kipi-plugins/Portfile 2010-12-06 01:24:56 UTC (rev 74143)
+++ trunk/dports/kde/kipi-plugins/Portfile 2010-12-06 01:32:37 UTC (rev 74144)
@@ -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.6.0
categories kde kde4
maintainers hyper-world.de:jan
@@ -19,26 +19,25 @@
platforms darwin
master_sites sourceforge:kipi
distname kipi-plugins-${version}
-checksums md5 f1a92d0fe29bd68de08551a5e607015e \
- sha1 e65c9b6df70651c5cc10a1c7ec16e167b33a991f
+checksums md5 5c9b68818afab24a7fe31e4c9580b81a \
+ sha1 b5d910ed6e802f41d6580ca42267f810c8ae6760 \
+ rmd160 7ff4b158ee1c05440ce45878e016f01a872d1149
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:opencv
+
configure.args-append ../${distname}
-configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
-post-extract {
- # change #include <Phonon...> to <phonon...> in all files that
- # contain that header.
- foreach item [exec grep -lr "Phonon" ${workpath}/${distname}] {
- reinplace "/#include/s at 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:libgpod
+ patchfiles-append disable-gtk-dependencies-CMakeLists.txt.diff
}
Added: trunk/dports/kde/kipi-plugins/files/disable-gtk-dependencies-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/kipi-plugins/files/disable-gtk-dependencies-CMakeLists.txt.diff (rev 0)
+++ trunk/dports/kde/kipi-plugins/files/disable-gtk-dependencies-CMakeLists.txt.diff 2010-12-06 01:32:37 UTC (rev 74144)
@@ -0,0 +1,17 @@
+--- ../kipi-plugins-1.6.0/CMakeLists.txt.orig 2010-11-23 14:08:39.000000000 +0100
++++ ../kipi-plugins-1.6.0/CMakeLists.txt 2010-11-23 14:09:41.000000000 +0100
+@@ -128,10 +128,10 @@
+ MACRO_OPTIONAL_FIND_PACKAGE(LibXml2) # For Htmlexport.
+ MACRO_OPTIONAL_FIND_PACKAGE(LibXslt) # For Htmlexport.
+ MACRO_OPTIONAL_FIND_PACKAGE(OpenGL) # For AdvancedSlideshow and ImageViewer.
+-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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101205/598372d8/attachment-0001.html>
More information about the macports-changes
mailing list