media-gfx/stackHDR: updated eclass and added metadata
Fixes https://bugs.gentoo.org/717846 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
93a38110b9
commit
c0e9305dfd
3
media-gfx/stackHDR/ChangeLog
Normal file
3
media-gfx/stackHDR/ChangeLog
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
17 Apr 2020; <chymera@gentoo.org> +metadata.xml, stackHDR-9999.ebuild:
|
||||||
|
media-gfx/stackHDR: updated eclass and added metadata Fixes
|
||||||
|
https://bugs.gentoo.org/717846
|
15
media-gfx/stackHDR/metadata.xml
Normal file
15
media-gfx/stackHDR/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>chr@chymera.eu</email>
|
||||||
|
<name>Horea Christian</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
StackHDR is a script which helps you create HDR files from bracketed
|
||||||
|
shots in one simple command.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">TheChymera/stackHDR</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
@ -1,15 +1,14 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v3
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# Author: Horea Christian
|
|
||||||
|
|
||||||
EAPI="5"
|
EAPI="7"
|
||||||
|
|
||||||
inherit git-2
|
inherit git-r3
|
||||||
|
|
||||||
RESTRICT="strip"
|
RESTRICT="strip"
|
||||||
|
|
||||||
DESCRIPTION="Integrated processing for exposure-bracketed images"
|
DESCRIPTION="Integrated processing for exposure-bracketed images"
|
||||||
HOMEPAGE="https://github.com/TheChymera/${PN}"
|
HOMEPAGE="https://github.com/TheChymera/stackHDR"
|
||||||
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
|
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@ -22,8 +21,7 @@ RDEPEND="app-shells/bash
|
|||||||
media-gfx/hugin
|
media-gfx/hugin
|
||||||
media-gfx/ufraw"
|
media-gfx/ufraw"
|
||||||
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
exeinto /usr/bin/
|
exeinto /usr/bin/
|
||||||
newexe "${S}"/stackHDR.sh stackHDR
|
newexe "${S}"/stackHDR.sh stackHDR
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user