New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81770


Ignore:
Timestamp:
08/04/11 12:23:49 (4 years ago)
Author:
snc@…
Message:

kipi-plugins: stub, #30576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/kde/kipi-plugins/Portfile

    r81435 r81770  
    77name                kipi-plugins 
    88version             1.8.0 
     9revision            1 
    910categories          kde kde4 
    1011maintainers         hyper-world.de:jan 
     12 
     13replaced_by         digikam 
    1114 
    1215description         KDE Image Plugin Interface 
     
    1821homepage            http://www.kipi-plugins.org/ 
    1922platforms           darwin 
    20 master_sites        sourceforge:kipi 
    21 distname            kipi-plugins-${version} 
    22 checksums           md5     1e1ad2a3f8328e94ed7c7f92d51a1334 \ 
    23                     sha1    d90c6545ef033bb587f4f642f1d9917956de34af 
    2423 
    25 use_bzip2           yes 
     24distfiles 
    2625 
    27 depends_lib         port:kdelibs4 \ 
    28                     port:kde4-runtime \ 
    29                     port:kdegraphics4 \ 
    30                     port:phonon \ 
    31                     port:ImageMagick \ 
    32                     port:mesa \ 
    33                     port:libgpod \ 
    34                     port:gdk-pixbuf \ 
    35                     port:opencv 
    36  
    37 configure.args-append ../${distname} 
    38  
    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     depends_lib-delete \ 
    41         port:gdk-pixbuf \ 
    42         port:libgpod 
    43     patchfiles-append       disable-gtk-dependencies-CMakeLists.txt.diff 
     26pre-extract { 
     27    ui_error "Please do not install this port since it is included in the 'digikam' port now." 
     28    return -code error "obsolete port" 
    4429} 
    45  
Note: See TracChangeset for help on using the changeset viewer.