From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFA031382C5 for ; Wed, 13 Jan 2021 16:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 020B0E0828; Wed, 13 Jan 2021 16:51:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E08CBE0828 for ; Wed, 13 Jan 2021 16:51:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D2A8340C79 for ; Wed, 13 Jan 2021 16:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE35496 for ; Wed, 13 Jan 2021 16:51:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610529269.8ad3e268f5e537fc934500c11658a41a052b8a13.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/jpeg-xl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/jpeg-xl/jpeg-xl-9999.ebuild media-libs/jpeg-xl/metadata.xml X-VCS-Directories: media-libs/jpeg-xl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8ad3e268f5e537fc934500c11658a41a052b8a13 X-VCS-Branch: master Date: Wed, 13 Jan 2021 16:51:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ceefff6e-1645-4248-bffc-605589b7e2dd X-Archives-Hash: 9a401617564cfbc6936c2936769a79e2 commit: 8ad3e268f5e537fc934500c11658a41a052b8a13 Author: Daniel Novomesky gmail com> AuthorDate: Wed Jan 13 09:14:29 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 09:14:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ad3e268 media-libs/jpeg-xl: new package Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 58 ++++++++++++++++++++++++++++++++++ media-libs/jpeg-xl/metadata.xml | 8 +++++ 2 files changed, 66 insertions(+) diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild new file mode 100644 index 00000000..fc5a0296 --- /dev/null +++ b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild @@ -0,0 +1,58 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit cmake git-r3 + +DESCRIPTION="JPEG XL Reference Software" +HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/" + +EGIT_REPO_URI="https://gitlab.com/wg1/jpeg-xl.git" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="app-arch/brotli + sys-libs/zlib + media-libs/libpng + virtual/jpeg + virtual/opengl + media-libs/freeglut + media-libs/giflib + media-libs/openexr + dev-util/google-perftools + x11-misc/shared-mime-info + dev-qt/qtwidgets + dev-qt/qtx11extras +" + +BDEPEND="" + +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DJPEGXL_ENABLE_BENCHMARK=OFF + -DJPEGXL_ENABLE_COVERAGE=OFF + -DJPEGXL_ENABLE_FUZZERS=OFF + -DJPEGXL_ENABLE_SJPEG=OFF + -DJPEGXL_WARNINGS_AS_ERRORS=OFF + + -DJPEGXL_ENABLE_EXAMPLES=ON + -DJPEGXL_ENABLE_VIEWERS=ON + -DJPEGXL_ENABLE_PLUGINS=ON + -DJPEGXL_FORCE_SYSTEM_BROTLI=ON + ) + + cmake_src_configure +} + +pkg_postinst() { + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_mimeinfo_database_update +} diff --git a/media-libs/jpeg-xl/metadata.xml b/media-libs/jpeg-xl/metadata.xml new file mode 100644 index 00000000..d9a1e3c6 --- /dev/null +++ b/media-libs/jpeg-xl/metadata.xml @@ -0,0 +1,8 @@ + + + + + dnovomesky@gmail.com + Daniel Novomesky + +