media-gfx/ephoto - 9999 (enlightenment-live)

Search

Install

Install this version:

emerge -a =media-gfx/ephoto-9999

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

autounmask =media-gfx/ephoto-9999

Or alternatively:

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

Package Information

Description:
Enlightenment image viewer built on the EFL.
Homepage:
https://www.enlightenment.org/about-ephoto
License:
BSD-2

Ebuild Details

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

EAPI=8

inherit meson
[ "${PV}" = 9999 ] && inherit git-r3

DESCRIPTION="Enlightenment image viewer built on the EFL."
HOMEPAGE="https://www.enlightenment.org/about-ephoto"
EGIT_REPO_URI="https://git.enlightenment.org/enlightenment/${PN}.git"

LICENSE="BSD-2"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
SLOT="0"

IUSE="nls"

RDEPEND="
	>=dev-libs/efl-1.19.0[eet,X]
	nls? ( sys-devel/gettext )
	"
BDEPEND="${RDEPEND}
	dev-build/meson"

src_configure() {
	meson_src_configure
}

src_install() {
	meson_src_install
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-gfx/ephoto | euse -E <flag> -p media-gfx/ephoto | euse -D <flag> -p media-gfx/ephoto

Global/Standard Flags

nls

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-libs/efl-1.19.0[eet,X]
	nls? ( sys-devel/gettext )
	

BDEPEND

	>=dev-libs/efl-1.19.0[eet,X]
	nls? ( sys-devel/gettext )
	
	dev-build/meson