mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/luminancehdr to 2.4.0-1
This commit is contained in:
parent
e409492333
commit
25cea48d61
1 changed files with 5 additions and 5 deletions
|
@ -7,21 +7,21 @@
|
||||||
# - patch to remove sse and sse2 flags
|
# - patch to remove sse and sse2 flags
|
||||||
|
|
||||||
pkgname=luminancehdr
|
pkgname=luminancehdr
|
||||||
pkgver=2.3.1
|
pkgver=2.4.0
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
|
pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://qtpfsgui.sourceforge.net/'
|
url='http://qtpfsgui.sourceforge.net/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qtwebkit')
|
depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits')
|
||||||
makedepends=('cmake' 'boost' 'gtest')
|
makedepends=('cmake' 'boost' 'gtest' 'qt5-tools')
|
||||||
optdepends=('hugin: align image stack functionality')
|
optdepends=('hugin: align image stack functionality')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
changelog=$pkgname.changelog
|
changelog=$pkgname.changelog
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2
|
source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2
|
||||||
strip-sse.patch)
|
strip-sse.patch)
|
||||||
sha256sums=('c2a4764986bf8860d448530f3c8d76143d7504cebb07b3e58e37eb0db5347722'
|
sha256sums=('14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401'
|
||||||
'f74a1d27684a7a8fa3223e1bf8e04bd2158925b8f1d0b32ef167910920511974')
|
'f74a1d27684a7a8fa3223e1bf8e04bd2158925b8f1d0b32ef167910920511974')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue