Date: Fri, 13 Dec 2024 03:51:44 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b1a5b588e942 - main - graphics/libjxl: fix OPENEXR=on regression after 175bbab74c9b Message-ID: <202412130351.4BD3piKp075815@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1a5b588e94241909b3eecaefdd30960bdf86393 commit b1a5b588e94241909b3eecaefdd30960bdf86393 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-11 19:25:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-13 03:50:57 +0000 graphics/libjxl: fix OPENEXR=on regression after 175bbab74c9b --- graphics/libjxl/Makefile | 4 ++++ graphics/libjxl/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index 939423fa04e7..7a94d0c893bf 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -1,8 +1,12 @@ PORTNAME= libjxl DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= graphics +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= d2411cebb0c3.patch:-p1 # https://github.com/libjxl/libjxl/pull/4007 + MAINTAINER= jbeich@FreeBSD.org COMMENT= JPEG XL reference encoder/decoder WWW= https://jpeg.org/jpegxl/ diff --git a/graphics/libjxl/distinfo b/graphics/libjxl/distinfo index 84c0b2b65d73..0e8414483809 100644 --- a/graphics/libjxl/distinfo +++ b/graphics/libjxl/distinfo @@ -7,3 +7,5 @@ SHA256 (webmproject-sjpeg-e5ab130_GH0.tar.gz) = 89d706381311af14e1124276266aebf4 SIZE (webmproject-sjpeg-e5ab130_GH0.tar.gz) = 2481141 SHA256 (jbeich-skcms-42030a7_GH0.tar.gz) = b7537267dd0fda80a98939cc4e4d15614d2d6f433cc8421b797e0f47078c2979 SIZE (jbeich-skcms-42030a7_GH0.tar.gz) = 10050433 +SHA256 (d2411cebb0c3.patch) = 4c9e38d9a887690fa18ad0b6a4bd15b4ca5510dec88a30343e56befda7b429c3 +SIZE (d2411cebb0c3.patch) = 3853
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130351.4BD3piKp075815>