Ticket #23647: Portfile-digikam.diff

File Portfile-digikam.diff, 1.9 KB (added by jgosmann (Jan Gosmann), 14 years ago)

Patch for digikam 1.1.0 against the digikam 0.10.0 portfile

  • Portfile

    old new  
     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
    12# $Id$
    23
    34PortSystem          1.0
    4 PortGroup           kde4   1.0
     5PortGroup           kde4 1.0
    56
    6 name                digikam
    7 version             0.10.0
     7name                digikam-devel
     8version             1.1.0
    89categories          kde kde4
    9 maintainers         nomaintainer
    10 platforms           darwin
     10maintainers         hyper-world.de:jan
    1111
    1212description         Photo Management Program
    1313long_description    Digital photo management program to import, organize, enhance, search and export your digital images.
    1414
    1515homepage            http://www.digikam.org/
     16platforms           darwin
    1617master_sites        sourceforge:digikam
    17 
    18 checksums           md5 6c6daf958ff4fe93974f1074ba967cd9
     18distname            digikam-${version}
     19checksums           md5     94a536e7387325c7b73ab2ac7b0a9a62 \
     20                    sha1    5ee482ff209c0a29b898e57278d62c428b743ba5
    1921
    2022use_bzip2           yes
    2123
    22 depends_lib-append  port:kdebase4-runtime \
    23                     port:exiv2 \
    24                     port:poppler \
    25                     port:djvulibre \
    26                     port:chmlib \
    27                     port:qca \
    28                     port:libgphoto2 \
    29                     port:kdegraphics4
     24# The kdeedu4 dependency is for libmarblewidget.
     25depends_lib         port:libgphoto2 \
     26                    port:liblqr \
     27                    port:kdegraphics4 \
     28                    port:kdeedu4
     29
     30depends_run         port:kipi-plugins
     31
     32variant no_kipi description {install without KIPI plugins} {
     33    depends_run-delete \
     34        port:kipi-plugins
     35}
    3036
    31 configure.args-append   ../${distname}
     37configure.args-append ../${distname}