the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: qtpfsgui-mac
Version: 1.9.3
Revision: 1004
Source: mirror:sourceforge:qtpfsgui/qtpfsgui-%v.tar.gz
Depends: expat1-shlibs, fftw3-shlibs, libexiv2-shlibs-0.18, libiconv, libjpeg8-shlibs, libpng14-shlibs, libtiff-shlibs, openexr, qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs
BuildDepends: expat1, fftw3, libexiv2-0.18, libiconv-dev, libjpeg8, libpng14, libtiff, openexr-dev, qt4-base-mac, system-openssl-dev
Conflicts: qtpfsgui, qtpfsgui-mac
Replaces: qtpfsgui, qtpfsgui-mac
GCC: 4.0
Maintainer: Jack Fink
Homepage: http://www.qt-apps.org/content/show.php/Qtpfsgui?content=57202
License: GPL
Description: HDR imaging tool, based on Qt4-mac
Source-MD5: 5a6421391e373c912e4a793e131151c8
PatchScript: <<
perl -pi -e "s,/usr/local,%p,g;s,-lIlmImf -lImath -lHalf -lIex,-lIlmThread -lIlmImf -lImath -lHalf -lIex -lz,g;s,-fopenmp,,g;s,-msse2,,g" project.pro
perl -pi -e "s,defined\(Q_WS_MAC\),defined\(__APPLE__\)," src/Common/commandline.cpp
<<
CompileScript: <<
#!/bin/sh -ev
LOCALSOFT=%p %p/lib/qt4-mac/bin/qmake project.pro
### sees x86_64 != i386, and therefore must want universal,
### so have to remove the bad arch flags that get added
if [[ "%m" = "x86_64" ]]; then
perl -pi -e 's|-arch i386||g' Makefile
fi
make
<<
InstallScript: <<
mkdir -p %i/bin %i/share/icons/hicolor/48x48/apps %i/share/applications %i/share/qtpfsgui
cp qtpfsgui.desktop %i/share/applications/
cp images/qtpfsgui.png %i/share/icons/hicolor/48x48/apps/
cp -r html %i/share/qtpfsgui/
<<
AppBundles: qtpfsgui.app
DocFiles: AUTHORS LICENSE:COPYING Changelog README TODO