summaryrefslogtreecommitdiff
path: root/graphics/lux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lux/Makefile')
-rw-r--r--graphics/lux/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile
index 2a3b66c57495..7b91998c0b4c 100644
--- a/graphics/lux/Makefile
+++ b/graphics/lux/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lux
-DISTVERSION= 1.1.8
+DISTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/kfj/pv/get/
@@ -18,18 +18,21 @@ BROKEN_armv6= address space exhaustion in compiler
LIB_DEPENDS= libhwy.so:devel/highway \
libsfml-window.so:devel/sfml \
libexiv2.so:graphics/exiv2 \
- libvigraimpex.so:graphics/vigra
-RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans-basic
+ libvigraimpex.so:graphics/vigra \
+ libOpenImageIO.so:graphics/openimageio
+RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans
GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf
-USES= cmake desktop-file-utils dos2unix pkgconfig tar:bz2
+USES= cmake desktop-file-utils dos2unix localbase:ldflags pkgconfig tar:bz2 gl
+USE_GL= gl
+
DOS2UNIX_FILES= tinyfiledialogs.c
CMAKE_ON= USE_HWY_LIBRARY
CXXFLAGS+= -Wno-deprecated-declarations
CONFLICTS= lux
WRKSRC= ${WRKDIR}/kfj-pv-${COMMIT}
-COMMIT= 15b1fd742285
+COMMIT= 02d14627bc75
OPTIONS_DEFINE_amd64= SSSE3 SSE42 AVX AVX2 AVX512
OPTIONS_DEFINE_i386= SSE2 SSSE3 SSE42 AVX AVX2 AVX512
OPTIONS_DEFAULT_amd64= SSSE3 SSE42 AVX AVX2 AVX512