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

    gimp-gap-devel  most recent diff


    version 2.7.0

      View the most recent changes for the gimp-gap-devel port at: gimp-gap-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gimp-gap-devel.
      The raw portfile for gimp-gap-devel 2.7.0 is located here:
      http://gimp-gap-devel.darwinports.com/dports/graphics/gimp-gap-devel/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-devel


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

      PortSystem 1.0

      Name: gimp-gap-devel
      conflicts gimp-gap
      set git_name gimp-gap
      Version: 2.7.0
      Revision: 2
      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. This is the unstable development branch leading up to a stable version 2.8.

      universal_variant no

      Homepage: http://www.gimp.org/
      Platform: darwin

      fetch.type git
      git.url git://git.gnome.org/${git_name}
      git.branch 69ff5480

      depends_build port:git-core port:pkgconfig port:autoconf port:automake 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.cmd ./autogen.sh

      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 none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.