svn commit: r568697 - head/graphics/jpeg-xl

Jan Beich jbeich at FreeBSD.org
Wed Mar 17 23:30:57 UTC 2021


Author: jbeich
Date: Wed Mar 17 23:30:56 2021
New Revision: 568697
URL: https://svnweb.freebsd.org/changeset/ports/568697

Log:
  graphics/jpeg-xl: update to 0.3.4
  
  Changes:	https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.4
  Changes:	https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3.3...v0.3.4

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

Modified: head/graphics/jpeg-xl/Makefile
==============================================================================
--- head/graphics/jpeg-xl/Makefile	Wed Mar 17 23:13:27 2021	(r568696)
+++ head/graphics/jpeg-xl/Makefile	Wed Mar 17 23:30:56 2021	(r568697)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jpeg-xl
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.3
+DISTVERSION=	0.3.4
 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=	65825c8629f181dbe8bdd432b15576735af29701
+GL_COMMIT=	f2aeba7e3d091314eaccb64748791e1f4e2cf0a6
 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: head/graphics/jpeg-xl/distinfo
==============================================================================
--- head/graphics/jpeg-xl/distinfo	Wed Mar 17 23:13:27 2021	(r568696)
+++ head/graphics/jpeg-xl/distinfo	Wed Mar 17 23:30:56 2021	(r568697)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1614973437
+TIMESTAMP = 1615894553
 SHA256 (barmco-skcms-6437475_GH0.tar.gz) = 6818ea7aa053a964d1795d6d1d3c5e2aad5d30dff9817c8e604e324ef643ec01
 SIZE (barmco-skcms-6437475_GH0.tar.gz) = 9200034
 SHA256 (google-highway-0.11.1_GH0.tar.gz) = 4c4bb9501c02b27a0944afde8923aaab554384690d37e5b2a7f97553426ea641
@@ -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-65825c8629f181dbe8bdd432b15576735af29701_GL0.tar.gz) = 70d187b80491cc68eae01e7eadb7cab30d46711d9dfd31f93d83a82ef7b9175d
-SIZE (wg1-jpeg-xl-65825c8629f181dbe8bdd432b15576735af29701_GL0.tar.gz) = 14537336
+SHA256 (wg1-jpeg-xl-f2aeba7e3d091314eaccb64748791e1f4e2cf0a6_GL0.tar.gz) = 83606a892dbd20438e711e12184fedbea9e97480b61153b1dabb5f3b90b02224
+SIZE (wg1-jpeg-xl-f2aeba7e3d091314eaccb64748791e1f4e2cf0a6_GL0.tar.gz) = 14548960

Modified: head/graphics/jpeg-xl/pkg-plist
==============================================================================
--- head/graphics/jpeg-xl/pkg-plist	Wed Mar 17 23:13:27 2021	(r568696)
+++ head/graphics/jpeg-xl/pkg-plist	Wed Mar 17 23:30:56 2021	(r568697)
@@ -19,11 +19,12 @@ include/jxl/types.h
 lib/libjxl.a
 lib/libjxl.so
 lib/libjxl.so.0
-lib/libjxl.so.0.3.3
+lib/libjxl.so.0.3.4
+lib/libjxl_dec.a
 lib/libjxl_threads.a
 lib/libjxl_threads.so
 lib/libjxl_threads.so.0
-lib/libjxl_threads.so.0.3.3
+lib/libjxl_threads.so.0.3.4
 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