media-gfx/stackHDR - 9999 (chymeric)

Search

Install

Install this version:

emerge -a =media-gfx/stackHDR-9999

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

autounmask =media-gfx/stackHDR-9999

Or alternatively:

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

Package Information

Description:
Integrated processing for exposure-bracketed images
Homepage:
https://github.com/TheChymera/stackHDR
License:
GPL-3

Ebuild Details

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

EAPI="7"

inherit git-r3

RESTRICT="strip"

DESCRIPTION="Integrated processing for exposure-bracketed images"
HOMEPAGE="https://github.com/TheChymera/stackHDR"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"

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

DEPEND=""
RDEPEND="app-shells/bash
	media-gfx/hugin
	media-gfx/ufraw"

src_install() {
	exeinto /usr/bin/
	newexe "${S}"/stackHDR.sh stackHDR
}

Inherited Eclasses

Dependencies

RDEPEND

app-shells/bash
	media-gfx/hugin
	media-gfx/ufraw