# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake edo DESCRIPTION="Open source project that includes YUV scaling and conversion functionality." HOMEPAGE="https://chromium.googlesource.com/libyuv/libyuv" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://chromium.googlesource.com/libyuv/libyuv.git" inherit git-r3 else # to diff against upstream (apparently not stable): # https://chromium.googlesource.com/libyuv/libyuv.git/+archive/${commit}.tar.gz SRC_URI="https://github.com/N-R-K/stable-tarball-host/releases/download/0/libyuv-${PV}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86" fi LICENSE="BSD" SLOT="0/${PV}" IUSE="test" RESTRICT="!test? ( test )" # !