media-libs/phash - 9999 (eigenlay)

Search

Install

Install this version:

emerge -a =media-libs/phash-9999

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

autounmask =media-libs/phash-9999

Or alternatively:

emerge --autounmask-write -a =media-libs/phash-9999

Package Information

Description:
pHash open source perceptual hash library
Homepage:
https://www.phash.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 cmake

DESCRIPTION="pHash open source perceptual hash library"
HOMEPAGE="https://www.phash.org/"
EGIT_REPO_URI="https://gitlab.com/g10h4ck/pHash.git"
EGIT_BRANCH="multilib-install"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="
	media-libs/cimg
	media-libs/libjpeg-turbo
	media-libs/libpng
	media-libs/tiff"

src_prepare()
{
	cmake_src_prepare
}

src_configure()
{
	cmake_src_configure
}

Inherited Eclasses

Dependencies

RDEPEND

	media-libs/cimg
	media-libs/libjpeg-turbo
	media-libs/libpng
	media-libs/tiff