Hi, the package qtpfsgui is quiet old, from April 2009 it changed name to luminance (or luminance-hdr) and now the stable version is the 2.0.1-1 I tried making a FrugalBuild but I think it's a bit dirty, so please have a look:
# Compiling Time: 1.01 SBU # Contributor: Melko <[email protected]> # Maintainer: none pkgname=luminance pkgver=2.0.1_1 pkgrel=1 pkgdesc="an open source graphical user interface application that aims to provide a workflow for HDR imaging" archs=('i686' 'x86_64') groups=('xapps-extra') depends=('exiv2' 'fftw' 'gsl' 'libqtwebkit') replaces=('qtpfsgui') _F_sourceforge_sep="-v" _F_sourceforge_dirname="qtpfsgui" _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet up2date="Flasttar http://sourceforge.net/projects/qtpfsgui/files/" sha1sums=('3e7565c36e1909fbd036ef7e35fecad5727373d2') _F_cd_path=$pkgname-v${pkgver/_/-} build() { Fcd Fsed '^QMAKE_CXXFLAGS.*' "QMAKE_CXXFLAGS = $CXXFLAGS" project.pro qmake PREFIX=/usr || Fdie Fmake make INSTALL_ROOT=${Fdestdir} install || Fdie Fbuild_gnome_scriptlet } # optimization OK Melko
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
