Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 19:44:27 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559186 - head/graphics/jpeg-xl
Message-ID:  <202012241944.0BOJiRf8061068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec 24 19:44:27 2020
New Revision: 559186
URL: https://svnweb.freebsd.org/changeset/ports/559186

Log:
  graphics/jpeg-xl: fix thumbnail generation
  
  /usr/bin/gdk-pixbuf-thumbnailer: not found

Modified:
  head/graphics/jpeg-xl/Makefile   (contents, props changed)

Modified: head/graphics/jpeg-xl/Makefile
==============================================================================
--- head/graphics/jpeg-xl/Makefile	Thu Dec 24 19:38:07 2020	(r559185)
+++ head/graphics/jpeg-xl/Makefile	Thu Dec 24 19:44:27 2020	(r559186)
@@ -3,6 +3,7 @@
 PORTNAME=	jpeg-xl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -63,6 +64,10 @@ TEST_BUILD_DEPENDS=	googletest>0:devel/googletest
 TEST_USES=		localbase:ldflags
 TEST_CMAKE_BOOL=	BUILD_TESTING
 TEST_TEST_TARGET=	test
+
+post-patch:
+	@${REINPLACE_CMD} 's,/usr,${LOCALBASE},' \
+		${WRKSRC}/plugins/gdk-pixbuf/jxl.thumbnailer
 
 # pkg_check_modules doesn't support CMAKE_DISABLE_*
 post-patch-GIMP-off:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241944.0BOJiRf8061068>