# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 91775 2012-04-10 13:13:13Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                libkdcraw
version             4.8.2
categories          kde kde4
license             GPL-2+ LGPL-2+
maintainers         nicos openmaintainer
description         LibKDcraw is a C++ interface around LibRaw library used to decode RAW picture files.
long_description    LibKDcraw is a C++ interface around LibRaw library used to decode RAW picture files. \
                    This library is used by kipi-plugins, digiKam and others kipi host programs.
platforms           darwin
homepage            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            libkdcraw-${version}
checksums           rmd160  9d6fc48b3ccad63dde4f26bd4204f25bb26f173d \
                    sha256  6e6714a438fab35db5576a17e8a0a08ddd970548c5c0a02083f0b14779d87989

depends_lib-append  port:kdelibs4 \
                    port:jpeg \
                    port:lcms

livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     libkdcraw-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
