From owner-svn-ports-head@freebsd.org Thu Dec 24 19:44:37 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D6CB4CEF1D; Thu, 24 Dec 2020 19:44:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D20s04Xqjz3D24; Thu, 24 Dec 2020 19:44:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 044FB162C9; Thu, 24 Dec 2020 19:44:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BOJiYpj061228; Thu, 24 Dec 2020 19:44:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BOJiXZw061221; Thu, 24 Dec 2020 19:44:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012241944.0BOJiXZw061221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 24 Dec 2020 19:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559187 - in head/graphics/jpeg-xl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/jpeg-xl: . files X-SVN-Commit-Revision: 559187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 19:44:37 -0000 Author: jbeich Date: Thu Dec 24 19:44:32 2020 New Revision: 559187 URL: https://svnweb.freebsd.org/changeset/ports/559187 Log: graphics/jpeg-xl: update to 0.2 Changes: https://gitlab.com/wg1/jpeg-xl/-/tags/v0.2 Changes: https://gitlab.com/wg1/jpeg-xl/-/compare/v0.1.1...v0.2 Modified: head/graphics/jpeg-xl/Makefile (contents, props changed) head/graphics/jpeg-xl/distinfo (contents, props changed) head/graphics/jpeg-xl/files/patch-private-libs (contents, props changed) head/graphics/jpeg-xl/pkg-descr (contents, props changed) head/graphics/jpeg-xl/pkg-plist (contents, props changed) Modified: head/graphics/jpeg-xl/Makefile ============================================================================== --- head/graphics/jpeg-xl/Makefile Thu Dec 24 19:44:27 2020 (r559186) +++ head/graphics/jpeg-xl/Makefile Thu Dec 24 19:44:32 2020 (r559187) @@ -2,17 +2,15 @@ PORTNAME= jpeg-xl DISTVERSIONPREFIX= v -DISTVERSION= 0.1.1 -PORTREVISION= 1 +DISTVERSION= 0.2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= JPEG XL reference encoder/decoder -LICENSE= APACHE20 BSD3CLAUSE MIT ZLIB +LICENSE= APACHE20 BSD3CLAUSE ZLIB LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/third_party/skcms/LICENSE -LICENSE_FILE_MIT= ${WRKSRC}/third_party/brunsli/LICENSE LICENSE_FILE_ZLIB= ${WRKSRC}/third_party/lodepng/LICENSE LIB_DEPENDS= libbrotlienc.so:archivers/brotli @@ -22,13 +20,12 @@ USE_GITHUB= nodefault USE_GITLAB= yes USE_LDCONFIG= yes GH_TUPLE= barmco:skcms:6437475:skcms/third_party/skcms \ - google:brunsli:v0.1-54-gde6768b:brunsli/third_party/brunsli \ - google:highway:94a72d0:highway/third_party/highway \ + google:highway:311c183:highway/third_party/highway \ lvandeve:lodepng:48e5364:lodepng/third_party/lodepng \ webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \ ${NULL} GL_ACCOUNT= wg1 -GL_COMMIT= 739e6cd1305fdec5acfa47ad414189b3d3ecb6a4 +GL_COMMIT= 31c71b0f61123a40789b0b8f54feb70e5995420e 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 Thu Dec 24 19:44:27 2020 (r559186) +++ head/graphics/jpeg-xl/distinfo Thu Dec 24 19:44:32 2020 (r559187) @@ -1,13 +1,11 @@ -TIMESTAMP = 1606853787 +TIMESTAMP = 1608828329 SHA256 (barmco-skcms-6437475_GH0.tar.gz) = 6818ea7aa053a964d1795d6d1d3c5e2aad5d30dff9817c8e604e324ef643ec01 SIZE (barmco-skcms-6437475_GH0.tar.gz) = 9200034 -SHA256 (google-brunsli-v0.1-54-gde6768b_GH0.tar.gz) = 71fd49d096dbec605ca62db32839f489e17d5a258335ef64ba9c14dd2c46f6be -SIZE (google-brunsli-v0.1-54-gde6768b_GH0.tar.gz) = 152465 -SHA256 (google-highway-94a72d0_GH0.tar.gz) = 4bd49b1ee7aa1199fc024b567da39e45392115e2ae090d4c91b2358cd605cd5e -SIZE (google-highway-94a72d0_GH0.tar.gz) = 287696 +SHA256 (google-highway-311c183_GH0.tar.gz) = 948daf3b6c74813267f3993d3137eb87fc693658e0982c8b183eec17114a0e34 +SIZE (google-highway-311c183_GH0.tar.gz) = 1396845 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-739e6cd1305fdec5acfa47ad414189b3d3ecb6a4_GL0.tar.gz) = f65f4c25eca11b4d4b61ff329e02fd098c19c2769fea0389d990612eb190c58f -SIZE (wg1-jpeg-xl-739e6cd1305fdec5acfa47ad414189b3d3ecb6a4_GL0.tar.gz) = 14239507 +SHA256 (wg1-jpeg-xl-31c71b0f61123a40789b0b8f54feb70e5995420e_GL0.tar.gz) = 04d7a4e4f1619d8697f5e60c95e6c4055fb95f666af55f2188b1c38fae7a6480 +SIZE (wg1-jpeg-xl-31c71b0f61123a40789b0b8f54feb70e5995420e_GL0.tar.gz) = 14483567 Modified: head/graphics/jpeg-xl/files/patch-private-libs ============================================================================== --- head/graphics/jpeg-xl/files/patch-private-libs Thu Dec 24 19:44:27 2020 (r559186) +++ head/graphics/jpeg-xl/files/patch-private-libs Thu Dec 24 19:44:32 2020 (r559187) @@ -12,14 +12,14 @@ jpeg-xl package for now. configure_file("${CMAKE_CURRENT_SOURCE_DIR}/highway/LICENSE" ${PROJECT_BINARY_DIR}/LICENSE.highway COPYONLY) else() ---- third_party/highway/CMakeLists.txt.orig 2020-10-29 17:04:03 UTC +--- third_party/highway/CMakeLists.txt.orig 2020-12-02 19:39:56 UTC +++ third_party/highway/CMakeLists.txt -@@ -222,7 +222,7 @@ set_target_properties(hwy_benchmark +@@ -230,7 +230,7 @@ set_target_properties(hwy_benchmark include(CTest) -if(BUILD_TESTING) +if(HWY_BUILD_TESTING) - - find_package(GTest REQUIRED) + enable_testing() + include(GoogleTest) Modified: head/graphics/jpeg-xl/pkg-descr ============================================================================== --- head/graphics/jpeg-xl/pkg-descr Thu Dec 24 19:44:27 2020 (r559186) +++ head/graphics/jpeg-xl/pkg-descr Thu Dec 24 19:44:32 2020 (r559187) @@ -3,7 +3,4 @@ and is particularly optimised for responsive web envir content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. -WARNING: Until further notice, do not depend on future decoders being - able to decode the output of a current encoder. - WWW: https://jpeg.org/jpegxl/ Modified: head/graphics/jpeg-xl/pkg-plist ============================================================================== --- head/graphics/jpeg-xl/pkg-plist Thu Dec 24 19:44:27 2020 (r559186) +++ head/graphics/jpeg-xl/pkg-plist Thu Dec 24 19:44:32 2020 (r559187) @@ -17,11 +17,11 @@ include/jxl/types.h lib/libjxl.a lib/libjxl.so lib/libjxl.so.0 -lib/libjxl.so.0.1.0 +lib/libjxl.so.0.2.0 lib/libjxl_threads.a lib/libjxl_threads.so lib/libjxl_threads.so.0 -lib/libjxl_threads.so.0.1.0 +lib/libjxl_threads.so.0.2.0 libdata/pkgconfig/libjxl.pc libdata/pkgconfig/libjxl_threads.pc %%GIMP%%libexec/gimp/2.2/plug-ins/file-jxl/file-jxl