Gegl version 0.1.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.1.0

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


      # -*- 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 gegl Portfile 57556 2009-09-13 02:24:53Z devans macports.org $

      PortSystem 1.0

      Name: gegl
      Version: 0.1.0
      Revision: 2
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: graphics
      Maintainers: devans
      Platform: darwin
      Homepage: http://gegl.org/
      Master Sites: gimp:${name}/${branch}

      use_bzip2 yes

      Description: GEGL is a graph based image processing framework.

      Long Description: GEGL is a graph based image processing framework offering image processing and compositing on large images. GEGL is suitable for projects ranging from small one-off projects to interactive applications.

      universal_variant no

      Checksums: md5 5a989ad617801c5dbec3d47c30bd64f0 sha1 ede1789ce318b9afe4ec7dcb42c1065b4f278b64 rmd160 fb03f5a2170d28ef37f94a7941d456b0dc92600b

      depends_build port:pkgconfig port:w3m

      depends_lib port:babl port:gtk2 port:lua port:openexr port:libopenraw port:librsvg path:lib/pkgconfig/sdl.pc:libsdl path:bin/dot:graphviz path:lib/libavcodec.dylib:ffmpeg port:libspiro

      configure.args --disable-docs

      platform darwin 10 {
      depends_lib-delete path:lib/pkgconfig/sdl.pc:libsdl
      depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl-devel
      # workaround for ticket #20906
      configure.args-append --disable-mmx
      }

      Variant: html_doc description {Build html docs with enscript and asciidoc} {
      depends_build-append port:asciidoc
      configure.args-delete --disable-docs
      configure.args-append --enable-docs
      }

      Variant: workshop description {Enable build of workshop operations} {
      configure.args-append --enable-workshop
      }

      livecheck.type regex
      livecheck.url ftp://ftp.gimp.org/pub/${name}/${branch}/
      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/gegl
      % sudo port install gegl
      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 gegl
      ---> Verifying checksum for gegl
      ---> Extracting gegl
      ---> Configuring gegl
      ---> Building gegl with target all
      ---> Staging gegl into destroot
      ---> Installing gegl
    - 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 gegl with these commands:
      %  man gegl
      % apropos gegl
      % which gegl
      % locate gegl

     Where to find more information:

    Darwin Ports



    Lightbox this page.