svn commit: r564918 - branches/2021Q1/graphics/jpeg-xl

Jan Beich jbeich at FreeBSD.org
Thu Feb 11 00:50:20 UTC 2021


Author: jbeich
Date: Thu Feb 11 00:50:17 2021
New Revision: 564918
URL: https://svnweb.freebsd.org/changeset/ports/564918

Log:
  MFH: r564914
  
  graphics/jpeg-xl: update to 0.3.1
  
  Changes:	https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.1
  Changes:	https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3...v0.3.1

Modified:
  branches/2021Q1/graphics/jpeg-xl/Makefile
  branches/2021Q1/graphics/jpeg-xl/distinfo
  branches/2021Q1/graphics/jpeg-xl/pkg-plist
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/graphics/jpeg-xl/Makefile
==============================================================================
--- branches/2021Q1/graphics/jpeg-xl/Makefile	Thu Feb 11 00:50:17 2021	(r564917)
+++ branches/2021Q1/graphics/jpeg-xl/Makefile	Thu Feb 11 00:50:17 2021	(r564918)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jpeg-xl
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3
+DISTVERSION=	0.3.1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -25,7 +25,7 @@ GH_TUPLE=	barmco:skcms:6437475:skcms/third_party/skcms
 		webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \
 		${NULL}
 GL_ACCOUNT=	wg1
-GL_COMMIT=	35ad23dd611199ed63a8c198a7e6a2dab40ec0b8
+GL_COMMIT=	ef3f7a6254e09e6672d2f071b3f4da07c0436dbb
 CMAKE_ON=	JPEGXL_ENABLE_PLUGINS
 CMAKE_OFF=	JPEGXL_WARNINGS_AS_ERRORS ${BENCHMARK FUZZERS TCMALLOC:L:S/^/JPEGXL_ENABLE_/}
 CMAKE_OFF+=	${OpenGL GLUT:L:S/^/CMAKE_DISABLE_FIND_PACKAGE_/} # sjpeg

Modified: branches/2021Q1/graphics/jpeg-xl/distinfo
==============================================================================
--- branches/2021Q1/graphics/jpeg-xl/distinfo	Thu Feb 11 00:50:17 2021	(r564917)
+++ branches/2021Q1/graphics/jpeg-xl/distinfo	Thu Feb 11 00:50:17 2021	(r564918)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1611875286
+TIMESTAMP = 1612917846
 SHA256 (barmco-skcms-6437475_GH0.tar.gz) = 6818ea7aa053a964d1795d6d1d3c5e2aad5d30dff9817c8e604e324ef643ec01
 SIZE (barmco-skcms-6437475_GH0.tar.gz) = 9200034
 SHA256 (google-highway-v0.7.0_GH0.tar.gz) = f76535f236f77716453d5eca6ba4941ac7bbfb8f6306400f4dcf87fbf7ba3989
@@ -7,5 +7,5 @@ SHA256 (lvandeve-lodepng-48e5364_GH0.tar.gz) = 41e0bcc
 SIZE (lvandeve-lodepng-48e5364_GH0.tar.gz) = 239988
 SHA256 (webmproject-sjpeg-868ab55_GH0.tar.gz) = ffe757b376fed2fd94473f8625c25f82a3a23aa317fb1bbf1ac8159b6e0a7726
 SIZE (webmproject-sjpeg-868ab55_GH0.tar.gz) = 2472084
-SHA256 (wg1-jpeg-xl-35ad23dd611199ed63a8c198a7e6a2dab40ec0b8_GL0.tar.gz) = 41a58c449e617bb14909e6b1b167321538252176baf76cad9f418500da380600
-SIZE (wg1-jpeg-xl-35ad23dd611199ed63a8c198a7e6a2dab40ec0b8_GL0.tar.gz) = 14492574
+SHA256 (wg1-jpeg-xl-ef3f7a6254e09e6672d2f071b3f4da07c0436dbb_GL0.tar.gz) = aca4f83eb74d84ca34c594cbc753ccb64eb0281efed08d14c5d0475441527bdf
+SIZE (wg1-jpeg-xl-ef3f7a6254e09e6672d2f071b3f4da07c0436dbb_GL0.tar.gz) = 14504599

Modified: branches/2021Q1/graphics/jpeg-xl/pkg-plist
==============================================================================
--- branches/2021Q1/graphics/jpeg-xl/pkg-plist	Thu Feb 11 00:50:17 2021	(r564917)
+++ branches/2021Q1/graphics/jpeg-xl/pkg-plist	Thu Feb 11 00:50:17 2021	(r564918)
@@ -1,5 +1,7 @@
 bin/cjxl
 bin/djxl
+include/jxl/butteraugli.h
+include/jxl/butteraugli_cxx.h
 include/jxl/codestream_header.h
 include/jxl/color_encoding.h
 include/jxl/decode.h
@@ -17,11 +19,11 @@ include/jxl/types.h
 lib/libjxl.a
 lib/libjxl.so
 lib/libjxl.so.0
-lib/libjxl.so.0.3.0
+lib/libjxl.so.0.3.1
 lib/libjxl_threads.a
 lib/libjxl_threads.so
 lib/libjxl_threads.so.0
-lib/libjxl_threads.so.0.3.0
+lib/libjxl_threads.so.0.3.1
 libdata/pkgconfig/libjxl.pc
 libdata/pkgconfig/libjxl_threads.pc
 %%GIMP%%libexec/gimp/2.2/plug-ins/file-jxl/file-jxl


More information about the svn-ports-all mailing list