gnuimp resynthesizer plugin
This commit is contained in:
parent
e21347658d
commit
849656fa2d
1
media-plugins/gimp-resynthesizer/Manifest
Normal file
1
media-plugins/gimp-resynthesizer/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST v2.0.3.tar.gz 11097693 BLAKE2B 51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396 SHA512 de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
DESCRIPTION="Suite of gimp plugins for texture synthesis"
|
||||||
|
HOMEPAGE="https://github.com/bootchk/resynthesizer"
|
||||||
|
SRC_URI="https://github.com/bootchk/resynthesizer/archive/refs/tags/v${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/resynthesizer-${PV}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=media-gfx/gimp-2.8:0/2"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
eautoreconf
|
||||||
|
}
|
Loading…
Reference in a new issue