[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/

2020-11-08 Thread Sam James
commit: e1e5be0deb6188f9e9fd4b841de1f61fb051511d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Nov  4 22:22:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 11:53:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e5be0d

media-plugins/gimp-lqr: switch media-gfx/gimp-2.10 to SLOT="0/2"

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 .../gimp-lqr/{gimp-lqr-0.7.2.ebuild => gimp-lqr-0.7.2-r1.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild 
b/media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
similarity index 95%
rename from media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
rename to media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
index d040db2f7e3..d1a681c7ced 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 RDEPEND="
-   >=media-gfx/gimp-2.8
+   >=media-gfx/gimp-2.8:0/2
media-libs/liblqr"
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/, media-plugins/gimp-lqr/files/

2020-10-07 Thread Sam James
commit: f2e63030ebfbcf3efea6a9a4bffe40acb4df454f
Author: Alexandra Parker  gmail  com>
AuthorDate: Wed Oct  7 18:27:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 18:46:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e63030

media-plugins/gimp-lqr: fix GCC 10 (-fno-common) build

Closes: https://bugs.gentoo.org/708520
Signed-off-by: Alexandra Parker  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../files/gimp-lqr-0.7.2-gcc-10-fno-common.patch   | 52 ++
 media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild   |  4 ++
 2 files changed, 56 insertions(+)

diff --git 
a/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-gcc-10-fno-common.patch 
b/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-gcc-10-fno-common.patch
new file mode 100644
index 000..2f253cb0ac5
--- /dev/null
+++ b/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-gcc-10-fno-common.patch
@@ -0,0 +1,52 @@
+https://bugs.gentoo.org/708520
+https://github.com/carlobaldassi/gimp-lqr-plugin/issues/7
+--- a/src/interface_aux.c  2013-08-05 06:06:03.0 -0700
 b/src/interface_aux.c  2020-10-06 10:44:45.349564022 -0700
+@@ -48,11 +48,11 @@
+ 
+ gint dialog_aux_response = GTK_RESPONSE_OK;
+ 
+-PlugInUIVals *ui_state;
+-PlugInVals *state;
+-PlugInDialogVals *dialog_state;
++extern PlugInUIVals *ui_state;
++extern PlugInVals *state;
++extern PlugInDialogVals *dialog_state;
+ 
+-GtkWidget *dlg;
++extern GtkWidget *dlg;
+ 
+ /***  Public functions  ***/
+ 
+--- a/src/interface_I.c2013-08-05 06:06:03.0 -0700
 b/src/interface_I.c2020-10-06 10:44:45.349564022 -0700
+@@ -65,13 +65,13 @@
+ 
+ gint dialog_I_response = GTK_RESPONSE_OK;
+ 
+-PlugInUIVals *ui_state;
+-PlugInVals *state;
+-PlugInDialogVals *dialog_state;
+-gboolean features_are_sensitive;
++extern PlugInUIVals *ui_state;
++extern PlugInVals *state;
++extern PlugInDialogVals *dialog_state;
++extern gboolean features_are_sensitive;
+ InterfaceIData interface_I_data;
+ 
+-GtkWidget *dlg;
++extern GtkWidget *dlg;
+ GtkWidget *coordinates;
+ 
+ gulong size_changed = 0;
+--- a/src/main.c   2013-08-05 06:06:03.0 -0700
 a/src/main.c   2020-10-06 10:44:45.349564022 -0700
+@@ -179,7 +179,7 @@
+   {GIMP_PDB_INT32, "resize_aux_layers",
+"Whether to resize auxiliary layers"},
+   {GIMP_PDB_INT32, "resize_canvas", "Whether to resize canvas"},
+-  {GIMP_PDB_INT32, "output target", "Output target (same layer, new layer, 
new image)"},
++  {GIMP_PDB_INT32, "output_target", "Output target (same layer, new layer, 
new image)"},
+   {GIMP_PDB_INT32, "seams", "Whether to output the seam map"},
+   {GIMP_PDB_INT32, "nrg_func", "Energy function to use"},
+   {GIMP_PDB_INT32, "res_order", "Resize order"},

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild 
b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
index 83a4ea2f875..d040db2f7e3 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
@@ -18,3 +18,7 @@ RDEPEND="
>=media-gfx/gimp-2.8
media-libs/liblqr"
 DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.7.2-gcc-10-fno-common.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/

2020-10-07 Thread Sam James
commit: c4c86bdf34ba7165639c4dd08efe73853d4ff2e0
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 18:26:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 18:46:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c86bdf

media-plugins/gimp-lqr: port to EAPI 7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild 
b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
index cd048f5af6a..83a4ea2f875 100644
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_P="${PN}-plugin-${PV}"
 
 DESCRIPTION="Content-aware resizing for the GIMP"
 HOMEPAGE="http://liquidrescale.wikidot.com/;
 
SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
>=media-gfx/gimp-2.8
media-libs/liblqr"
 DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/files/, media-plugins/gimp-lqr/

2018-03-29 Thread Michał Górny
commit: 569f0a1aebbc11b6d9133179074bf0d1d51fd2ce
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Mar 27 16:06:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 29 19:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f0a1a

media-plugins/gimp-lqr: Remove old

Closes: https://github.com/gentoo/gentoo/pull/7647
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-plugins/gimp-lqr/Manifest|  1 -
 .../gimp-lqr/files/gimp-lqr-no-deprecated.patch| 22 --
 media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild   | 34 --
 3 files changed, 57 deletions(-)

diff --git a/media-plugins/gimp-lqr/Manifest b/media-plugins/gimp-lqr/Manifest
index 339ed23c277..9fd78307824 100644
--- a/media-plugins/gimp-lqr/Manifest
+++ b/media-plugins/gimp-lqr/Manifest
@@ -1,2 +1 @@
-DIST gimp-lqr-plugin-0.7.1.tar.bz2 783423 BLAKE2B 
a904c5d8b82fef4e00f0ea36b9e9060958f9469748c54c33d7908723c821883a738906b9ded12213e2c175e0daeb8a86965b93600e03185d95342320149eb550
 SHA512 
6c7b4d6c28e6736a4dbfd4d97f4624f67dce0c88b57ee8688c52f3731971a3128a1968bb91824a9a5b58bdb0ca4bf23d5ae0fbabc3e0b4b422ae723423631d3b
 DIST gimp-lqr-plugin-0.7.2.tar.bz2 784455 BLAKE2B 
699557848a2503fb64f428ca404fa2c9b1c114bb11b1664e2f2690496b0acb3fb6d3903979c5f7cd4f0972211284f8d7bcf914b339db90184d38e628706b3156
 SHA512 
bcbd72aa8e31a86261a2de35c0d9acdbe6bef9f612281a32239578e0bbd74ba154a5b7fe2b8bfee4ef3301333c0ebb749a12732497d82452720bf9be271048c4

diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch 
b/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
deleted file mode 100644
index b309df4d609..000
--- a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 configure.ac.orig  2012-02-24 19:32:04.0 +0100
-+++ configure.ac   2012-02-24 19:32:20.0 +0100
-@@ -116,9 +116,6 @@
- fi
- AC_MSG_RESULT($have_gtk_2_12)
- 
--if test "x$have_gtk_2_7" != "xyes"; then
--  CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED"
--fi
- 
- 
- AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
-@@ -129,9 +126,6 @@
- fi
- AC_MSG_RESULT($have_gimp_2_4)
- 
--if test "x$have_gimp_2_4" != "xyes"; then
--  CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
--fi
- 
- AC_MSG_CHECKING([if we are on Win32])
- AC_LANG([C])

diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild 
b/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
deleted file mode 100644
index 862f2c55f02..000
--- a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-MY_P="${PN}-plugin-${PV}"
-
-DESCRIPTION="Content-aware resizing for the GIMP"
-HOMEPAGE="http://liquidrescale.wikidot.com/;
-SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-gfx/gimp
-   media-libs/liblqr"
-DEPEND="dev-util/intltool
-   ${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-no-deprecated.patch"
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS BUGS ChangeLog NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-lqr/

2017-05-02 Thread Paweł Hajdan
commit: 59a4618b9c0995a88ea2ee421ecacb505060cb82
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Tue May  2 10:35:09 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Tue May  2 10:35:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a4618b

media-plugins/gimp-lqr: remove phajdan.jr from maintainers -> maintainer-needed

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/gimp-lqr/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-plugins/gimp-lqr/metadata.xml 
b/media-plugins/gimp-lqr/metadata.xml
index 12f01941a1a..7a38bb90096 100644
--- a/media-plugins/gimp-lqr/metadata.xml
+++ b/media-plugins/gimp-lqr/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-phajdan...@gentoo.org
-Pawel Hajdan jr
-  
+