From aba585b8402533b8054957a97bcb11168646cfc7 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 5 Nov 2020 02:17:40 -0500 Subject: [PATCH] media-plugins/gimp-resynthesizer: Resurrect. Directly imported from gentoo repo before removal. --- media-plugins/gimp-resynthesizer/Manifest | 3 ++ .../gimp-resynthesizer-2.0.3-r3.ebuild | 34 +++++++++++++++++++ media-plugins/gimp-resynthesizer/metadata.xml | 25 ++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 media-plugins/gimp-resynthesizer/Manifest create mode 100644 media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild create mode 100644 media-plugins/gimp-resynthesizer/metadata.xml diff --git a/media-plugins/gimp-resynthesizer/Manifest b/media-plugins/gimp-resynthesizer/Manifest new file mode 100644 index 0000000..7cf6364 --- /dev/null +++ b/media-plugins/gimp-resynthesizer/Manifest @@ -0,0 +1,3 @@ +DIST gimp-resynthesizer-2.0.3.tar.gz 11097693 BLAKE2B 51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396 SHA512 de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4 +EBUILD gimp-resynthesizer-2.0.3-r3.ebuild 713 BLAKE2B adb198ad0e6c68db0c6b85b8a1ee1e4f8abdabff3a90536d65fd33a1191ee4759c5158b9eb31e3056f5be1e24ef6194db360145f05212a952f8a2302ece3175a SHA512 b0178e42a34448da7833b0d489cca5d006046a08dc1390f1307099c3dd7257341926e93b2f199bf0f59c938402caa4f3069f3c6dc1a9b8685691a3f3d0f0ec33 +MISC metadata.xml 877 BLAKE2B 3e503fa59883ed68b3e57793430c0b3d88056a20548dd2de9498f96f0fb881700c93001df8162d63425ec21f817e27aa4c1c526219313818294b72862e133610 SHA512 cba06ed54fa07f78d5a114d679e978135acd13bff7eb69746e51c0f9f8ccc28c77b2692d1d1fb842aa695d7c01ce2e1cc096a362b385f7780fb60dd0c94f56fe diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild new file mode 100644 index 0000000..fc63752 --- /dev/null +++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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/resynthesizer/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +DEPEND="media-gfx/gimp + virtual/pkgconfig + ${PYTHON_DEPS}" +RDEPEND="media-gfx/gimp[python(-),${PYTHON_SINGLE_USEDEP}] + ${PYTHON_DEPS}" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + eautoreconf +} diff --git a/media-plugins/gimp-resynthesizer/metadata.xml b/media-plugins/gimp-resynthesizer/metadata.xml new file mode 100644 index 0000000..b6f08f6 --- /dev/null +++ b/media-plugins/gimp-resynthesizer/metadata.xml @@ -0,0 +1,25 @@ + + + + + sir.suriv@gmail.com + Diogo Pereira + + + proxy-maint@gentoo.org + Proxy Maintainers + + + This is a suite of GIMP plugins known as the 'Resynthesizer'. + The most commonly used is 'Heal selection' but all use the plugin + whose full interface is found at 'Filters>Map>Resynthesize.' + + + + bootch@nc.rr.com + Lloyd Konneker + + bootchk/resynthesizer + https://github.com/bootchk/resynthesizer/issues + + -- 2.43.0