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

    version 1.4.2

      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.4.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


      The imlib2 Portfile 57454 2009-09-11 08:18:11Z ryandesign macports.org $

      PortSystem 1.0

      Name: imlib2
      Version: 1.4.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 0c866a7e696ad5ac58bc9312149f15f0 sha1 769ea1da26774cd7531d1d66432cf8d7d7b30c2b rmd160 9b1f40ee392c1e27c6a75bbf7e8c7fb379e74695

      depends_build port:pkgconfig

      depends_lib port:xorg-libX11 port:xorg-libXext port:libpng port:jpeg port:freetype port:zlib port:giflib port:libid3tag

      use_autoreconf yes
      autoreconf.args -fv

      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



    Lightbox this page.