Ticket #25076: Portfile-kipi-plugins.diff

File Portfile-kipi-plugins.diff, 1.6 KB (added by jgosmann (Jan Gosmann), 14 years ago)

Patch for kipi-plugins (Update to 1.2.0, variant to build without gtk dependency)

  • Portfile

    old new  
    55PortGroup           kde4 1.0
    66
    77name                kipi-plugins
    8 version             1.1.0
     8version             1.2.0
    99categories          kde kde4
    1010maintainers         hyper-world.de:jan
    1111
     
    1919platforms           darwin
    2020master_sites        sourceforge:kipi
    2121distname            kipi-plugins-${version}
    22 checksums           md5     f1a92d0fe29bd68de08551a5e607015e \
    23                     sha1    e65c9b6df70651c5cc10a1c7ec16e167b33a991f
     22checksums           md5     f11471f680f8efde2fa72b76b68134be \
     23                    sha1    f68038c59ddae10840d67f0071201fdfcabbeabf
    2424
    2525use_bzip2           yes
    2626
     
    3030                    port:ImageMagick \
    3131                    port:mesa \
    3232                    port:libgpod \
    33                     port:gdk-pixbuf
    34 #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.
     33                    port:gdk-pixbuf \
     34                    port:opencv
     35
    3536configure.args-append ../${distname}
     37
     38patchfiles          patch-dng_flags.h
     39
     40variant 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.} {
     41    depends_lib-delete \
     42        port:gdk-pixbuf \
     43        port:libgpod
     44    patchfiles-append       disable-gtk-dependencies-CMakeLists.txt.diff
     45}