Date: Sat, 6 Mar 2021 00:43:46 +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: r567446 - head/graphics/jpeg-xl Message-ID: <202103060043.1260hk5Y071003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Mar 6 00:43:46 2021 New Revision: 567446 URL: https://svnweb.freebsd.org/changeset/ports/567446 Log: graphics/jpeg-xl: update to 0.3.3 Changes: https://gitlab.com/wg1/jpeg-xl/-/tags/v0.3.3 Changes: https://gitlab.com/wg1/jpeg-xl/-/compare/v0.3.2...v0.3.3 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 Sat Mar 6 00:28:33 2021 (r567445) +++ head/graphics/jpeg-xl/Makefile Sat Mar 6 00:43:46 2021 (r567446) @@ -2,8 +2,7 @@ PORTNAME= jpeg-xl DISTVERSIONPREFIX= v -DISTVERSION= 0.3.2 -PORTREVISION= 1 +DISTVERSION= 0.3.3 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -21,12 +20,12 @@ USE_GITHUB= nodefault USE_GITLAB= yes USE_LDCONFIG= yes GH_TUPLE= barmco:skcms:6437475:skcms/third_party/skcms \ - google:highway:v0.7.0:highway/third_party/highway \ + google:highway:0.11.1:highway/third_party/highway \ lvandeve:lodepng:48e5364:lodepng/third_party/lodepng \ webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \ ${NULL} GL_ACCOUNT= wg1 -GL_COMMIT= e2b1e60f5fda02f5fb395b0b6113f64d33cbb91d +GL_COMMIT= 65825c8629f181dbe8bdd432b15576735af29701 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 Sat Mar 6 00:28:33 2021 (r567445) +++ head/graphics/jpeg-xl/distinfo Sat Mar 6 00:43:46 2021 (r567446) @@ -1,11 +1,11 @@ -TIMESTAMP = 1613160497 +TIMESTAMP = 1614973437 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 -SIZE (google-highway-v0.7.0_GH0.tar.gz) = 1410777 +SHA256 (google-highway-0.11.1_GH0.tar.gz) = 4c4bb9501c02b27a0944afde8923aaab554384690d37e5b2a7f97553426ea641 +SIZE (google-highway-0.11.1_GH0.tar.gz) = 1444575 SHA256 (lvandeve-lodepng-48e5364_GH0.tar.gz) = 41e0bcc686e31ee2d51a6c87c0089045f4805e4053d39026ad02e8aa90c782c1 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-e2b1e60f5fda02f5fb395b0b6113f64d33cbb91d_GL0.tar.gz) = e82fedda3b8b799e87e0e02f35359ad63e570e077e74db56498c5acd9bb077b1 -SIZE (wg1-jpeg-xl-e2b1e60f5fda02f5fb395b0b6113f64d33cbb91d_GL0.tar.gz) = 14504558 +SHA256 (wg1-jpeg-xl-65825c8629f181dbe8bdd432b15576735af29701_GL0.tar.gz) = 70d187b80491cc68eae01e7eadb7cab30d46711d9dfd31f93d83a82ef7b9175d +SIZE (wg1-jpeg-xl-65825c8629f181dbe8bdd432b15576735af29701_GL0.tar.gz) = 14537336 Modified: head/graphics/jpeg-xl/pkg-plist ============================================================================== --- head/graphics/jpeg-xl/pkg-plist Sat Mar 6 00:28:33 2021 (r567445) +++ head/graphics/jpeg-xl/pkg-plist Sat Mar 6 00:43:46 2021 (r567446) @@ -19,11 +19,11 @@ include/jxl/types.h lib/libjxl.a lib/libjxl.so lib/libjxl.so.0 -lib/libjxl.so.0.3.2 +lib/libjxl.so.0.3.3 lib/libjxl_threads.a lib/libjxl_threads.so lib/libjxl_threads.so.0 -lib/libjxl_threads.so.0.3.2 +lib/libjxl_threads.so.0.3.3 libdata/pkgconfig/libjxl.pc libdata/pkgconfig/libjxl_threads.pc %%GIMP%%libexec/gimp/2.2/plug-ins/file-jxl/file-jxl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103060043.1260hk5Y071003>