From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/luminancehdr/PKGBUILD | 37 +++++++++++++++++++++++++++ community/luminancehdr/luminancehdr.changelog | 31 ++++++++++++++++++++++ community/luminancehdr/luminancehdr.install | 11 ++++++++ 3 files changed, 79 insertions(+) create mode 100644 community/luminancehdr/PKGBUILD create mode 100644 community/luminancehdr/luminancehdr.changelog create mode 100644 community/luminancehdr/luminancehdr.install (limited to 'community/luminancehdr') diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD new file mode 100644 index 000000000..5d7439740 --- /dev/null +++ b/community/luminancehdr/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 40353 2011-02-23 08:02:01Z ebelanger $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Lukas Jirkovsky +# Contributor: Dmitry N. Shilov + +pkgname=luminancehdr +pkgver=2.0.1 +pkgrel=3 +pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' +arch=('i686' 'x86_64') +url='http://qtpfsgui.sourceforge.net/' +license=('GPL') +depends=('dcraw' 'exiv2' 'fftw' 'gsl' 'hicolor-icon-theme' 'libtiff' 'openexr' 'qt') +replaces=('qtpfsgui') +install=$pkgname.install +changelog=$pkgname.changelog +source=(http://downloads.sourceforge.net/sourceforge/qtpfsgui/luminance-v${pkgver}.tar.gz) +md5sums=('3d94bb4c40c7cbff2ebe8f3c15b46596') +sha1sums=('4777912d8f70b02ff2586ea8c31a196ee265c81e') + +build() { + cd "${srcdir}/luminance-v${pkgver}" + + if [ ${CARCH} = i686 ]; then + sed -i 's/ -msse2//' project.pro + fi + + lrelease project.pro + qmake PREFIX=/usr + make +} + +package() { + cd "${srcdir}/luminance-v${pkgver}" + + make INSTALL_ROOT="${pkgdir}" install +} diff --git a/community/luminancehdr/luminancehdr.changelog b/community/luminancehdr/luminancehdr.changelog new file mode 100644 index 000000000..fe01ee552 --- /dev/null +++ b/community/luminancehdr/luminancehdr.changelog @@ -0,0 +1,31 @@ +2010-XX-XX Jaroslav Lichtblau + * Update to major release 2.0.2 + * dcraw dependency added for RAW support + +2010-10-19 Jaroslav Lichtblau + * exiv2 0.20 rebuild + +2010-10-17 Jaroslav Lichtblau + * Update to major release 2.0.1 + +2010-06-27 Jaroslav Lichtblau + * Package renamed to LuminanceHDR + * Update to major release 2.0.0 + +2010-03-09 Andrea Scarpino + * exiv2 0.19 rebuild + +2009-11-02 Biru Ionut + * add translation and fix segfault on old i686 procesors + +2009-04-29 Jaroslav Lichtblau + * Update to major release v1.9.3 + +2009-04-04 Jaroslav Lichtblau + * Minor version (v1.9.2-3) update caused by exiv2 upgrade. + +2008-11-04 Jaroslav Lichtblau + * Minor version (v1.9.2-2) update caused by openexr upgrade. + +2008-09-17 Jaroslav Lichtblau + * Package moved to [community] diff --git a/community/luminancehdr/luminancehdr.install b/community/luminancehdr/luminancehdr.install new file mode 100644 index 000000000..1e4c274b3 --- /dev/null +++ b/community/luminancehdr/luminancehdr.install @@ -0,0 +1,11 @@ +post_install() { + which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} -- cgit v1.2.3