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

    clutter-cairo  most recent diff


    version 0.8.2

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


      # -*- 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-cairo Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: clutter-cairo
      Version: 0.8.2
      set branch [string range $version 0 [expr [string last "." $version] - 1]]
      Category: graphics
      Maintainers: devans openmaintainer
      Platform: darwin
      Description: An experimental clutter cairo 'drawable' actor.
      Long Description: Allows creation of actors in clutter which are drawn using the cairo graphics library.
      Homepage: http://www.clutter-project.org/
      Master Sites: http://www.clutter-project.org/sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 e3cae14ffd1e375d63046352b505788f sha1 90aef6f3b564352f48439dd98ff483774fb339a5 rmd160 f8f8dac163fc808a18fb837ab2a0fe7048b80901

      depends_build port:pkgconfig

      depends_lib port:clutter path:lib/pkgconfig/cairo.pc:cairo

      configure.args --disable-docs --disable-gtk-doc

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.