Qtpfsgui version 1.9.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    qtpfsgui  most recent diff


    version 1.9.2

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


      The qtpfsgui Portfile 44216 2008-12-23 21:23:10Z mcalhoun macports.org $

      PortSystem 1.0

      Name: qtpfsgui
      Version: 1.9.2
      Revision: 1
      Category: aqua graphics
      Maintainers: gmail.com:clubjuggler openmaintainer
      Description: GUI for HDR imaging workflow
      Long Description: Qtpfsgui is an open source graphical user interface application that aims to provide a workflow for HDR imaging.
      Platform: darwin
      Homepage: http://qtpfsgui.sourceforge.net/
      Master Sites: sourceforge
      Patch Files: patch-qtpfsgui-1.9.2-app-path.diff patch-qtpfsgui-1.9.2-exp10f.diff
      patch.pre_args -p1

      depends_lib port:qt4-mac port:exiv2 port:openexr port:ilmbase port:fftw-3-single port:tiff

      Checksums: md5 8a037c1dc75f04752dc36a59e7237fc4


      # This shouldn't be this hard. Taken from portconfigure.tcl because
      # I couldn't see any other way to set this.
      # Set pre-compiler filter to use (ccache/distcc), if any.
      if {[tbool configure.ccache] && [tbool configure.distcc]} {
      set filter "ccache "
      append_list_to_environment_value configure "CCACHE_PREFIX" "distcc"
      } elseif {[tbool configure.ccache]} {
      set filter "ccache "
      } elseif {[tbool configure.distcc]} {
      set filter "distcc "
      } else {
      set filter ""
      }

      # This also shouldn't be this hard. All I want to do is set QMAKE_CC to the
      # environment variable CC (and QMAKE_CXX to CXX) that are set in portconfigure.tcl.
      # However, I couldn't figure out how to get the environment variable here so
      # this is a kludge to replicate what's done in portconfigure.tcl. It should
      # be fixed as soon as possible.
      configure.pre_args "PREFIX=${prefix} QMAKE_CC=\"${filter}gcc\" QMAKE_CXX=\"${filter}g++\""
      configure.cmd "LOCALSOFT=${prefix} ${prefix}/libexec/qt4-mac/bin/qmake"
      destroot.destdir INSTALL_ROOT=${destroot}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.