]> git.draconx.ca Git - gentoo-fixes.git/commitdiff
media-plugins/gimp-resynthesizer: Resurrect.
authorNick Bowler <nbowler@draconx.ca>
Thu, 5 Nov 2020 07:17:40 +0000 (02:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 5 Nov 2020 07:17:40 +0000 (02:17 -0500)
Directly imported from gentoo repo before removal.

media-plugins/gimp-resynthesizer/Manifest [new file with mode: 0644]
media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild [new file with mode: 0644]
media-plugins/gimp-resynthesizer/metadata.xml [new file with mode: 0644]

diff --git a/media-plugins/gimp-resynthesizer/Manifest b/media-plugins/gimp-resynthesizer/Manifest
new file mode 100644 (file)
index 0000000..7cf6364
--- /dev/null
@@ -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 (file)
index 0000000..fc63752
--- /dev/null
@@ -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 (file)
index 0000000..b6f08f6
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>sir.suriv@gmail.com</email>
+               <name>Diogo Pereira</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription lang="en">
+               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.'
+       </longdescription>
+       <upstream>
+               <maintainer status="active">
+                       <email>bootch@nc.rr.com</email>
+                       <name>Lloyd Konneker</name>
+               </maintainer>
+               <remote-id type="github">bootchk/resynthesizer</remote-id>
+               <bugs-to>https://github.com/bootchk/resynthesizer/issues</bugs-to>
+       </upstream>
+</pkgmetadata>