Librsvg version 2.22.3 - How to Download and Install on Mac OS X
Thursday the 8th of January, 2009

    librsvg  most recent diff


    version 2.22.3

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


      # -*- 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
      # $Id: Portfile 41692 2008-11-09 05:41:06Z nox macports.org $

      PortSystem 1.0

      Name: librsvg
      Version: 2.22.3
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: graphics gnome
      Platform: darwin
      Maintainers: nomaintainer
      Description: Gnome implementation of rsvg.

      Long Description: ${description}

      Homepage: http://librsvg.sourceforge.net/
      master_sites gnome:sources/${name}/${branch}/
      use_bzip2 yes

      checksums md5 c4ec4fdb2b1842e221ca39127e85682d sha1 032f8142b1e41e07740cd91030b1873a0b9c42d2 rmd160 54c834fbfb028b98f699bfeec94cd411b2d3f7bb

      depends_lib port:libcroco port:libgsf port:libart_lgpl port:libxml2

      configure.args --enable-pixbuf-loader --with-svgz

      configure.cppflags-append -L${prefix}/lib
      configure.cflags-append -no-cpp-precomp -flat_namespace -undefined suppress

      post-activate {
      ui_debug "Updating gdk-pixbuf.loaders..."
      system "gdk-pixbuf-query-loaders >${prefix}/etc/gtk-2.0/gdk-pixbuf.loaders"
      }

      livecheck.check regex
      livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
      livecheck.regex {LATEST-IS-(\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/librsvg
      % sudo port install librsvg
      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 librsvg
      ---> Verifying checksum for librsvg
      ---> Extracting librsvg
      ---> Configuring librsvg
      ---> Building librsvg with target all
      ---> Staging librsvg into destroot
      ---> Installing librsvg
    - 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 librsvg with these commands:
      %  man librsvg
      % apropos librsvg
      % which librsvg
      % locate librsvg

     Where to find more information:

    Darwin Ports



    Lightbox this page.