1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.0 |
---|
6 | |
---|
7 | name kipi-plugins |
---|
8 | version 0.9.0 |
---|
9 | categories kde kde4 |
---|
10 | maintainers hyper-world.de:jan |
---|
11 | |
---|
12 | description KDE Image Plugin Interface |
---|
13 | long_description KIPI is an effort to develop a common plugin structure for \ |
---|
14 | Digikam, KPhotoAlbum, Showimg and GwenView. Its aim is to \ |
---|
15 | share image plugins among graphic applications. Kipi is \ |
---|
16 | based on the old digiKam plugins implementation. |
---|
17 | |
---|
18 | homepage http://www.kipi-plugins.org/ |
---|
19 | platforms darwin |
---|
20 | master_sites sourceforge:kipi |
---|
21 | distname kipi-plugins-${version} |
---|
22 | checksums md5 18871b4515720d5ee2581ae52e07858a \ |
---|
23 | sha1 cb36856998f9379465cc06bb38432d751d75d5b0 \ |
---|
24 | rmd160 c849b42726885b89fc29ce31841b681674aaf093 |
---|
25 | |
---|
26 | use_bzip2 yes |
---|
27 | |
---|
28 | depends_lib port:kdegraphics4 \ |
---|
29 | port:ImageMagick \ |
---|
30 | port:mesa \ |
---|
31 | port:libgpod \ |
---|
32 | port:gdk-pixbuf |
---|
33 | #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. |
---|
34 | configure.args-append ../${distname} |
---|