View | Details | Raw Unified | Return to bug 272311 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/lux/Makefile (-1 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	lux
1
PORTNAME=	lux
2
PORTVERSION=	1.1.6
2
PORTVERSION=	1.1.6
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
MASTER_SITES=	https://bitbucket.org/kfj/pv/get/
5
MASTER_SITES=	https://bitbucket.org/kfj/pv/get/
6
PKGNAMESUFFIX=	-pv	# distinguish from www/lux
6
PKGNAMESUFFIX=	-pv	# distinguish from www/lux
Lines 59-64 AVX512_CMAKE_BOOL= FLV_AVX512f Link Here
59
CMAKE_ARGS+=	-DFLV_NATIVE=ON
59
CMAKE_ARGS+=	-DFLV_NATIVE=ON
60
.endif
60
.endif
61
61
62
post-patch:
63
	${REINPLACE_CMD} -e 's,toLong,toInt64,' ${WRKSRC}/pv_metadata.h
64
62
pre-configure:
65
pre-configure:
63
	@${REINPLACE_CMD} -e 's,%%GUIFONT%%,${GUIFONT},' ${WRKSRC}/options.h
66
	@${REINPLACE_CMD} -e 's,%%GUIFONT%%,${GUIFONT},' ${WRKSRC}/options.h
64
67
(-)b/graphics/lux/files/patch-pv__no__rendering.cc (-1 / +11 lines)
Added Link Here
0
- 
1
--- pv_no_rendering.cc.orig	2023-03-27 07:19:09 UTC
2
+++ pv_no_rendering.cc
3
@@ -8828,7 +8828,7 @@ void store_rendered_image ( const job_type * p_job ,
4
  
5
       image->writeMetadata();
6
     }
7
-    catch ( Exiv2::AnyError& e )
8
+    catch ( Exiv2::Error& e )
9
     {
10
       std::cerr << "Caught Exiv2 exception '"
11
                 << e << "'\n" ;

Return to bug 272311