1 # Copyright 1999-2020 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
6 inherit eutils git-r3 cmake-utils toolchain-funcs
8 DESCRIPTION
="Reference implementation of JPEG XL (encoder and decoder)"
9 HOMEPAGE
="https://jpeg.org/jpegxl/index.html"
10 EGIT_REPO_URI
="https://gitlab.com/wg1/jpeg-xl"
11 EGIT_SUBMODULES
=( '*' '-third_party/mingw-std-threads' )
16 if [[ ${PV} == 9999 ]]
21 KEYWORDS
="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
25 RDEPEND
="media-gfx/sjpeg"
38 cmake-utils_src_configure