X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/1af3b4950d9e72d2439a29c78b58e7c774b419ac..53f6fcf851217ba7c20956c5b866a55a9bf9b82c:/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild new file mode 100644 index 0000000..ca87768 --- /dev/null +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild @@ -0,0 +1,43 @@ +# Copyright © 2020 Nick Bowler +# +# License GPLv2+: GNU General Public License version 2 or any later version. +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. +# +# This is a modified version of the original ebuild from Gentoo GNU/Linux, +# covered by the following copyright and permission notice: +# +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) + +inherit autotools python-single-r1 + +MY_PN=${PN#gimp-} +MY_P=$MY_PN-$PV + +DESCRIPTION="Suite of GIMP plugins for texture synthesis" +HOMEPAGE="https://github.com/bootchk/resynthesizer" +SRC_URI="https://github.com/bootchk/$MY_PN/archive/v$PV.tar.gz -> $P.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="virtual/pkgconfig" +DEPEND="$PYTHON_DEPS + || ( + media-plugins/gimp-python[$PYTHON_SINGLE_USEDEP] + media-gfx/gimp[python(-),$PYTHON_SINGLE_USEDEP] )" +RDEPEND=$DEPEND +REQUIRED_USE=$PYTHON_REQUIRED_USE + +S=$WORKDIR/$MY_P + +src_prepare() { + default + eautoreconf +}