media-gfx/butteraugli - 9999 (nest)

Search

Install

Install this version:

emerge -a =media-gfx/butteraugli-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-gfx/butteraugli-9999

Or alternatively:

emerge --autounmask-write -a =media-gfx/butteraugli-9999

Package Information

Description:
A tool for measuring perceived differences between images
Homepage:
https://github.com/google/butteraugli
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit edo git-r3 toolchain-funcs

DESCRIPTION="A tool for measuring perceived differences between images"
HOMEPAGE="https://github.com/google/butteraugli"
EGIT_REPO_URI="https://github.com/google/${PN}.git"

LICENSE="Apache-2.0"
SLOT="0"

RDEPEND="media-libs/libjpeg-turbo:=
	media-libs/libpng:=
	virtual/zlib:0="

src_compile() {
	edo cd butteraugli
	emake CXX="$(tc-getCXX)"
}

src_install() {
	einstalldocs
	dobin butteraugli/butteraugli
}

Inherited Eclasses

edo

Dependencies

RDEPEND

media-libs/libjpeg-turbo:=
	media-libs/libpng:=
	virtual/zlib:0=