From 6f492df5ae2ab0d2bd117d6f1c458d52e2e24585 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Jul 2012 00:02:00 +0000 Subject: Mon Jul 9 00:02:00 UTC 2012 --- community/luminancehdr/PKGBUILD | 16 ++++++++-------- community/luminancehdr/luminancehdr.changelog | 3 +++ 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'community/luminancehdr') diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index 9e531e8d2..c7897812e 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -1,33 +1,33 @@ -# $Id: PKGBUILD 68166 2012-03-18 20:30:56Z jlichtblau $ +# $Id: PKGBUILD 73397 2012-07-07 06:32:43Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Lukas Jirkovsky # Contributor: Dmitry N. Shilov pkgname=luminancehdr -pkgver=2.2.1 +pkgver=2.3.0 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=('exiv2' 'fftw' 'gsl' 'libraw' 'openexr' 'qt' 'qtwebkit') +depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt' 'qtwebkit') makedepends=('cmake') optdepends=('hugin: align image stack functionality') install=$pkgname.install changelog=$pkgname.changelog options=('!emptydirs') -source=(http://downloads.sourceforge.net/qtpfsgui/luminance-hdr-v${pkgver}.tar.gz) -sha256sums=('a8d781ca7a07737dfb1fe00702f948ecd044be6b8405a23d9e18fe46b27036f1') +source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2) +sha256sums=('dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676') build() { - cd "${srcdir}/luminance-hdr-v${pkgver}" + cd ${srcdir}/luminance-hdr-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd "${srcdir}/luminance-hdr-v${pkgver}" + cd ${srcdir}/luminance-hdr-${pkgver} - make DESTDIR="${pkgdir}" install + make DESTDIR=${pkgdir} install } diff --git a/community/luminancehdr/luminancehdr.changelog b/community/luminancehdr/luminancehdr.changelog index b649ab768..d0236e879 100644 --- a/community/luminancehdr/luminancehdr.changelog +++ b/community/luminancehdr/luminancehdr.changelog @@ -1,3 +1,6 @@ +2012-07-07 Jaroslav Lichtblau + * luminancehdr 2.3.0-1 + 2012-03-18 Jaroslav Lichtblau * luminancehdr 2.2.1-1 -- cgit v1.2.3-54-g00ecf