Ticket #25076: Portfile-kipi-plugins.diff
File Portfile-kipi-plugins.diff, 1.6 KB (added by jgosmann (Jan Gosmann), 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup kde4 1.0 6 6 7 7 name kipi-plugins 8 version 1. 1.08 version 1.2.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 f1 a92d0fe29bd68de08551a5e607015e \23 sha1 e65c9b6df70651c5cc10a1c7ec16e167b33a991f22 checksums md5 f11471f680f8efde2fa72b76b68134be \ 23 sha1 f68038c59ddae10840d67f0071201fdfcabbeabf 24 24 25 25 use_bzip2 yes 26 26 … … 30 30 port:ImageMagick \ 31 31 port:mesa \ 32 32 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. 33 port:gdk-pixbuf \ 34 port:opencv 35 35 36 configure.args-append ../${distname} 37 38 patchfiles patch-dng_flags.h 39 40 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.} { 41 depends_lib-delete \ 42 port:gdk-pixbuf \ 43 port:libgpod 44 patchfiles-append disable-gtk-dependencies-CMakeLists.txt.diff 45 }