Gimp-gap version 2.6.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    gimp-gap  most recent diff


    version 2.6.0

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


      # -*- 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
      The gimp-gap Portfile 59007 2009-10-08 14:07:33Z devans macports.org $

      PortSystem 1.0

      Name: gimp-gap
      conflicts gimp-gap-devel
      Version: 2.6.0
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: graphics
      Maintainers: devans

      Description: The Gimp Animation Package.

      Long Description: GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames.

      universal_variant no

      Homepage: http://www.gimp.org/
      Platform: darwin
      Master Sites: gimp:gimp/plug-ins/v${branch}/gap/

      Checksums: md5 249ed829de8b78675c0fe4ef4212089f sha1 5ce9b73de4c992bd2a527197847033e15eb2c346 rmd160 2121eae37bd02f8e784cd377d1a48515221a97e8

      use_bzip2 yes

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gmake

      depends_lib port:gimp2 port:faac port:faad2 port:x264 port:lame port:XviD

      depends_run port:MPlayer

      configure.args --disable-audio-support --disable-libmpeg3 --enable-gdkpixbuf-pview --with-ff-extra-cflags=-I${prefix}/include --with-ff-extra-ldflags=-L${prefix}/lib

      post-destroot {
      foreach dir {howto reference} {
      xinstall -d ${destroot}${prefix}/share/${name}/$dir
      foreach txt [glob -d ${worksrcpath}/docs/$dir/txt *.txt] {
      xinstall -m 644 $txt ${destroot}${prefix}/share/${name}/$dir
      }
      }
      }

      livecheck.type regex
      livecheck.url ftp://ftp.gimp.org/pub/gimp/plug-ins/v${branch}/gap/
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

    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/gimp-gap
      % sudo port install gimp-gap
      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 gimp-gap
      ---> Verifying checksum for gimp-gap
      ---> Extracting gimp-gap
      ---> Configuring gimp-gap
      ---> Building gimp-gap with target all
      ---> Staging gimp-gap into destroot
      ---> Installing gimp-gap
    - 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 gimp-gap with these commands:
      %  man gimp-gap
      % apropos gimp-gap
      % which gimp-gap
      % locate gimp-gap

     Where to find more information:

    Darwin Ports



    Lightbox this page.