diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
commit | 8b3a0b83eb5ad9bcff19b466bcd72c18fdf466ce (patch) | |
tree | 3ff1e4ff16a28abfcec73d664b339c7ce57f5891 /community/luminancehdr | |
parent | 994ca8b3d7a14ef97d75b40b7554a9892bd0283f (diff) |
Wed Feb 5 03:36:49 UTC 2014
Diffstat (limited to 'community/luminancehdr')
-rw-r--r-- | community/luminancehdr/PKGBUILD | 16 | ||||
-rw-r--r-- | community/luminancehdr/luminancehdr.changelog | 3 |
2 files changed, 11 insertions, 8 deletions
diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index e3c6abf47..99a1d8218 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -1,33 +1,33 @@ -# $Id: PKGBUILD 104800 2014-01-26 12:17:38Z andyrtr $ +# $Id: PKGBUILD 105320 2014-02-04 22:24:07Z 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.3.1 -pkgrel=5 +pkgver=2.4.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' 'lcms2' 'libraw' 'openexr' 'qtwebkit') -makedepends=('cmake' 'boost' 'gtest') +depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits') +makedepends=('cmake' 'boost' 'gtest' 'qt5-tools') optdepends=('hugin: align image stack functionality') install=$pkgname.install changelog=$pkgname.changelog options=('!emptydirs') source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2) -sha256sums=('c2a4764986bf8860d448530f3c8d76143d7504cebb07b3e58e37eb0db5347722') +sha256sums=('14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401') build() { - cd "${srcdir}/luminance-hdr-${pkgver}" + cd "${srcdir}"/luminance-hdr-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd "${srcdir}/luminance-hdr-${pkgver}" + cd "${srcdir}"/luminance-hdr-${pkgver} make DESTDIR="${pkgdir}" install } diff --git a/community/luminancehdr/luminancehdr.changelog b/community/luminancehdr/luminancehdr.changelog index c2fcea924..cf004a39d 100644 --- a/community/luminancehdr/luminancehdr.changelog +++ b/community/luminancehdr/luminancehdr.changelog @@ -1,3 +1,6 @@ +2014-02-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * luminancehdr 2.4.0-1 + 2014-01-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * luminancehdr 2.3.1-4 libraw rebuild |