Ticket #27769: Portfile-kipi-plugins.diff
File Portfile-kipi-plugins.diff, 1.4 KB (added by jgosmann (Jan Gosmann), 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup kde4 1.1 6 6 7 7 name kipi-plugins 8 version 1. 6.08 version 1.7.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 5c9b68818afab24a7fe31e4c9580b81a \ 23 sha1 b5d910ed6e802f41d6580ca42267f810c8ae6760 \ 24 rmd160 7ff4b158ee1c05440ce45878e016f01a872d1149 22 checksums md5 d1cc95109d826d651b1ca81e1ebbd6df \ 23 sha1 fc700c7f268c0813d57f9ee1c2d5b0876332ce70 25 24 26 25 use_bzip2 yes 27 26 … … 32 31 port:ImageMagick \ 33 32 port:mesa \ 34 33 port:libgpod \ 34 port:gdk-pixbuf \ 35 35 port:opencv 36 36 37 37 configure.args-append ../${distname} 38 38 39 39 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.} { 40 40 depends_lib-delete \ 41 port:gdk-pixbuf \ 41 42 port:libgpod 42 43 patchfiles-append disable-gtk-dependencies-CMakeLists.txt.diff 43 44 } 45