summaryrefslogtreecommitdiff
path: root/community/luminancehdr
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
committerroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
commitddb2605f6bccbdb398f3937ff21e4688915a450d (patch)
tree2ff19812d00e0d9e891b2b40e43bb7a2f7cb2371 /community/luminancehdr
parent3be02a9acbeb006d9a9e6136c54d91064cc7d80e (diff)
Mon May 2 22:32:52 UTC 2011
Diffstat (limited to 'community/luminancehdr')
-rw-r--r--community/luminancehdr/PKGBUILD20
-rw-r--r--community/luminancehdr/luminancehdr.changelog5
-rw-r--r--community/luminancehdr/luminancehdr.install1
3 files changed, 13 insertions, 13 deletions
diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD
index 5d7439740..47eebefc0 100644
--- a/community/luminancehdr/PKGBUILD
+++ b/community/luminancehdr/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 40353 2011-02-23 08:02:01Z ebelanger $
+# $Id: PKGBUILD 45984 2011-05-01 11:42:17Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Dmitry N. Shilov <stormblast@land.ru>
pkgname=luminancehdr
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.0.2
+pkgrel=1
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')
+depends=('exiv2' 'fftw' 'gsl' 'hicolor-icon-theme' 'libraw' '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')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/qtpfsgui/luminance-hdr-${pkgver}.tar.gz)
+sha256sums=('8a13aff0041fd7f7542af0b6b11e412c01f022d509458c4a701f8ca84bade993')
build() {
- cd "${srcdir}/luminance-v${pkgver}"
+ cd ${srcdir}/LuminanceHDR-${pkgver}
if [ ${CARCH} = i686 ]; then
sed -i 's/ -msse2//' project.pro
@@ -31,7 +31,7 @@ build() {
}
package() {
- cd "${srcdir}/luminance-v${pkgver}"
+ cd ${srcdir}/LuminanceHDR-${pkgver}
- make INSTALL_ROOT="${pkgdir}" install
+ make INSTALL_ROOT=${pkgdir} install
}
diff --git a/community/luminancehdr/luminancehdr.changelog b/community/luminancehdr/luminancehdr.changelog
index fe01ee552..bf0fe1e4c 100644
--- a/community/luminancehdr/luminancehdr.changelog
+++ b/community/luminancehdr/luminancehdr.changelog
@@ -1,6 +1,5 @@
-2010-XX-XX Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 2.0.2
- * dcraw dependency added for RAW support
+2011-05-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * luminancehdr 2.0.2-1
2010-10-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* exiv2 0.20 rebuild
diff --git a/community/luminancehdr/luminancehdr.install b/community/luminancehdr/luminancehdr.install
index 1e4c274b3..279762804 100644
--- a/community/luminancehdr/luminancehdr.install
+++ b/community/luminancehdr/luminancehdr.install
@@ -1,5 +1,6 @@
post_install() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+ update-desktop-database -q
}
post_upgrade() {