Download and Install gimp2 version 2.4.5 on Mac OS X
Monday the 8th of September, 2008

    gimp2  most recent diff


      View the most recent changes for the gimp2 port at: gimp2.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gimp2.
      The raw portfile for gimp2 2.4.5 is located here:
      http://gimp2.darwinports.com/dports/graphics/gimp2/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gimp2
      Google
      Web Darwinports.com



      # $Id: Portfile 37580 2008-06-14 03:20:30Z jmr macports.org $

      PortSystem 1.0

      Name: gimp2
      Version: 2.4.5
      revision 1
      Category: graphics
      Maintainers: nomaintainer
      Homepage: http://www.gimp.org/
      Platform: darwin

      Description: The GNU Image Manipulation Program
      Long Description: The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools.

      set M.m [join [lrange [split ${version} .] 0 1] .]
      master_sites http://gimp.mirrors.hoobly.com/gimp/v${M.m}/ ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/v${M.m}/ ftp://ftp.gimp.org/pub/gimp/v${M.m}/
      checksums md5 162e264dc5f0c7e4de8794e78818381f
      distname gimp-${version}
      use_bzip2 yes

      depends_lib port:aalib port:curl port:libart_lgpl port:libexif port:libgnomeui port:libgtkhtml port:libmng port:librsvg port:libwmf port:p5-xml-parser port:poppler port:py25-gtk

      platform darwin 7 {
      # poppler currently can't be built on 10.3 (see #15603)
      depends_lib-delete port:poppler
      }

      platform darwin 9 {
      post-patch {
      reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am
      reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in
      }
      }

      use_parallel_build yes
      configure.python ${prefix}/bin/python2.5
      configure.args --enable-mp --with-pdbgen --without-dbus

      Variant: without_gnome description "Disable SVG support and built-in help browser." {
      depends_lib-delete port:libgnomeui port:libgtkhtml port:librsvg
      configure.args-append --without-gtkhtml2 --without-librsvg --without-gnomevfs
      }

      Variant: no_python description "Disable Python scripts and filters." {
      depends_lib-delete port:py25-gtk
      configure.args-append --disable-python
      }

      Variant: dbus {
      depends_lib-append port:dbus-glib
      configure.args-delete --without-dbus
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gimp2
      % sudo port install gimp2
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gimp2
      ---> Verifying checksum for gimp2
      ---> Extracting gimp2
      ---> Configuring gimp2
      ---> Building gimp2 with target all
      ---> Staging gimp2 into destroot
      ---> Installing gimp2
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gimp2 with these commands:
      %  man gimp2
      % apropos gimp2
      % which gimp2
      % locate gimp2

     Where to find more information:

    Darwin Ports



    image test