Download and Install glitz version 0.5.6 on Mac OS X
Thursday the 24th of July, 2008

    glitz  most recent diff


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



      # $Id: Portfile 34487 2008-02-26 20:24:29Z jmr macports.org $

      PortSystem 1.0

      Name: glitz
      Version: 0.5.6
      revision 1
      Maintainers: nomaintainer
      Category: graphics devel x11
      Platform: darwin

      Description: Glitz is an OpenGL image compositing library.
      Long Description: Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff compositing of images and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles.

      Homepage: http://www.freedesktop.org/Software/glitz/
      master_sites http://cairographics.org/snapshots/

      depends_lib lib:libX11.6:XFree86

      checksums md5 c507f140ecccc06aed8888c958edda4c sha1 81604bf02ceda85ea32b52423f78a883aaec6dc6 rmd160 547ef1be273856942e0fa36c097c4acb367336b2

      configure.args --mandir=${prefix}/share/man

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO ${destroot}${docdir}
      }

      platform darwin 9 {
      set glLib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
      configure.ldflags-append -Wl,-dylib_file,${glLib}:${glLib}
      }

      livecheck.check regex
      livecheck.url ${master_sites}
      livecheck.regex LATEST-${name}-(\\d+(?:\\.\\d+)*)


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

     Where to find more information:

    Darwin Ports



    image test