From owner-dev-commits-ports-main@freebsd.org Thu Jun 17 00:44:00 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 A0632648B84; Thu, 17 Jun 2021 00:44:00 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G53G841h7z4dBh; Thu, 17 Jun 2021 00:44:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7334B2586E; Thu, 17 Jun 2021 00:44:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15H0i0pU075900; Thu, 17 Jun 2021 00:44:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15H0i0ar075899; Thu, 17 Jun 2021 00:44:00 GMT (envelope-from git) Date: Thu, 17 Jun 2021 00:44:00 GMT Message-Id: <202106170044.15H0i0ar075899@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 5c3f345f3798 - main - graphics/jpeg-xl: chase project rename/move MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5c3f345f37988316e0d89ffe3df3dd223b635e63 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 00:44:00 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c3f345f37988316e0d89ffe3df3dd223b635e63 commit 5c3f345f37988316e0d89ffe3df3dd223b635e63 Author: Jan Beich AuthorDate: 2021-05-28 16:57:54 +0000 Commit: Jan Beich CommitDate: 2021-06-17 00:36:40 +0000 graphics/jpeg-xl: chase project rename/move https://gitlab.com/wg1/jpeg-xl/-/commit/8304ea4440fd https://gitlab.com/wg1/jpeg-xl/-/issues/245 --- MOVED | 1 + graphics/Makefile | 2 +- graphics/{jpeg-xl => libjxl}/Makefile | 7 ++----- graphics/{jpeg-xl => libjxl}/distinfo | 6 +++--- graphics/{jpeg-xl => libjxl}/files/patch-private-libs | 2 +- graphics/{jpeg-xl => libjxl}/pkg-descr | 0 graphics/{jpeg-xl => libjxl}/pkg-plist | 0 7 files changed, 8 insertions(+), 10 deletions(-) diff --git a/MOVED b/MOVED index 0a258d59087e..18821df7ae50 100644 --- a/MOVED +++ b/MOVED @@ -16397,3 +16397,4 @@ databases/postgresql95-server||2021-06-13|Has expired: PostgreSQL-9.5 has reache databases/pg_reorg||2021-06-13|Removed, abandonware only for PostgreSQL 9.5 databases/pgespresso||2021-06-13|Removed, functionality part of PostgreSQL 9.6 and later. x11-fonts/urw-core35-fonts|x11-fonts/urw-base35-fonts|2021-06-15|Project was renamed upstream +graphics/jpeg-xl|graphics/libjxl|2021-06-16|Project was renamed upstream diff --git a/graphics/Makefile b/graphics/Makefile index 90aa7b6249f5..f809b7d1d394 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -375,7 +375,6 @@ SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg-turbo - SUBDIR += jpeg-xl SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpgtn @@ -460,6 +459,7 @@ SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo + SUBDIR += libjxl SUBDIR += libjxr SUBDIR += libkdcraw SUBDIR += libkexiv2 diff --git a/graphics/jpeg-xl/Makefile b/graphics/libjxl/Makefile similarity index 95% rename from graphics/jpeg-xl/Makefile rename to graphics/libjxl/Makefile index 6ad1e2615b55..5654652546fd 100644 --- a/graphics/jpeg-xl/Makefile +++ b/graphics/libjxl/Makefile @@ -1,4 +1,4 @@ -PORTNAME= jpeg-xl +PORTNAME= libjxl DISTVERSIONPREFIX= v DISTVERSION= 0.3.7 PORTREVISION= 2 @@ -16,16 +16,13 @@ LIB_DEPENDS= libbrotlienc.so:archivers/brotli TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing compiler:c++11-lib localbase:ldflags pkgconfig shared-mime-info -USE_GITHUB= nodefault -USE_GITLAB= yes +USE_GITHUB= yes USE_LDCONFIG= yes GH_TUPLE= barmco:skcms:6437475:skcms/third_party/skcms \ 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= 9e9bce86164dc4d01c39eeeb3404d6aed85137b2 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 diff --git a/graphics/jpeg-xl/distinfo b/graphics/libjxl/distinfo similarity index 72% rename from graphics/jpeg-xl/distinfo rename to graphics/libjxl/distinfo index 7d0cea490819..1b5ffd1cedee 100644 --- a/graphics/jpeg-xl/distinfo +++ b/graphics/libjxl/distinfo @@ -1,4 +1,6 @@ -TIMESTAMP = 1617891487 +TIMESTAMP = 1617017470 +SHA256 (libjxl-libjxl-v0.3.7_GH0.tar.gz) = 8318a5d1ce82e5683a52512b6f242d2b33a1191e89fc76f7c0ead0a1d60f6c60 +SIZE (libjxl-libjxl-v0.3.7_GH0.tar.gz) = 14563688 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 +9,3 @@ SHA256 (lvandeve-lodepng-48e5364_GH0.tar.gz) = 41e0bcc686e31ee2d51a6c87c0089045f 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-9e9bce86164dc4d01c39eeeb3404d6aed85137b2_GL0.tar.gz) = 2b46a2cfccb5816ece3a11ae8dbbff724ba2bd2f75a25ef4f77b2558350f883f -SIZE (wg1-jpeg-xl-9e9bce86164dc4d01c39eeeb3404d6aed85137b2_GL0.tar.gz) = 14564074 diff --git a/graphics/jpeg-xl/files/patch-private-libs b/graphics/libjxl/files/patch-private-libs similarity index 96% rename from graphics/jpeg-xl/files/patch-private-libs rename to graphics/libjxl/files/patch-private-libs index ed29440f14ef..4da786d74277 100644 --- a/graphics/jpeg-xl/files/patch-private-libs +++ b/graphics/libjxl/files/patch-private-libs @@ -1,5 +1,5 @@ highway is untagged and have no other consumers. Keep it private to -jpeg-xl package for now. +libjxl package for now. --- third_party/CMakeLists.txt.orig 2020-11-14 00:52:03 UTC +++ third_party/CMakeLists.txt diff --git a/graphics/jpeg-xl/pkg-descr b/graphics/libjxl/pkg-descr similarity index 100% rename from graphics/jpeg-xl/pkg-descr rename to graphics/libjxl/pkg-descr diff --git a/graphics/jpeg-xl/pkg-plist b/graphics/libjxl/pkg-plist similarity index 100% rename from graphics/jpeg-xl/pkg-plist rename to graphics/libjxl/pkg-plist