lightzone: update to 4.1.5
This commit is contained in:
parent
7d9c157f94
commit
15ca8ce032
|
@ -4,7 +4,7 @@
|
|||
# Uncomment to compile in debug mode.
|
||||
#DEBUG:= true
|
||||
|
||||
-EXEC_EXTRA_CFLAGS:= -fopenmp
|
||||
-EXEC_EXTRA_CFLAGS:= -fopenmp -Wno-unused-result
|
||||
+EXEC_EXTRA_CFLAGS:=
|
||||
EXEC_WINDOWS_CFLAGS:= -static
|
||||
EXEC_EXTRA_DEFINES:= -DNODEPS -DLIGHTZONE
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lightzone'
|
||||
pkgname=lightzone
|
||||
version=4.1.4
|
||||
version=4.1.5
|
||||
revision=1
|
||||
wrksrc=LightZone-${version}
|
||||
hostmakedepends="automake git openjdk apache-ant javahelp2 rsync pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="3-clause-BSD"
|
||||
homepage="http://www.lightzoneproject.org/"
|
||||
distfiles="https://github.com/Aries85/LightZone/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=ea4421ab471664276ea2d0dcfa9c323ffd52053139cf09188f59bcfccaad6fad
|
||||
checksum=6f8203790070329c67eee89171349d48e332aaa3dfd8f87a55ccc4323bddc2d6
|
||||
# Cross building dcraw_lz is not supported
|
||||
nocross=yes
|
||||
replaces="lightzone-bin>=0"
|
||||
|
|
Loading…
Reference in New Issue