2020-04-17 12:21:45 +02:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-09-18 08:02:15 +02:00
|
|
|
|
2020-04-17 12:21:45 +02:00
|
|
|
EAPI="7"
|
2014-09-18 08:02:15 +02:00
|
|
|
|
2020-04-17 12:21:45 +02:00
|
|
|
inherit git-r3
|
2014-09-18 08:02:15 +02:00
|
|
|
|
|
|
|
RESTRICT="strip"
|
|
|
|
|
|
|
|
DESCRIPTION="Integrated processing for exposure-bracketed images"
|
2020-04-17 12:21:45 +02:00
|
|
|
HOMEPAGE="https://github.com/TheChymera/stackHDR"
|
2014-09-18 08:02:15 +02:00
|
|
|
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() {
|
2020-04-17 12:21:45 +02:00
|
|
|
exeinto /usr/bin/
|
2014-09-18 08:02:15 +02:00
|
|
|
newexe "${S}"/stackHDR.sh stackHDR
|
|
|
|
}
|