* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2018-01-18 20:09 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2018-01-18 20:09 UTC (permalink / raw
To: gentoo-commits
commit: f0895463cd1b23d79aee7ae4a9a8703eb460f264
Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Wed Jan 10 16:05:42 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:09:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0895463
media-plugins/gimp-resynthesizer: bump to 2.0.3
Closes: https://bugs.gentoo.org/364619
Closes: #6820
Package-Manager: Portage-2.3.13, Repoman-2.3.3
media-plugins/gimp-resynthesizer/Manifest | 1 +
.../gimp-resynthesizer-2.0.3.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/media-plugins/gimp-resynthesizer/Manifest b/media-plugins/gimp-resynthesizer/Manifest
index 06639fd6053..5aa67576f9e 100644
--- a/media-plugins/gimp-resynthesizer/Manifest
+++ b/media-plugins/gimp-resynthesizer/Manifest
@@ -1 +1,2 @@
+DIST gimp-resynthesizer-2.0.3.tar.gz 11097693 BLAKE2B 51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396 SHA512 de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4
DIST resynthesizer-0.16.tar.gz 18241 BLAKE2B d042220a1d9f71af6be16fd9a0c0b81cf46911dc22ae123915455e4952e3dbe4ba3f87098cbb05ab679090beb590f5943db76d8f923c2a67d6aaa18758004dc7 SHA512 6838dfe919e45bd8e8eea570127a586dc5718ee57504748d1de192bd627e26670bd7d82a25b7cb56a4fe597f3eb2c9d0c922da318fec5b6bf8a52801a856b662
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
new file mode 100644
index 00000000000..1a6a43534b3
--- /dev/null
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+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=""
+
+DEPEND="media-gfx/gimp"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2018-01-18 20:09 Amy Liffey
0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2018-01-18 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 5d45a249640e23d6af1e1bc5f0bea7796ff7d0de
Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Wed Jan 10 16:00:54 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 20:08:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d45a249
media-plugins/gimp-resynthesizer: update metadata
media-plugins/gimp-resynthesizer/metadata.xml | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/media-plugins/gimp-resynthesizer/metadata.xml b/media-plugins/gimp-resynthesizer/metadata.xml
index 6f49eba8f49..b6f08f6ce69 100644
--- a/media-plugins/gimp-resynthesizer/metadata.xml
+++ b/media-plugins/gimp-resynthesizer/metadata.xml
@@ -1,5 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <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>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2018-03-07 20:17 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-03-07 20:17 UTC (permalink / raw
To: gentoo-commits
commit: e96b994c30f7ef629c831e368292c546a2302332
Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Tue Mar 6 19:41:46 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 20:17:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96b994c
media-plugins/gimp-resynthesizer: fix dependencies
This package installs some Python scripts, so it has a runtime
dependency on media-gfx/gimp[python].
Also add a missing build-time dependency on pkgconfig.
Closes: https://bugs.gentoo.org/646156
Reported-by: Franz Fellner <alpine.art.de <AT> gmail.com>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
...nthesizer-2.0.3.ebuild => gimp-resynthesizer-2.0.3-r1.ebuild} | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
similarity index 75%
rename from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
rename to media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
index 1a6a43534b3..3e8b63d21d1 100644
--- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3.ebuild
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
@@ -3,7 +3,9 @@
EAPI=6
-inherit autotools
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools python-single-r1
MY_PN="${PN#gimp-}"
MY_P="${MY_PN}-${PV}"
@@ -17,8 +19,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="media-gfx/gimp"
-RDEPEND="${DEPEND}"
+DEPEND="media-gfx/gimp
+ virtual/pkgconfig"
+RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2019-08-13 7:40 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-08-13 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 4544eb4e81cce361a0c32c6cc6afb352d0feb688
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:24:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:24:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544eb4e
media-plugins/gimp-resynthesizer: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
index 3e8b63d21d1..092dbe2cbe7 100644
--- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
@@ -18,10 +18,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="media-gfx/gimp
- virtual/pkgconfig"
-RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]"
+ virtual/pkgconfig
+ ${PYTHON_DEPS}"
+RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2020-02-09 16:31 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-02-09 16:31 UTC (permalink / raw
To: gentoo-commits
commit: c95e3384c4d2d5cc16e4c34e6df1f30136f199f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 16:47:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:31:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95e3384
media-plugins/gimp-resynthesizer: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...synthesizer-2.0.3-r1.ebuild => gimp-resynthesizer-2.0.3-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
similarity index 86%
rename from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
rename to media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
index 092dbe2cbe7..3d8ce22e9b3 100644
--- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r1.ebuild
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="media-gfx/gimp
virtual/pkgconfig
${PYTHON_DEPS}"
-RDEPEND="media-gfx/gimp[python,${PYTHON_USEDEP}]
+RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}]
${PYTHON_DEPS}"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2020-03-05 12:21 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-03-05 12:21 UTC (permalink / raw
To: gentoo-commits
commit: b6a59c626386d7eb22a0c9555c65be559521688d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 12:16:29 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 12:16:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a59c62
media-plugins/gimp-resynthesizer: revbump due to changed RDEPEND
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
...p-resynthesizer-2.0.3-r2.ebuild => gimp-resynthesizer-2.0.3-r3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild
similarity index 100%
rename from media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
rename to media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/
@ 2020-03-05 12:21 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-03-05 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 126950acba420879d61956beb0fc4b96662d1202
Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Feb 25 15:29:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 12:16:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126950ac
media-plugins/gimp-resynthesizer: fix USE dep
Since gimp 2.10.18 version bump python2 scripts/plugin support is removed
from ebuild due to dev-python/pygtk removal bug:
https://bugs.gentoo.org/706462
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/14764
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
index 3d8ce22e9b3..fc637529f37 100644
--- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r2.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="media-gfx/gimp
virtual/pkgconfig
${PYTHON_DEPS}"
-RDEPEND="media-gfx/gimp[python,${PYTHON_SINGLE_USEDEP}]
+RDEPEND="media-gfx/gimp[python(-),${PYTHON_SINGLE_USEDEP}]
${PYTHON_DEPS}"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-03-05 12:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-05 12:21 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-resynthesizer/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2020-03-05 12:21 Joonas Niilola
2020-02-09 16:31 Michał Górny
2019-08-13 7:40 Michał Górny
2018-03-07 20:17 Michał Górny
2018-01-18 20:09 Amy Liffey
2018-01-18 20:09 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox