Download and Install imlib2 version 1.2.2 on Mac OS X
Thursday the 21st of August, 2008

    imlib2  most recent diff


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



      # $Id: Portfile 30230 2007-10-22 23:03:23Z jmpp macports.org $

      PortSystem 1.0
      Name: imlib2
      Version: 1.2.2
      Category: graphics devel
      Maintainers: nomaintainer
      Description: Image loading and rendering library
      Long Description: Imlib is a general Image loading and rendering library designed to make the task of loading images, and obtaining X-Windows drawables a simple task, as well as a quick one. It also aims to provide simple manipulation routines that might be desired for common operations.

      Platform: darwin

      Homepage: http://www.enlightenment.org/pages/imlib2.html
      master_sites sourceforge:enlightenment

      checksums md5 07b2a7745ddd3c7c4480b50cb916174c sha1 c358aed94f2faf0fb2afcae905c56e8a54c1d763 rmd160 65f2277eb3754632dbfce235b5857c5d4894ebfc

      depends_lib port:jpeg port:libpng port:freetype port:zlib lib:libX11:XFree86

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      eval xinstall -m 644 -W ${worksrcpath}/doc [glob ${worksrcpath}/doc/*.gif] index.html ${destroot}${prefix}/share/doc/${name}
      }

      platform i386 {
      configure.args-append --disable-mmx --disable-amd64
      }


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

     Where to find more information:

    Darwin Ports



    image test