Clutter version 1.0.8 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    clutter  most recent diff


    version 1.0.8

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The clutter Portfile 59675 2009-10-19 16:16:37Z devans macports.org $

      PortSystem 1.0

      Name: clutter
      Version: 1.0.8
      set branch [string range $version 0 [expr [string last "." $version] - 1]]
      Category: graphics
      Maintainers: devans openmaintainer
      Platform: darwin
      Description: A generic high-level canvas library.
      Long Description: Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces.
      Homepage: http://www.clutter-project.org/
      Master Sites: http://www.clutter-project.org/sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 687f9699ea5590091282034a936c6dc7 sha1 be9f6ca2753aa6b3c0658e0a3c637e5104d18ad2 rmd160 e46f41a9dd5420e043dc1f22fbb3e0993a0748ca

      depends_build port:pkgconfig

      depends_lib port:gtk2 port:mesa port:xorg-libXdamage port:xorg-libXcomposite

      configure.args --with-flavour=glx --with-imagebackend=gdk-pixbuf --x-includes=${prefix}/include --x-libraries=${prefix}/include --enable-introspection=no --disable-gtk-doc

      Variant: no_x11 {
      depends_lib-delete port:mesa port:xorg-libXdamage port:xorg-libXcomposite
      configure.args-delete --with-flavour=glx --with-imagebackend=gdk-pixbuf --x-includes=${prefix}/include --x-libraries=${prefix}/include
      configure.args-append --with-flavour=osx
      }

      livecheck.type regex
      livecheck.url http://www.clutter-project.org/sources/${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/clutter
      % sudo port install clutter
      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 clutter
      ---> Verifying checksum for clutter
      ---> Extracting clutter
      ---> Configuring clutter
      ---> Building clutter with target all
      ---> Staging clutter into destroot
      ---> Installing clutter
    - 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 clutter with these commands:
      %  man clutter
      % apropos clutter
      % which clutter
      % locate clutter

     Where to find more information:

    Darwin Ports



    Lightbox this page.