mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/luminancehdr to 2.3.1-4
This commit is contained in:
parent
e33d10d501
commit
19bf88d7c9
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=luminancehdr
|
||||
pkgver=2.3.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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/'
|
||||
|
@ -21,11 +21,11 @@ changelog=$pkgname.changelog
|
|||
options=('!emptydirs')
|
||||
source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/luminance-hdr-${pkgver}.tar.bz2
|
||||
strip-sse.patch)
|
||||
sha256sums=('7a2a81cd0f2da6b6780bdd47e5f902c9dfaeb8107d763ea63007b6fcdcb4d23b'
|
||||
sha256sums=('c2a4764986bf8860d448530f3c8d76143d7504cebb07b3e58e37eb0db5347722'
|
||||
'f74a1d27684a7a8fa3223e1bf8e04bd2158925b8f1d0b32ef167910920511974')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
cd "${srcdir}/luminance-hdr-${pkgver}"
|
||||
|
||||
patch -p0 -i strip-sse.patch
|
||||
|
||||
|
@ -34,7 +34,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
cd "${srcdir}/luminance-hdr-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue