Ticket #27349: kipi-plugins-1.5.0.diff
File kipi-plugins-1.5.0.diff, 3.3 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
files/disable-gtk-dependencies-CMakeLists.txt.diff
1 --- ../kipi-plugins-1.5.0/CMakeLists.txt.orig 2010-06-11 22:12:59.000000000 +0200 2 +++ ../kipi-plugins-1.5.0/CMakeLists.txt 2010-06-11 22:12:23.000000000 +0200 3 @@ -116,10 +116,10 @@ 4 MACRO_OPTIONAL_FIND_PACKAGE(LibXslt) # For Htmlexport. 5 MACRO_OPTIONAL_FIND_PACKAGE(OpenGL) # For AdvancedSlideshow and ImageViewer. 6 MACRO_OPTIONAL_FIND_PACKAGE(OpenCV) # For RemoveRedEyes. 7 -MACRO_OPTIONAL_FIND_PACKAGE(Gpod) # For ipodexport. 8 -MACRO_OPTIONAL_FIND_PACKAGE(Gdk) # For ipodexport. 9 -MACRO_OPTIONAL_FIND_PACKAGE(GLIB2) # For ipodexport. 10 -MACRO_OPTIONAL_FIND_PACKAGE(GObject) # For ipodexport. 11 +#MACRO_OPTIONAL_FIND_PACKAGE(Gpod) # For ipodexport. 12 +#MACRO_OPTIONAL_FIND_PACKAGE(Gdk) # For ipodexport. 13 +#MACRO_OPTIONAL_FIND_PACKAGE(GLIB2) # For ipodexport. 14 +#MACRO_OPTIONAL_FIND_PACKAGE(GObject) # For ipodexport. 15 MACRO_OPTIONAL_FIND_PACKAGE(KdepimLibs) # For Calendar (libkcal). 16 MACRO_OPTIONAL_FIND_PACKAGE(QCA2) # For Shwup. 17 MACRO_OPTIONAL_FIND_PACKAGE(KSane) # For AcquireImages. -
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup kde4 1. 05 PortGroup kde4 1.1 6 6 7 7 name kipi-plugins 8 version 1. 1.08 version 1.5.0 9 9 categories kde kde4 10 10 maintainers hyper-world.de:jan 11 11 … … 19 19 platforms darwin 20 20 master_sites sourceforge:kipi 21 21 distname kipi-plugins-${version} 22 checksums md5 f1a92d0fe29bd68de08551a5e607015e \23 sha1 e65c9b6df70651c5cc10a1c7ec16e167b33a991f24 22 23 checksums md5 7eae767af8c38b6f0220aca2189a2c7a \ 24 sha1 047b7d70bb0b6f8afc916857db61ab51a466aaa4 25 25 26 use_bzip2 yes 26 27 27 28 depends_lib port:kdelibs4 \ 28 29 port:kdebase4-runtime \ 29 30 port:kdegraphics4 \ 31 port:phonon \ 30 32 port:ImageMagick \ 31 33 port:mesa \ 32 34 port:libgpod \ 33 port:gdk-pixbuf 34 #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. 35 port:gdk-pixbuf \ 36 port:opencv 37 35 38 configure.args-append ../${distname} 36 39 configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig 37 40 … … 42 45 reinplace "/#include/s@Phonon@phonon@" ${item} 43 46 } 44 47 } 48 49 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.} { 50 depends_lib-delete \ 51 port:gdk-pixbuf \ 52 port:libgpod 53 patchfiles-append disable-gtk-dependencies-CMakeLists.txt.diff 54 } 55 56 # kdelibs4 is not universal 57 universal_variant no