[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-04-07 Thread Arthur Zamarin
commit: be6a73a09e2fb270a4e0167ecf294db4356ba582
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  7 06:51:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  7 06:51:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6a73a0

media-gfx/eog: Stabilize 45.3 arm64, #928772

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-45.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-45.3.ebuild b/media-gfx/eog/eog-45.3.ebuild
index f537d98f5e01..486256a73ca9 100644
--- a/media-gfx/eog/eog-45.3.ebuild
+++ b/media-gfx/eog/eog-45.3.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-03-16 Thread Mart Raudsepp
commit: 34c9f6d6994b04c87d1445c7d6a667fd175c091f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 16 22:36:53 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 16 22:46:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c9f6d6

media-gfx/eog: add 45.3

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-45.3.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index caee486e88d0..67cef3131c72 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-45.2.tar.xz 4656440 BLAKE2B 
70d022ded08363f4719339b7307bbc539bdc78e586b41c3336af26b06f3555aefb77b4fb1db6f40081819cefd8076afb22b6908e0c9f13e15fc610ea5439334f
 SHA512 
17cc55103ed0ac8b7c187997b67e871203348bb4f684e4e70bb917faa0cf3a44f2abd5f69af7a49326ce46df81be31e962d5271d49ee1c4de1ab3b4c02292058
+DIST eog-45.3.tar.xz 4656744 BLAKE2B 
ceebd9890da926ec7caea916ce2e4483fb398f1b5270f0a210bfc97fb844669ca8416a10cc020f145f8e0b1d2e5e2fd85dcaa4d948312e42b40c0850d657f988
 SHA512 
21693d659a5eb25bdec968266d7e6a1a6988bcec0bf5c3d914b098001ed4a8e64d7ff628181072fb1aabec1b89b56ed5e7c85e3b06ec79be1c9d7cf1c57d3145

diff --git a/media-gfx/eog/eog-45.3.ebuild b/media-gfx/eog/eog-45.3.ebuild
new file mode 100644
index ..a389452b6194
--- /dev/null
+++ b/media-gfx/eog/eog-45.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4:0[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-02-11 Thread Mart Raudsepp
commit: e3b6a5cc83f88564202633681593cbb1423b0f71
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 14:18:41 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 14:21:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b6a5cc

media-gfx/eog: drop 44.3-r1, 45.1-r1

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest   |  2 --
 media-gfx/eog/eog-44.3-r1.ebuild | 77 
 media-gfx/eog/eog-45.1-r1.ebuild | 77 
 3 files changed, 156 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 8285a0166360..caee486e88d0 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1 @@
-DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
-DIST eog-45.1.tar.xz 4656776 BLAKE2B 
9b9bde1564735c06252a1eedb96b0ab0871726f7ce4891c57ff4a0ed6c52f13b85f1ffc8bca2c4d8a5cc6518a2d66dc4b883df5a53234a67c4374c56b03728ea
 SHA512 
68fb6889da7129189facbd3e624e76852a8dbe5e277848b768fb28624811d9486a1edc6a1d99d5948a68854ae73a5b5b33c5f5fa3a81860391bf1bf53bf15fa7
 DIST eog-45.2.tar.xz 4656440 BLAKE2B 
70d022ded08363f4719339b7307bbc539bdc78e586b41c3336af26b06f3555aefb77b4fb1db6f40081819cefd8076afb22b6908e0c9f13e15fc610ea5439334f
 SHA512 
17cc55103ed0ac8b7c187997b67e871203348bb4f684e4e70bb917faa0cf3a44f2abd5f69af7a49326ce46df81be31e962d5271d49ee1c4de1ab3b4c02292058

diff --git a/media-gfx/eog/eog-44.3-r1.ebuild b/media-gfx/eog/eog-44.3-r1.ebuild
deleted file mode 100644
index 558f73a89e73..
--- a/media-gfx/eog/eog-44.3-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4:0[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-gfx/eog/eog-45.1-r1.ebuild b/media-gfx/eog/eog-45.1-r1.ebuild
deleted file mode 100644
index 35ede5fbeaf1..
--- a/media-gfx/eog/eog-45.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4:0[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-02-11 Thread Arthur Zamarin
commit: f6b7fcba4bb887f19212f7ad80ad6ae2b3670d04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 11 08:08:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 11 08:08:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b7fcba

media-gfx/eog: Stabilize 45.2 x86, #920662

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-45.2.ebuild b/media-gfx/eog/eog-45.2.ebuild
index a5a80d828b14..486256a73ca9 100644
--- a/media-gfx/eog/eog-45.2.ebuild
+++ b/media-gfx/eog/eog-45.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-02-11 Thread Arthur Zamarin
commit: c9d34ac17bcbe0dff1bf26e82b78d747413860ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 11 08:08:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 11 08:08:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d34ac1

media-gfx/eog: Stabilize 45.2 arm64, #920662

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-45.2.ebuild b/media-gfx/eog/eog-45.2.ebuild
index ddfbc602d932..a5a80d828b14 100644
--- a/media-gfx/eog/eog-45.2.ebuild
+++ b/media-gfx/eog/eog-45.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2024-01-06 Thread Mart Raudsepp
commit: 00fdeeea0411766b730798e465d6d7670b52cc0b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan  6 23:32:37 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan  6 23:32:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fdeeea

media-gfx/eog: add 45.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-45.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index c307e86e9fb3..8285a0166360 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
 DIST eog-45.1.tar.xz 4656776 BLAKE2B 
9b9bde1564735c06252a1eedb96b0ab0871726f7ce4891c57ff4a0ed6c52f13b85f1ffc8bca2c4d8a5cc6518a2d66dc4b883df5a53234a67c4374c56b03728ea
 SHA512 
68fb6889da7129189facbd3e624e76852a8dbe5e277848b768fb28624811d9486a1edc6a1d99d5948a68854ae73a5b5b33c5f5fa3a81860391bf1bf53bf15fa7
+DIST eog-45.2.tar.xz 4656440 BLAKE2B 
70d022ded08363f4719339b7307bbc539bdc78e586b41c3336af26b06f3555aefb77b4fb1db6f40081819cefd8076afb22b6908e0c9f13e15fc610ea5439334f
 SHA512 
17cc55103ed0ac8b7c187997b67e871203348bb4f684e4e70bb917faa0cf3a44f2abd5f69af7a49326ce46df81be31e962d5271d49ee1c4de1ab3b4c02292058

diff --git a/media-gfx/eog/eog-45.2.ebuild b/media-gfx/eog/eog-45.2.ebuild
new file mode 100644
index ..a389452b6194
--- /dev/null
+++ b/media-gfx/eog/eog-45.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4:0[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2023-10-29 Thread Mart Raudsepp
commit: f1689f39c7bc6245f7f4fc8083d41bc82f4621d9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 29 22:17:11 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 29 22:17:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1689f39

media-gfx/eog-plugins: Explicitly depend on libpeas SLOT=0

Another libpeas SLOT is coming.

Signed-off-by: Mart Raudsepp  gentoo.org>

 .../{eog-plugins-44.0-r1.ebuild => eog-plugins-44.0-r2.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild
similarity index 95%
rename from media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
rename to media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild
index c61393ae7774..a328d90eaa24 100644
--- a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-1.14.1
+   >=dev-libs/libpeas-1.14.1:0
>=media-gfx/eog-41.0:1
exif? ( >=media-libs/libexif-0.6.16 )
map? (
@@ -33,7 +33,7 @@ RDEPEND="
python? (
${PYTHON_DEPS}
dev-libs/glib[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   dev-libs/libpeas:0[gtk,python,${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
')



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-10-29 Thread Mart Raudsepp
commit: 93e30288b59e97643d50ed417de9117cc3fae747
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 29 22:17:37 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 29 22:17:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e30288

media-gfx/eog: drop 45.0

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest|  1 -
 media-gfx/eog/eog-45.0.ebuild | 77 ---
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 4eb7d34db1a0..c307e86e9fb3 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
-DIST eog-45.0.tar.xz 4656784 BLAKE2B 
cf5b5a03c153b3eedcb1839f068ab9984d1e8e493d39baa86b67691e254fbb5faa96c3aaca032c66218d0cead6a93c966bb014091041057799187210bbc6a09a
 SHA512 
5faa5115d8865a7f5311486f6999aece8d636ed66a4feca35ace85d33623fb406f9092fc915e84c3ec4013ba153876898d873a259fdf0ff0145c499f526ef52e
 DIST eog-45.1.tar.xz 4656776 BLAKE2B 
9b9bde1564735c06252a1eedb96b0ab0871726f7ce4891c57ff4a0ed6c52f13b85f1ffc8bca2c4d8a5cc6518a2d66dc4b883df5a53234a67c4374c56b03728ea
 SHA512 
68fb6889da7129189facbd3e624e76852a8dbe5e277848b768fb28624811d9486a1edc6a1d99d5948a68854ae73a5b5b33c5f5fa3a81860391bf1bf53bf15fa7

diff --git a/media-gfx/eog/eog-45.0.ebuild b/media-gfx/eog/eog-45.0.ebuild
deleted file mode 100644
index b967e79892ea..
--- a/media-gfx/eog/eog-45.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-10-29 Thread Mart Raudsepp
commit: 6e4ff11fe95b44c905d788bbff660bf99a42b915
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 29 22:19:02 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 29 22:19:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4ff11f

media-gfx/eog: Explicitly depend on libpeas SLOT=0

Another libpeas SLOT is coming.

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/{eog-44.3.ebuild => eog-44.3-r1.ebuild} | 2 +-
 media-gfx/eog/{eog-45.1.ebuild => eog-45.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-44.3.ebuild b/media-gfx/eog/eog-44.3-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-44.3.ebuild
rename to media-gfx/eog/eog-44.3-r1.ebuild
index 295a7cd8443b..558f73a89e73 100644
--- a/media-gfx/eog/eog-44.3.ebuild
+++ b/media-gfx/eog/eog-44.3-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4[gtk]
+   >=dev-libs/libpeas-0.7.4:0[gtk]
>=gnome-base/gnome-desktop-2.91.2:3=
>=gnome-base/gsettings-desktop-schemas-42_beta
>=x11-misc/shared-mime-info-0.20

diff --git a/media-gfx/eog/eog-45.1.ebuild b/media-gfx/eog/eog-45.1-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-45.1.ebuild
rename to media-gfx/eog/eog-45.1-r1.ebuild
index b967e79892ea..35ede5fbeaf1 100644
--- a/media-gfx/eog/eog-45.1.ebuild
+++ b/media-gfx/eog/eog-45.1-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 
~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4[gtk]
+   >=dev-libs/libpeas-0.7.4:0[gtk]
>=gnome-base/gnome-desktop-2.91.2:3=
>=gnome-base/gsettings-desktop-schemas-42_beta
>=x11-misc/shared-mime-info-0.20



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-09-21 Thread Matt Turner
commit: 2c87fa759530c21d73035e39c550865bcf3eec1f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c87fa75

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest |  1 -
 media-gfx/eog/eog-45_rc.ebuild | 77 --
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index e6d1e620b0e5..d5428676944c 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
 DIST eog-45.0.tar.xz 4656784 BLAKE2B 
cf5b5a03c153b3eedcb1839f068ab9984d1e8e493d39baa86b67691e254fbb5faa96c3aaca032c66218d0cead6a93c966bb014091041057799187210bbc6a09a
 SHA512 
5faa5115d8865a7f5311486f6999aece8d636ed66a4feca35ace85d33623fb406f9092fc915e84c3ec4013ba153876898d873a259fdf0ff0145c499f526ef52e
-DIST eog-45.rc.tar.xz 4656292 BLAKE2B 
0f5499817541b934a448c7b9666e2ee88c983708bb7b63a0d850e1c025c10d2582f6b3fb41ea5e961592203c2ca80a4e48b09c1aa2f7a4552d0899f2f1174ecf
 SHA512 
89b51d00198af0f08f899416de3296f24869ace04196357bdcb27a80cbe4251c11f30a59eae48d3a9cd7d5e450343e31df1b8ba368720d0caf2a39100756e09e

diff --git a/media-gfx/eog/eog-45_rc.ebuild b/media-gfx/eog/eog-45_rc.ebuild
deleted file mode 100644
index b967e79892ea..
--- a/media-gfx/eog/eog-45_rc.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.73.2:2
-   >=dev-libs/libpeas-0.7.4[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-09-17 Thread Matt Turner
commit: 53a4612648f032e9cd4881f829cda05179177140
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Sep 17 21:43:14 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 17 22:27:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a46126

media-gfx/eog: Version bump to 45.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32889
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-45.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index a07ca7571d47..e6d1e620b0e5 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
+DIST eog-45.0.tar.xz 4656784 BLAKE2B 
cf5b5a03c153b3eedcb1839f068ab9984d1e8e493d39baa86b67691e254fbb5faa96c3aaca032c66218d0cead6a93c966bb014091041057799187210bbc6a09a
 SHA512 
5faa5115d8865a7f5311486f6999aece8d636ed66a4feca35ace85d33623fb406f9092fc915e84c3ec4013ba153876898d873a259fdf0ff0145c499f526ef52e
 DIST eog-45.rc.tar.xz 4656292 BLAKE2B 
0f5499817541b934a448c7b9666e2ee88c983708bb7b63a0d850e1c025c10d2582f6b3fb41ea5e961592203c2ca80a4e48b09c1aa2f7a4552d0899f2f1174ecf
 SHA512 
89b51d00198af0f08f899416de3296f24869ace04196357bdcb27a80cbe4251c11f30a59eae48d3a9cd7d5e450343e31df1b8ba368720d0caf2a39100756e09e

diff --git a/media-gfx/eog/eog-45.0.ebuild b/media-gfx/eog/eog-45.0.ebuild
new file mode 100644
index ..b967e79892ea
--- /dev/null
+++ b/media-gfx/eog/eog-45.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-09-04 Thread Matt Turner
commit: 371d91477322b4a4c6432cadfbba7c97c9efc833
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Sep  3 20:08:07 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Sep  4 15:56:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d9147

media-gfx/eog: Version bump to 45_rc

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32592
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest |  1 +
 media-gfx/eog/eog-45_rc.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index c4e30af3b4a2..194cc2477b0c 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,4 @@
 DIST eog-44.2.tar.xz 4654888 BLAKE2B 
3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca
 SHA512 
30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
 DIST eog-45.alpha.tar.xz 4656468 BLAKE2B 
d2d0e34fffc8fede8af4b93baf0302dd3e184805fc155338422654323f059b96c2bd61b86b39db635e5fd9e87cc164ee544f21b5907cb9cd9bc19c7b24e341f2
 SHA512 
2a690850e5e79fa54c4c8514a1fa2805b62430f8e0df97262aa2c29dabe4d9a0167bd852c1f6830ef3021f1df3ee593de599f82078439db6b33598d61b219983
+DIST eog-45.rc.tar.xz 4656292 BLAKE2B 
0f5499817541b934a448c7b9666e2ee88c983708bb7b63a0d850e1c025c10d2582f6b3fb41ea5e961592203c2ca80a4e48b09c1aa2f7a4552d0899f2f1174ecf
 SHA512 
89b51d00198af0f08f899416de3296f24869ace04196357bdcb27a80cbe4251c11f30a59eae48d3a9cd7d5e450343e31df1b8ba368720d0caf2a39100756e09e

diff --git a/media-gfx/eog/eog-45_rc.ebuild b/media-gfx/eog/eog-45_rc.ebuild
new file mode 100644
index ..b967e79892ea
--- /dev/null
+++ b/media-gfx/eog/eog-45_rc.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-08-30 Thread Arthur Zamarin
commit: f882a4c7c0bd80a76e017636b668be78b0969df7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 30 07:50:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 30 07:57:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f882a4c7

media-gfx/eog: Stabilize 44.3 x86, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-44.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.3.ebuild b/media-gfx/eog/eog-44.3.ebuild
index 1713a0611e1a..295a7cd8443b 100644
--- a/media-gfx/eog/eog-44.3.ebuild
+++ b/media-gfx/eog/eog-44.3.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-08-16 Thread Matt Turner
commit: 51c8613a602f6abaefe6d5277f937ac049b5f101
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 16 22:25:03 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 16 22:32:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8613a

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 -
 media-gfx/eog/eog-44.1.ebuild | 77 ---
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 189edc61b0c2..c4e30af3b4a2 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,4 +1,3 @@
-DIST eog-44.1.tar.xz 4655216 BLAKE2B 
1d4f2fafa84f7fc854c5a76d253926541f11dbe145046f13d777ec6062c6c4c6afa4ed603532c5071ada13c12e27fc86335e16d4d596567f352b878dc4f16f86
 SHA512 
2791466d186bb9ae8a6822e7a9e93d4b76ab1030a5bc0dc61858030622ec3cb74a6b674d65f6fb6e16b9c1eda9d320ac50479e04822209865f004ac1a729b02e
 DIST eog-44.2.tar.xz 4654888 BLAKE2B 
3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca
 SHA512 
30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
 DIST eog-45.alpha.tar.xz 4656468 BLAKE2B 
d2d0e34fffc8fede8af4b93baf0302dd3e184805fc155338422654323f059b96c2bd61b86b39db635e5fd9e87cc164ee544f21b5907cb9cd9bc19c7b24e341f2
 SHA512 
2a690850e5e79fa54c4c8514a1fa2805b62430f8e0df97262aa2c29dabe4d9a0167bd852c1f6830ef3021f1df3ee593de599f82078439db6b33598d61b219983

diff --git a/media-gfx/eog/eog-44.1.ebuild b/media-gfx/eog/eog-44.1.ebuild
deleted file mode 100644
index c9c7375b023b..
--- a/media-gfx/eog/eog-44.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-07-27 Thread WANG Xuerui
commit: 681ac651c3977bc7f19d36ae059e186e74292040
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jul 27 05:39:33 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jul 27 08:29:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681ac651

media-gfx/eog: keyword 44.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-gfx/eog/eog-44.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.3.ebuild b/media-gfx/eog/eog-44.3.ebuild
index 7df8484ff4b5..b967e79892ea 100644
--- a/media-gfx/eog/eog-44.3.ebuild
+++ b/media-gfx/eog/eog-44.3.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 RDEPEND="
>=dev-libs/glib-2.73.2:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-07-07 Thread Matt Turner
commit: 6b89ad9c4943449d0d5b5bff1027f8ef06c99167
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  7 17:37:09 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  7 22:03:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b89ad9c

media-gfx/eog: Version bump to 44.3

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-44.3.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 5ab4687c86c5..f95eeb4935b0 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-44.1.tar.xz 4655216 BLAKE2B 
1d4f2fafa84f7fc854c5a76d253926541f11dbe145046f13d777ec6062c6c4c6afa4ed603532c5071ada13c12e27fc86335e16d4d596567f352b878dc4f16f86
 SHA512 
2791466d186bb9ae8a6822e7a9e93d4b76ab1030a5bc0dc61858030622ec3cb74a6b674d65f6fb6e16b9c1eda9d320ac50479e04822209865f004ac1a729b02e
 DIST eog-44.2.tar.xz 4654888 BLAKE2B 
3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca
 SHA512 
30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433
+DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2

diff --git a/media-gfx/eog/eog-44.3.ebuild b/media-gfx/eog/eog-44.3.ebuild
new file mode 100644
index ..7df8484ff4b5
--- /dev/null
+++ b/media-gfx/eog/eog-44.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.73.2:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-07-02 Thread Sam James
commit: bf63c9a80b72922347f6ee9dda023e4312a79b9a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  2 11:16:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  2 11:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf63c9a8

media-gfx/eog: Stabilize 44.2 x86, #909470

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.2.ebuild b/media-gfx/eog/eog-44.2.ebuild
index d388bcddde59..6fb5820938b9 100644
--- a/media-gfx/eog/eog-44.2.ebuild
+++ b/media-gfx/eog/eog-44.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-07-02 Thread Sam James
commit: 02321b099fb2f34a18f6f9e82d7abd6565ca35d6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  2 11:16:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  2 11:17:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02321b09

media-gfx/eog: Stabilize 44.2 arm64, #909470

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.2.ebuild b/media-gfx/eog/eog-44.2.ebuild
index 01a9802618ea..d388bcddde59 100644
--- a/media-gfx/eog/eog-44.2.ebuild
+++ b/media-gfx/eog/eog-44.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-07-02 Thread Sam James
commit: 290aacb83177f628c5b2c1f8b8689c91efe538c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  2 11:16:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  2 11:17:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290aacb8

media-gfx/eog: Stabilize 44.2 amd64, #909470

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.2.ebuild b/media-gfx/eog/eog-44.2.ebuild
index 6fb5820938b9..c9c7375b023b 100644
--- a/media-gfx/eog/eog-44.2.ebuild
+++ b/media-gfx/eog/eog-44.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-05-27 Thread Matt Turner
commit: 5e20869b3dabb57956180f4abead8023c2944f2d
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat May 27 21:05:11 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 28 02:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e20869b

media-gfx/eog: Version bump to 44.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31194
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-44.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index dace154a0ad6..5ab4687c86c5 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-44.1.tar.xz 4655216 BLAKE2B 
1d4f2fafa84f7fc854c5a76d253926541f11dbe145046f13d777ec6062c6c4c6afa4ed603532c5071ada13c12e27fc86335e16d4d596567f352b878dc4f16f86
 SHA512 
2791466d186bb9ae8a6822e7a9e93d4b76ab1030a5bc0dc61858030622ec3cb74a6b674d65f6fb6e16b9c1eda9d320ac50479e04822209865f004ac1a729b02e
+DIST eog-44.2.tar.xz 4654888 BLAKE2B 
3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca
 SHA512 
30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433

diff --git a/media-gfx/eog/eog-44.2.ebuild b/media-gfx/eog/eog-44.2.ebuild
new file mode 100644
index ..01a9802618ea
--- /dev/null
+++ b/media-gfx/eog/eog-44.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-05-02 Thread Arthur Zamarin
commit: 5b607a602dd86ac89ba404e4179ae11d8348cf46
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 20:02:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 20:02:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b607a60

media-gfx/eog: Stabilize 44.1 amd64, #905548

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.1.ebuild b/media-gfx/eog/eog-44.1.ebuild
index 6fb5820938b9..c9c7375b023b 100644
--- a/media-gfx/eog/eog-44.1.ebuild
+++ b/media-gfx/eog/eog-44.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-05-02 Thread Arthur Zamarin
commit: bce4c669e0e2401e4223c839d90397c76357cc79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:36:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce4c669

media-gfx/eog: Stabilize 44.1 arm64, #905548

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.1.ebuild b/media-gfx/eog/eog-44.1.ebuild
index bfd32ec37f67..6fb5820938b9 100644
--- a/media-gfx/eog/eog-44.1.ebuild
+++ b/media-gfx/eog/eog-44.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-05-02 Thread Arthur Zamarin
commit: 4e0218cdd3e2aaf7b48fe6dae3c57813f1e84417
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:27:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:27:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0218cd

media-gfx/eog: Stabilize 44.1 x86, #905548

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-44.1.ebuild b/media-gfx/eog/eog-44.1.ebuild
index 01a9802618ea..bfd32ec37f67 100644
--- a/media-gfx/eog/eog-44.1.ebuild
+++ b/media-gfx/eog/eog-44.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2023-04-12 Thread Matt Turner
commit: 10acf6e5b705fcea9771c144df17feb46236b894
Author: Cristian Othón Martínez Vera  cfuga  mx>
AuthorDate: Fri Mar 31 20:28:59 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 12 15:45:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10acf6e5

media-gfx/eog-plugins: remove picasa USE flag

The PicasaWeb API is dead for almost 4 years. The picasa USE flag
depends on dev-libs/libgdata, which pulls net-libs/libsoup:2.4 in.

Signed-off-by: Cristian Othón Martínez Vera  cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/30426
Signed-off-by: Matt Turner  gentoo.org>

 .../{eog-plugins-42.3.ebuild => eog-plugins-42.3-r1.ebuild}  | 5 ++---
 .../{eog-plugins-44.0.ebuild => eog-plugins-44.0-r1.ebuild}  | 5 ++---
 media-gfx/eog-plugins/metadata.xml   | 1 -
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild
similarity index 93%
rename from media-gfx/eog-plugins/eog-plugins-42.3.ebuild
rename to media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild
index 8ba171be1b8b..d89c51c7b642 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.3-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-IUSE="+exif map picasa +python test"
+IUSE="+exif map +python test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
map? ( exif )
@@ -30,7 +30,6 @@ RDEPEND="
>=media-libs/clutter-1.9.4:1.0
>=media-libs/clutter-gtk-1.1.2:1.0
)
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
python? (
${PYTHON_DEPS}
dev-libs/glib[dbus]
@@ -64,7 +63,7 @@ src_configure() {
-Dplugin_light-theme=true
$(meson_use map plugin_map)
$(meson_use python plugin_maximize-windows)
-   $(meson_use picasa plugin_postasa)
+   -Dplugin_postasa=false
-Dplugin_postr=false
$(meson_use python plugin_pythonconsole)
-Dplugin_send-by-mail=true

diff --git a/media-gfx/eog-plugins/eog-plugins-44.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
similarity index 93%
rename from media-gfx/eog-plugins/eog-plugins-44.0.ebuild
rename to media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
index 1a40b2451460..f0e66a9ccdd4 100644
--- a/media-gfx/eog-plugins/eog-plugins-44.0.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="+exif map picasa +python test"
+IUSE="+exif map +python test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
map? ( exif )
@@ -30,7 +30,6 @@ RDEPEND="
>=media-libs/clutter-1.9.4:1.0
>=media-libs/clutter-gtk-1.1.2:1.0
)
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
python? (
${PYTHON_DEPS}
dev-libs/glib[dbus]
@@ -64,7 +63,7 @@ src_configure() {
-Dplugin_light-theme=true
$(meson_use map plugin_map)
$(meson_use python plugin_maximize-windows)
-   $(meson_use picasa plugin_postasa)
+   -Dplugin_postasa=false
-Dplugin_postr=false
$(meson_use python plugin_pythonconsole)
-Dplugin_send-by-mail=true

diff --git a/media-gfx/eog-plugins/metadata.xml 
b/media-gfx/eog-plugins/metadata.xml
index 7fdc744ca4e6..7ae8decd8125 100644
--- a/media-gfx/eog-plugins/metadata.xml
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -7,7 +7,6 @@
   
   
 Enable world map display using 
media-libs/libchamplain
-Enable uploading to Google's Picasa Web Albums
   
   
 GNOME/eog-plugins



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/, media-gfx/eog-plugins/files/

2023-02-20 Thread Matt Turner
commit: 47c331700c0d2d8a332be335dcddc1c4e4d48a26
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 20 16:59:32 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 20 17:32:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c33170

media-gfx/eog-plugins: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest |  1 -
 media-gfx/eog-plugins/eog-plugins-42.2.ebuild  | 78 -
 .../files/42.2-build-Use-correct-variables.patch   | 79 --
 3 files changed, 158 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 4235b4600f5d..76c022545179 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1 @@
-DIST eog-plugins-42.2.tar.xz 131708 BLAKE2B 
7df06ca7d4d10e068b6d758ec3c29fe8cb7a2037755bab55536f1cd3581790f7a1288a9530f256df3d2adbf6d7f8c893907fa962be8adb77510cab8e9684298c
 SHA512 
7508231c1a6b365acfedd73b37911d5ac4194e6b5c4f5d80be27529ec749774d61ddc75288f8678d879f0cc2d9117a5f725092efe30403b5b3e145c77fa3030d
 DIST eog-plugins-42.3.tar.xz 134284 BLAKE2B 
903ee1af89d48c46ab12d1330b4605cd78db573d59d5fc6ba34c27a8b017ce90c2af0b55009e5ecec61229dbdd8852bc4ecc5b10e6a2d2391c06e8244f7b24da
 SHA512 
af680fe7cc83d3b3ae6782127edf90cf2a89093030f15d22fe5ff81eb165a493dc487b32a41383c36b72ce188c8f49b3f52ca3b991d24faa9667b0317bff414f

diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
deleted file mode 100644
index 7da66b805ea4..
--- a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit gnome.org meson python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.org/GNOME/eog-plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif map picasa +python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-1.14.1:=
-   >=media-gfx/eog-41.0
-   exif? ( >=media-libs/libexif-0.6.16 )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0
-   )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-libs/glib[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-   )
-"
-DEPEND="${RDEPEND}
-   test? ( dev-libs/appstream-glib )"
-BDEPEND="
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-build-Use-correct-variables.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif plugin_exif-display)
-   $(meson_use python plugin_export-to-folder)
-   -Dplugin_fit-to-width=true
-   $(meson_use python plugin_fullscreenbg)
-   -Dplugin_light-theme=true
-   $(meson_use map plugin_map)
-   $(meson_use python plugin_maximize-windows)
-   $(meson_use picasa plugin_postasa)
-   -Dplugin_postr=false
-   $(meson_use python plugin_pythonconsole)
-   -Dplugin_send-by-mail=true
-   $(meson_use python plugin_slideshowshuffle)
-   )
-   meson_src_configure
-}

diff --git a/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch 
b/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
deleted file mode 100644
index 5bf08c190392..
--- a/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-https://gitlab.gnome.org/GNOME/eog-plugins/-/merge_requests/8
-
-From 00d734931a911e072c22b60028f361ee3f6cad14 Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Sat, 24 Sep 2022 11:25:25 -0400
-Subject: [PATCH] build: Use correct variables
-
-Bug: https://bugs.gentoo.org/858089

- plugins/fit-to-width/meson.build | 2 +-
- plugins/light-theme/meson.build  | 2 +-
- plugins/map/meson.build  | 4 ++--
- plugins/send-by-mail/meson.build | 2 +-
- 4 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/plugins/fit-to-width/meson.build 
b/plugins/fit-to-width/meson.build

[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-02-20 Thread Matt Turner
commit: f5d94a437c6fa32a3a7fa0b6ac3cc3db1eed211d
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 20 16:59:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 20 17:32:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d94a43

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest   |  1 -
 media-gfx/eog/eog-43.1-r1.ebuild | 77 
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index fc0202a7a583..5183c27feb54 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-43.1.tar.xz 4649476 BLAKE2B 
0c7225f8f7fd60ff66469c43a0d11c15fa26956cf22706ee5d2a8c06597a8b4ef51a7d3754cde968bf2f98301d5f59326db05213217c7012fe193c57f0ce04ef
 SHA512 
10fd4f6ad07d5a0c13931cb47c3a16d208eb6aa107f288e32fa0f1fd711d17893be9d9980fa64fa530047da131ef4e10d729421ac46d3549a9ab731be45479bc
 DIST eog-43.2.tar.xz 4655416 BLAKE2B 
9909fc3da58541191b25959be20e53987f5633c97e003b0c97c4029a7cd6084d3675d75584664a023ca45897982d3cfe2668b6dc94a34b22a249b15a87307470
 SHA512 
aa3bb2e2684140f6a35770f6f6b80f64f09ff0f36f25ddc561c9cbbf6f22fdb4bbb1a48392a29d59dcf4852c224146ac847c62c8196e9198b34e7015bf4bb760

diff --git a/media-gfx/eog/eog-43.1-r1.ebuild b/media-gfx/eog/eog-43.1-r1.ebuild
deleted file mode 100644
index 1e66c1aa67b7..
--- a/media-gfx/eog/eog-43.1-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="
-   exif? ( jpeg )
-   gtk-doc? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-02-17 Thread Arthur Zamarin
commit: 2ed3f5f3f48c1bcf1a2079b516f3bf11cafdafba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 08:22:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 08:22:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed3f5f3

media-gfx/eog: Stabilize 43.2 x86, #893302

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-43.2.ebuild b/media-gfx/eog/eog-43.2.ebuild
index bef7ded35442..c9c7375b023b 100644
--- a/media-gfx/eog/eog-43.2.ebuild
+++ b/media-gfx/eog/eog-43.2.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2023-02-17 Thread Arthur Zamarin
commit: d7759ce3dd3deef395e3dda5201ca1f924d851d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 08:22:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 08:22:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7759ce3

media-gfx/eog-plugins: Stabilize 42.3 x86, #893302

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
index 1e727faeea3b..8ba171be1b8b 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.or
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2023-01-08 Thread Matt Turner
commit: 44d429fc9a495ccca5ba36f3bf6646277fdd18d2
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jan  8 03:47:03 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan  8 17:56:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d429fc

media-gfx/eog-plugins: Version bump to 42.3

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29007
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest|  1 +
 media-gfx/eog-plugins/eog-plugins-42.3.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index c79073580ddc..4235b4600f5d 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-42.2.tar.xz 131708 BLAKE2B 
7df06ca7d4d10e068b6d758ec3c29fe8cb7a2037755bab55536f1cd3581790f7a1288a9530f256df3d2adbf6d7f8c893907fa962be8adb77510cab8e9684298c
 SHA512 
7508231c1a6b365acfedd73b37911d5ac4194e6b5c4f5d80be27529ec749774d61ddc75288f8678d879f0cc2d9117a5f725092efe30403b5b3e145c77fa3030d
+DIST eog-plugins-42.3.tar.xz 134284 BLAKE2B 
903ee1af89d48c46ab12d1330b4605cd78db573d59d5fc6ba34c27a8b017ce90c2af0b55009e5ecec61229dbdd8852bc4ecc5b10e6a2d2391c06e8244f7b24da
 SHA512 
af680fe7cc83d3b3ae6782127edf90cf2a89093030f15d22fe5ff81eb165a493dc487b32a41383c36b72ce188c8f49b3f52ca3b991d24faa9667b0317bff414f

diff --git a/media-gfx/eog-plugins/eog-plugins-42.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
new file mode 100644
index ..2a3f26227dfd
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-42.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit gnome.org meson python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.org/GNOME/eog-plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-1.14.1:=
+   >=media-gfx/eog-41.0
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0
+   )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/glib[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/appstream-glib )"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif plugin_exif-display)
+   $(meson_use python plugin_export-to-folder)
+   -Dplugin_fit-to-width=true
+   $(meson_use python plugin_fullscreenbg)
+   -Dplugin_light-theme=true
+   $(meson_use map plugin_map)
+   $(meson_use python plugin_maximize-windows)
+   $(meson_use picasa plugin_postasa)
+   -Dplugin_postr=false
+   $(meson_use python plugin_pythonconsole)
+   -Dplugin_send-by-mail=true
+   $(meson_use python plugin_slideshowshuffle)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-01-08 Thread Matt Turner
commit: 84d1a1d434262cb900e0ae1727c0cec00f98c628
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jan  8 03:46:46 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan  8 17:55:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d1a1d4

media-gfx/eog: Version bump to 43.2

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-43.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 7e70699a7ecb..fc0202a7a583 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-43.1.tar.xz 4649476 BLAKE2B 
0c7225f8f7fd60ff66469c43a0d11c15fa26956cf22706ee5d2a8c06597a8b4ef51a7d3754cde968bf2f98301d5f59326db05213217c7012fe193c57f0ce04ef
 SHA512 
10fd4f6ad07d5a0c13931cb47c3a16d208eb6aa107f288e32fa0f1fd711d17893be9d9980fa64fa530047da131ef4e10d729421ac46d3549a9ab731be45479bc
+DIST eog-43.2.tar.xz 4655416 BLAKE2B 
9909fc3da58541191b25959be20e53987f5633c97e003b0c97c4029a7cd6084d3675d75584664a023ca45897982d3cfe2668b6dc94a34b22a249b15a87307470
 SHA512 
aa3bb2e2684140f6a35770f6f6b80f64f09ff0f36f25ddc561c9cbbf6f22fdb4bbb1a48392a29d59dcf4852c224146ac847c62c8196e9198b34e7015bf4bb760

diff --git a/media-gfx/eog/eog-43.2.ebuild b/media-gfx/eog/eog-43.2.ebuild
new file mode 100644
index ..01a9802618ea
--- /dev/null
+++ b/media-gfx/eog/eog-43.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2023-01-03 Thread Matt Turner
commit: 770568ec6073b94cff560dc76fd1b40804360168
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan  3 03:57:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan  3 14:07:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770568ec

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest   |  1 -
 media-gfx/eog/eog-42.3-r1.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 6cf3b1ca8171..7e70699a7ecb 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-42.3.tar.xz 4460968 BLAKE2B 
ce589ec50210870bf11d8737c0ca18dd7da308de59654639623f15984f9d62f36cb1b87854fa4f67b7885cb5802e576281fc91c6e2c86e9d285d9a952193a8cc
 SHA512 
bc82830897c55769cd2cb0c0d428b9456465c0f4e793c597ea74b3c84d5c052f051b772413cb32754153714239a9815a09fe93daf928f13e16f8d997b1e58b45
 DIST eog-43.1.tar.xz 4649476 BLAKE2B 
0c7225f8f7fd60ff66469c43a0d11c15fa26956cf22706ee5d2a8c06597a8b4ef51a7d3754cde968bf2f98301d5f59326db05213217c7012fe193c57f0ce04ef
 SHA512 
10fd4f6ad07d5a0c13931cb47c3a16d208eb6aa107f288e32fa0f1fd711d17893be9d9980fa64fa530047da131ef4e10d729421ac46d3549a9ab731be45479bc

diff --git a/media-gfx/eog/eog-42.3-r1.ebuild b/media-gfx/eog/eog-42.3-r1.ebuild
deleted file mode 100644
index c0a5a6d07ec7..
--- a/media-gfx/eog/eog-42.3-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-12-16 Thread Arthur Zamarin
commit: 0b46c2846972385ccc8a2b65ba8677bb155e5f35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:36:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:36:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b46c284

media-gfx/eog: Stabilize 43.1-r1 amd64, #885627

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/eog/eog-43.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-43.1-r1.ebuild b/media-gfx/eog/eog-43.1-r1.ebuild
index 07f3a1fc3c68..62888c582ab1 100644
--- a/media-gfx/eog/eog-43.1-r1.ebuild
+++ b/media-gfx/eog/eog-43.1-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
gtk-doc? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-11-23 Thread Jakov Smolić
commit: bc01dc46534cb07592c41f2b739a6afbfb54aed3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:52:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc01dc46

media-gfx/eog-plugins: Stabilize 42.2 x86, #879807

Signed-off-by: Jakov Smolić  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
index e99bc37d7e3e..38881c4bd791 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.or
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-11-06 Thread Sam James
commit: b6b36b20a48c2148166318a58db085efde4acb5a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 07:17:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 07:17:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b36b20

media-gfx/eog-plugins: Stabilize 42.2 amd64, #879807

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
index 7bbd98c06f65..e99bc37d7e3e 100644
--- a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.or
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="+exif map picasa +python test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-10-30 Thread Matt Turner
commit: 110d078f77d0ca89224708d10eb4f7eadc911a00
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:17 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 23:20:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110d078f

media-gfx/eog: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/metadata.xml | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/media-gfx/eog/metadata.xml b/media-gfx/eog/metadata.xml
index acdade322935..694ad268b67a 100644
--- a/media-gfx/eog/metadata.xml
+++ b/media-gfx/eog/metadata.xml
@@ -1,13 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-   
-   The Eye of GNOME image viewer is the official image viewer for 
the GNOME
-   Desktop environment. With it, you can view single image files, 
as well 
-   as large image collections.
-   
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+The Eye of GNOME image viewer is the official image viewer for the GNOME
+Desktop environment. With it, you can view single image files, as well 
+as large image collections.
+  
+  
+GNOME/eog
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-10-30 Thread Matt Turner
commit: 6eda91677a133b6939f44bb9897e5ee0fdb8d45e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 23:20:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eda9167

media-gfx/eog-plugins: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/metadata.xml | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/media-gfx/eog-plugins/metadata.xml 
b/media-gfx/eog-plugins/metadata.xml
index 9684d3f99ff5..7fdc744ca4e6 100644
--- a/media-gfx/eog-plugins/metadata.xml
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -1,12 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable world map display using 
media-libs/libchamplain
-   Enable uploading to Google's Picasa Web 
Albums
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+Enable world map display using 
media-libs/libchamplain
+Enable uploading to Google's Picasa Web Albums
+  
+  
+GNOME/eog-plugins
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-10-29 Thread Sam James
commit: f4318f81c4a83cad9052d2de7cf0fcab4d688e2f
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 29 20:26:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 29 20:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4318f81

media-gfx/eog: subscribe to exempi subslot

New version breaks ABI.

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/{eog-42.3.ebuild => eog-42.3-r1.ebuild} | 2 +-
 media-gfx/eog/{eog-43.0.ebuild => eog-43.0-r1.ebuild} | 2 +-
 media-gfx/eog/{eog-43.1.ebuild => eog-43.1-r1.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eog/eog-42.3.ebuild b/media-gfx/eog/eog-42.3-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-42.3.ebuild
rename to media-gfx/eog/eog-42.3-r1.ebuild
index bb56eb7315ce..c0a5a6d07ec7 100644
--- a/media-gfx/eog/eog-42.3.ebuild
+++ b/media-gfx/eog/eog-42.3-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 
exif? ( >=media-libs/libexif-0.6.14 )
lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
+   xmp? ( media-libs/exempi:2= )
jpeg? ( media-libs/libjpeg-turbo:= )
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
svg? ( >=gnome-base/librsvg-2.44.0:2 )

diff --git a/media-gfx/eog/eog-43.0.ebuild b/media-gfx/eog/eog-43.0-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-43.0.ebuild
rename to media-gfx/eog/eog-43.0-r1.ebuild
index e99c62f6c647..b86ba98ce7f4 100644
--- a/media-gfx/eog/eog-43.0.ebuild
+++ b/media-gfx/eog/eog-43.0-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 
exif? ( >=media-libs/libexif-0.6.14 )
lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
+   xmp? ( media-libs/exempi:2= )
jpeg? ( media-libs/libjpeg-turbo:= )
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
svg? ( >=gnome-base/librsvg-2.44.0:2 )

diff --git a/media-gfx/eog/eog-43.1.ebuild b/media-gfx/eog/eog-43.1-r1.ebuild
similarity index 98%
rename from media-gfx/eog/eog-43.1.ebuild
rename to media-gfx/eog/eog-43.1-r1.ebuild
index e05a0fa8da4e..0f56b0305794 100644
--- a/media-gfx/eog/eog-43.1.ebuild
+++ b/media-gfx/eog/eog-43.1-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 
exif? ( >=media-libs/libexif-0.6.14 )
lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
+   xmp? ( media-libs/exempi:2= )
jpeg? ( media-libs/libjpeg-turbo:= )
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
svg? ( >=gnome-base/librsvg-2.44.0:2 )



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-10-25 Thread Matt Turner
commit: d14aa856370b0bdeabef21ede9be065e100791a2
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Oct 22 20:09:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 15:25:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14aa856

media-gfx/eog: Version bump to 43.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27906
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-43.1.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 0406cf090f65..e7b948b4acae 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-42.3.tar.xz 4460968 BLAKE2B 
ce589ec50210870bf11d8737c0ca18dd7da308de59654639623f15984f9d62f36cb1b87854fa4f67b7885cb5802e576281fc91c6e2c86e9d285d9a952193a8cc
 SHA512 
bc82830897c55769cd2cb0c0d428b9456465c0f4e793c597ea74b3c84d5c052f051b772413cb32754153714239a9815a09fe93daf928f13e16f8d997b1e58b45
 DIST eog-43.0.tar.xz 4461552 BLAKE2B 
3afc0da472e9b57d6cde097c0aad08d2880ba596eb94cf8091fa99b802a2c11ee87e04b617f65e31bf11bf8885c92023dbb422ad58c2a768995eb5676b993d30
 SHA512 
ee9de8469f408a247577e71854cb45e0a8058f8ffd3cc42bbead67994862179d24bf9fbf7d8e18ba20ac13b3a11479053b87abe7da07358f5816d0f94b1f4f8d
+DIST eog-43.1.tar.xz 4649476 BLAKE2B 
0c7225f8f7fd60ff66469c43a0d11c15fa26956cf22706ee5d2a8c06597a8b4ef51a7d3754cde968bf2f98301d5f59326db05213217c7012fe193c57f0ce04ef
 SHA512 
10fd4f6ad07d5a0c13931cb47c3a16d208eb6aa107f288e32fa0f1fd711d17893be9d9980fa64fa530047da131ef4e10d729421ac46d3549a9ab731be45479bc

diff --git a/media-gfx/eog/eog-43.1.ebuild b/media-gfx/eog/eog-43.1.ebuild
new file mode 100644
index ..e05a0fa8da4e
--- /dev/null
+++ b/media-gfx/eog/eog-43.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-10-14 Thread Matt Turner
commit: 45c5e8acecd6404d0b441baa6530aa14516cb871
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 14 04:41:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 14 14:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c5e8ac

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 -
 media-gfx/eog/eog-42.2.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 1a7483691ee4..0406cf090f65 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
-DIST eog-42.2.tar.xz 4445892 BLAKE2B 
863ecf1efcf295ae0deb6a966b6e0009cf4966543548e258d73315810bb4c1ed8434fa022b8367d779243376d2ba6cbe10d5e44135cedd0e5ec520dcee4ceaaf
 SHA512 
f2da81fe7040f7ffc63da03df4889add33d59ad8df637797d1094d95233f4ce891838dfe6f774f58de63c28a620807bc4097b3ab1f31afb7cc7c402f8501e69d
 DIST eog-42.3.tar.xz 4460968 BLAKE2B 
ce589ec50210870bf11d8737c0ca18dd7da308de59654639623f15984f9d62f36cb1b87854fa4f67b7885cb5802e576281fc91c6e2c86e9d285d9a952193a8cc
 SHA512 
bc82830897c55769cd2cb0c0d428b9456465c0f4e793c597ea74b3c84d5c052f051b772413cb32754153714239a9815a09fe93daf928f13e16f8d997b1e58b45
 DIST eog-43.0.tar.xz 4461552 BLAKE2B 
3afc0da472e9b57d6cde097c0aad08d2880ba596eb94cf8091fa99b802a2c11ee87e04b617f65e31bf11bf8885c92023dbb422ad58c2a768995eb5676b993d30
 SHA512 
ee9de8469f408a247577e71854cb45e0a8058f8ffd3cc42bbead67994862179d24bf9fbf7d8e18ba20ac13b3a11479053b87abe7da07358f5816d0f94b1f4f8d

diff --git a/media-gfx/eog/eog-42.2.ebuild b/media-gfx/eog/eog-42.2.ebuild
deleted file mode 100644
index bb56eb7315ce..
--- a/media-gfx/eog/eog-42.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-42_beta
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.24.15:3[introspection,X]
-   >=gui-libs/libhandy-1.5.0:1
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/files/, media-gfx/eog-plugins/

2022-09-24 Thread Matt Turner
commit: e9442312b1c8be8a28f2c96a7f65a9bc69d737c6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 24 15:09:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 24 15:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9442312

media-gfx/eog-plugins: Version bump to 42.2

Closes: https://bugs.gentoo.org/858089
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest |  1 +
 media-gfx/eog-plugins/eog-plugins-42.2.ebuild  | 78 +
 .../files/42.2-build-Use-correct-variables.patch   | 79 ++
 3 files changed, 158 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 0a0dc370d04d..3467a3748b47 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-42.1.tar.xz 131656 BLAKE2B 
e561e7b31daf950c1e1c1e1038bf40101b658583160439f7fd9050b52da2f6dd943105e1e1eeaefff7ed2aa759f8b96aad0a65130daba038733967db37158bfc
 SHA512 
4688cb9cce044137717521a3ff2f769f960f12ec8b3f711971f276334f91915c8a3142aff2feb3d24d2eeb86223f040e9b699a1136e7fc7e96202a06b1cda1a8
+DIST eog-plugins-42.2.tar.xz 131708 BLAKE2B 
7df06ca7d4d10e068b6d758ec3c29fe8cb7a2037755bab55536f1cd3581790f7a1288a9530f256df3d2adbf6d7f8c893907fa962be8adb77510cab8e9684298c
 SHA512 
7508231c1a6b365acfedd73b37911d5ac4194e6b5c4f5d80be27529ec749774d61ddc75288f8678d879f0cc2d9117a5f725092efe30403b5b3e145c77fa3030d

diff --git a/media-gfx/eog-plugins/eog-plugins-42.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
new file mode 100644
index ..7bbd98c06f65
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-42.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit gnome.org meson python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.org/GNOME/eog-plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-1.14.1:=
+   >=media-gfx/eog-41.0
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0
+   )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/glib[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/appstream-glib )"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-build-Use-correct-variables.patch
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif plugin_exif-display)
+   $(meson_use python plugin_export-to-folder)
+   -Dplugin_fit-to-width=true
+   $(meson_use python plugin_fullscreenbg)
+   -Dplugin_light-theme=true
+   $(meson_use map plugin_map)
+   $(meson_use python plugin_maximize-windows)
+   $(meson_use picasa plugin_postasa)
+   -Dplugin_postr=false
+   $(meson_use python plugin_pythonconsole)
+   -Dplugin_send-by-mail=true
+   $(meson_use python plugin_slideshowshuffle)
+   )
+   meson_src_configure
+}

diff --git a/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch 
b/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
new file mode 100644
index ..5bf08c190392
--- /dev/null
+++ b/media-gfx/eog-plugins/files/42.2-build-Use-correct-variables.patch
@@ -0,0 +1,79 @@
+https://gitlab.gnome.org/GNOME/eog-plugins/-/merge_requests/8
+
+From 00d734931a911e072c22b60028f361ee3f6cad14 Mon Sep 17 00:00:00 2001
+From: Matt Turner 
+Date: Sat, 24 Sep 2022 11:25:25 -0400
+Subject: [PATCH] build: Use correct variables
+
+Bug: https://bugs.gentoo.org/858089
+---
+ plugins/fit-to-width/meson.build | 2 +-
+ plugins/light-theme/meson.build  | 2 +-
+ plugins/map/meson.build  | 4 ++--
+ plugins/send-by-mail/meson.build | 2 +-
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/plugins/fit-to-width/meson.build 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-09-24 Thread Matt Turner
commit: 2782ba9b97cbcfee4f6dffd08c3c302b1eb11eed
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 24 15:09:02 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 24 15:33:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2782ba9b

media-gfx/eog: Version bump to 43.0

Closes: https://bugs.gentoo.org/856643
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-43.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 1d6eae61e45b..1a7483691ee4 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-42.2.tar.xz 4445892 BLAKE2B 
863ecf1efcf295ae0deb6a966b6e0009cf4966543548e258d73315810bb4c1ed8434fa022b8367d779243376d2ba6cbe10d5e44135cedd0e5ec520dcee4ceaaf
 SHA512 
f2da81fe7040f7ffc63da03df4889add33d59ad8df637797d1094d95233f4ce891838dfe6f774f58de63c28a620807bc4097b3ab1f31afb7cc7c402f8501e69d
 DIST eog-42.3.tar.xz 4460968 BLAKE2B 
ce589ec50210870bf11d8737c0ca18dd7da308de59654639623f15984f9d62f36cb1b87854fa4f67b7885cb5802e576281fc91c6e2c86e9d285d9a952193a8cc
 SHA512 
bc82830897c55769cd2cb0c0d428b9456465c0f4e793c597ea74b3c84d5c052f051b772413cb32754153714239a9815a09fe93daf928f13e16f8d997b1e58b45
+DIST eog-43.0.tar.xz 4461552 BLAKE2B 
3afc0da472e9b57d6cde097c0aad08d2880ba596eb94cf8091fa99b802a2c11ee87e04b617f65e31bf11bf8885c92023dbb422ad58c2a768995eb5676b993d30
 SHA512 
ee9de8469f408a247577e71854cb45e0a8058f8ffd3cc42bbead67994862179d24bf9fbf7d8e18ba20ac13b3a11479053b87abe7da07358f5816d0f94b1f4f8d

diff --git a/media-gfx/eog/eog-43.0.ebuild b/media-gfx/eog/eog-43.0.ebuild
new file mode 100644
index ..e99c62f6c647
--- /dev/null
+++ b/media-gfx/eog/eog-43.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-09-12 Thread Sam James
commit: e8dd31a5c96f17d989773e6dcd613987ad6eb075
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 16:01:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 16:01:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dd31a5

media-gfx/eog: Stabilize 42.3 x86, #868606

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.3.ebuild b/media-gfx/eog/eog-42.3.ebuild
index ce5a8edb262d..190ea0887d7f 100644
--- a/media-gfx/eog/eog-42.3.ebuild
+++ b/media-gfx/eog/eog-42.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-09-12 Thread Sam James
commit: f256d0bcbbe1ab9407a1b2c5e71ad2bf2e732b9e
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 15:59:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 15:59:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f256d0bc

media-gfx/eog: Stabilize 42.3 amd64, #868606

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.3.ebuild b/media-gfx/eog/eog-42.3.ebuild
index fb9dfdc4d3cc..ce5a8edb262d 100644
--- a/media-gfx/eog/eog-42.3.ebuild
+++ b/media-gfx/eog/eog-42.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-08-06 Thread Matt Turner
commit: a7f50637e17d2f53e36e4197eafb64a2819e4822
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug  6 21:22:30 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug  7 02:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f50637

media-gfx/eog: Version bump to 42.3

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-42.3.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 5abe46afaa8b..1d6eae61e45b 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-42.2.tar.xz 4445892 BLAKE2B 
863ecf1efcf295ae0deb6a966b6e0009cf4966543548e258d73315810bb4c1ed8434fa022b8367d779243376d2ba6cbe10d5e44135cedd0e5ec520dcee4ceaaf
 SHA512 
f2da81fe7040f7ffc63da03df4889add33d59ad8df637797d1094d95233f4ce891838dfe6f774f58de63c28a620807bc4097b3ab1f31afb7cc7c402f8501e69d
+DIST eog-42.3.tar.xz 4460968 BLAKE2B 
ce589ec50210870bf11d8737c0ca18dd7da308de59654639623f15984f9d62f36cb1b87854fa4f67b7885cb5802e576281fc91c6e2c86e9d285d9a952193a8cc
 SHA512 
bc82830897c55769cd2cb0c0d428b9456465c0f4e793c597ea74b3c84d5c052f051b772413cb32754153714239a9815a09fe93daf928f13e16f8d997b1e58b45

diff --git a/media-gfx/eog/eog-42.3.ebuild b/media-gfx/eog/eog-42.3.ebuild
new file mode 100644
index ..fb9dfdc4d3cc
--- /dev/null
+++ b/media-gfx/eog/eog-42.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-07-18 Thread Sam James
commit: b2de1c034ae7eccc42444e3385e86a91da073be9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 23:41:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 23:41:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2de1c03

media-gfx/eog: Stabilize 42.2 arm64, #853958

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.2.ebuild b/media-gfx/eog/eog-42.2.ebuild
index 190ea0887d7f..bb56eb7315ce 100644
--- a/media-gfx/eog/eog-42.2.ebuild
+++ b/media-gfx/eog/eog-42.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-07-05 Thread Sam James
commit: 8faadeff7402913d3bbb52fb5871f7dfab5fd373
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul  6 01:24:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul  6 01:24:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faadeff

media-gfx/eog: Stabilize 42.2 x86, #853958

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.2.ebuild b/media-gfx/eog/eog-42.2.ebuild
index ce5a8edb262d..190ea0887d7f 100644
--- a/media-gfx/eog/eog-42.2.ebuild
+++ b/media-gfx/eog/eog-42.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-07-02 Thread Sam James
commit: 134b07af5b355b7bae8fce7fb1fac6a5fe698259
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 20:47:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 20:47:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134b07af

media-gfx/eog: Stabilize 42.2 amd64, #853958

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.2.ebuild b/media-gfx/eog/eog-42.2.ebuild
index fb9dfdc4d3cc..ce5a8edb262d 100644
--- a/media-gfx/eog/eog-42.2.ebuild
+++ b/media-gfx/eog/eog-42.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-05-28 Thread Matt Turner
commit: 50fd3e823a30c138a464dc2f4e87a20ff1278fe6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 29 00:10:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 29 01:17:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fd3e82

media-gfx/eog: Version bump to 42.2

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-42.2.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 6809fdd6ac3b..583e289b3454 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,4 @@
 DIST eog-41.1.tar.xz 3603320 BLAKE2B 
8b0d7affe921bcb2c917f89dc3845360f784b5d5f394a7f94379c98cd905504cde7a8fb6f59aa09bc778e302113ad27ec5815e529b418d68a3012fbf9b018d65
 SHA512 
0fa514dd6ef195e449bbde183f94850dfca764815a95423376bc0da422d07b6cbd7b35bbdd5ba9d8f995f55aae1e1b65d57626d1809cccf95389767d0ed594e8
 DIST eog-42.0.tar.xz 4446392 BLAKE2B 
bb89eadaf2066f0ef3b6f99d47d75b438adfd3bca0451e8fa5d4513e98d1e8c6acc518eb7564f2768d43205a56843852edc1aa1ecce9fac8018ae4954376b852
 SHA512 
3901dbac9a371bac1e1bdc143e3d257a8e25fa2743a97bd9f9ecdb06e43cd5278edf33a46ab24c5e40babef6825181c986c99d9b4fafead71e04f51e65ae2acb
 DIST eog-42.1.tar.xz 4446444 BLAKE2B 
e500b3f96abfc72f56544c16254a99438137789be771310fd790c201451cf6a56fd9b6efc0ea8466dbb27be57cf0cd146d77c3e4917fda928ca02928ffaddea7
 SHA512 
12db6bb2218f9dcea0e0558b04c05f3f8eb298eb7170a9511a7996a37082667fe06994d1db3ee4fef759aeb763a9de87749c8defa8d749432b635d2b421d1c8a
+DIST eog-42.2.tar.xz 4445892 BLAKE2B 
863ecf1efcf295ae0deb6a966b6e0009cf4966543548e258d73315810bb4c1ed8434fa022b8367d779243376d2ba6cbe10d5e44135cedd0e5ec520dcee4ceaaf
 SHA512 
f2da81fe7040f7ffc63da03df4889add33d59ad8df637797d1094d95233f4ce891838dfe6f774f58de63c28a620807bc4097b3ab1f31afb7cc7c402f8501e69d

diff --git a/media-gfx/eog/eog-42.2.ebuild b/media-gfx/eog/eog-42.2.ebuild
new file mode 100644
index ..fb9dfdc4d3cc
--- /dev/null
+++ b/media-gfx/eog/eog-42.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-05-27 Thread Sam James
commit: 50c448deea5d0d3d584c0ad54993dec80216cec5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c448de

media-gfx/eog: Stabilize 42.1 arm64, #843794

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.1.ebuild b/media-gfx/eog/eog-42.1.ebuild
index 190ea0887d7f..bb56eb7315ce 100644
--- a/media-gfx/eog/eog-42.1.ebuild
+++ b/media-gfx/eog/eog-42.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-04-24 Thread Matt Turner
commit: 779b88f745d5fe1361a4cda483cc5520432259ad
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 24 20:35:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 24 20:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779b88f7

media-gfx/eog-plugins: Version bump to 42.1

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest|  1 +
 media-gfx/eog-plugins/eog-plugins-42.1.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 462556e24dbb..9ba1c2341840 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST eog-plugins-3.26.8.tar.xz 479356 BLAKE2B 
ab781311473e045ffbb88e741427ac59f129fa53e6c551231d7b6edae81d21483dd1f1e7874561dfa29c9e9b2ba01fbdb174302bf8363478b785ec2ce38c53ec
 SHA512 
a58aa849b09761dd0c7f7d31098560969872b03788f3f3ee81445dfb9be653b29e0e6646abc4e0164e4146abf7a9d2e6aadf56071f71c119493dcf1fd706a069
 DIST eog-plugins-42.0.tar.xz 132008 BLAKE2B 
0dbe9ddcdf8f9a7f4da46caffe091a5d6e09327e1277b41474ecf8a3ec63ee7217fdc0cbafd1c47007f83b8ae30f30d91031c76f31473df79cda01aee23314ea
 SHA512 
297b31fefa28f4eda73734ddcdb7702b9c9fa3493b4c13d3bf013e24ddb9015299bcd8f2af6a1976c4bf8c694fea0cc9699e82755d5e0689e71738a6d2fb2fe4
+DIST eog-plugins-42.1.tar.xz 131656 BLAKE2B 
e561e7b31daf950c1e1c1e1038bf40101b658583160439f7fd9050b52da2f6dd943105e1e1eeaefff7ed2aa759f8b96aad0a65130daba038733967db37158bfc
 SHA512 
4688cb9cce044137717521a3ff2f769f960f12ec8b3f711971f276334f91915c8a3142aff2feb3d24d2eeb86223f040e9b699a1136e7fc7e96202a06b1cda1a8

diff --git a/media-gfx/eog-plugins/eog-plugins-42.1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.1.ebuild
new file mode 100644
index ..ddb7d165e7af
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-42.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome.org meson python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins 
https://gitlab.gnome.org/GNOME/eog-plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-1.14.1:=
+   >=media-gfx/eog-41.0
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0
+   )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/glib[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif plugin_exif-display)
+   $(meson_use python plugin_export-to-folder)
+   -Dplugin_fit-to-width=true
+   $(meson_use python plugin_fullscreenbg)
+   -Dplugin_light-theme=true
+   $(meson_use map plugin_map)
+   $(meson_use python plugin_maximize-windows)
+   $(meson_use picasa plugin_postasa)
+   -Dplugin_postr=false
+   $(meson_use python plugin_pythonconsole)
+   -Dplugin_send-by-mail=true
+   $(meson_use python plugin_slideshowshuffle)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-04-24 Thread Matt Turner
commit: e5d451de24b2a2d13226fcea4671f6e9647a1447
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 24 20:34:06 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 24 20:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d451de

media-gfx/eog: Version bump to 42.1

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-42.1.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 892eb5b2625c..6809fdd6ac3b 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-41.1.tar.xz 3603320 BLAKE2B 
8b0d7affe921bcb2c917f89dc3845360f784b5d5f394a7f94379c98cd905504cde7a8fb6f59aa09bc778e302113ad27ec5815e529b418d68a3012fbf9b018d65
 SHA512 
0fa514dd6ef195e449bbde183f94850dfca764815a95423376bc0da422d07b6cbd7b35bbdd5ba9d8f995f55aae1e1b65d57626d1809cccf95389767d0ed594e8
 DIST eog-42.0.tar.xz 4446392 BLAKE2B 
bb89eadaf2066f0ef3b6f99d47d75b438adfd3bca0451e8fa5d4513e98d1e8c6acc518eb7564f2768d43205a56843852edc1aa1ecce9fac8018ae4954376b852
 SHA512 
3901dbac9a371bac1e1bdc143e3d257a8e25fa2743a97bd9f9ecdb06e43cd5278edf33a46ab24c5e40babef6825181c986c99d9b4fafead71e04f51e65ae2acb
+DIST eog-42.1.tar.xz 4446444 BLAKE2B 
e500b3f96abfc72f56544c16254a99438137789be771310fd790c201451cf6a56fd9b6efc0ea8466dbb27be57cf0cd146d77c3e4917fda928ca02928ffaddea7
 SHA512 
12db6bb2218f9dcea0e0558b04c05f3f8eb298eb7170a9511a7996a37082667fe06994d1db3ee4fef759aeb763a9de87749c8defa8d749432b635d2b421d1c8a

diff --git a/media-gfx/eog/eog-42.1.ebuild b/media-gfx/eog/eog-42.1.ebuild
new file mode 100644
index ..fb9dfdc4d3cc
--- /dev/null
+++ b/media-gfx/eog/eog-42.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-03-23 Thread Matt Turner
commit: 4dff4edd24bb0d3233bb0b077c2b4e00f037b801
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 24 02:16:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 24 02:16:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dff4edd

media-gfx/eog-plugins: Version bump to 42.0

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest|  1 +
 media-gfx/eog-plugins/eog-plugins-42.0.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 2fb00b12bf1d..462556e24dbb 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.8.tar.xz 479356 BLAKE2B 
ab781311473e045ffbb88e741427ac59f129fa53e6c551231d7b6edae81d21483dd1f1e7874561dfa29c9e9b2ba01fbdb174302bf8363478b785ec2ce38c53ec
 SHA512 
a58aa849b09761dd0c7f7d31098560969872b03788f3f3ee81445dfb9be653b29e0e6646abc4e0164e4146abf7a9d2e6aadf56071f71c119493dcf1fd706a069
+DIST eog-plugins-42.0.tar.xz 132008 BLAKE2B 
0dbe9ddcdf8f9a7f4da46caffe091a5d6e09327e1277b41474ecf8a3ec63ee7217fdc0cbafd1c47007f83b8ae30f30d91031c76f31473df79cda01aee23314ea
 SHA512 
297b31fefa28f4eda73734ddcdb7702b9c9fa3493b4c13d3bf013e24ddb9015299bcd8f2af6a1976c4bf8c694fea0cc9699e82755d5e0689e71738a6d2fb2fe4

diff --git a/media-gfx/eog-plugins/eog-plugins-42.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-42.0.ebuild
new file mode 100644
index ..ae3bb0bb211a
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-42.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome.org meson python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-1.14.1:=
+   >=media-gfx/eog-41.0
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0
+   )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/glib[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif plugin_exif-display)
+   $(meson_use python plugin_export-to-folder)
+   -Dplugin_fit-to-width=true
+   $(meson_use python plugin_fullscreenbg)
+   -Dplugin_light-theme=true
+   $(meson_use map plugin_map)
+   $(meson_use python plugin_maximize-windows)
+   $(meson_use picasa plugin_postasa)
+   -Dplugin_postr=false
+   $(meson_use python plugin_pythonconsole)
+   -Dplugin_send-by-mail=true
+   $(meson_use python plugin_slideshowshuffle)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2022-03-23 Thread Matt Turner
commit: f104627512a99bd8df18d9d81f01d4f7fde1f4fc
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 24 02:24:27 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 24 02:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1046275

media-gfx/eog: Version bump to 42.0

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-42.0.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 618191e630d8..892eb5b2625c 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-41.1.tar.xz 3603320 BLAKE2B 
8b0d7affe921bcb2c917f89dc3845360f784b5d5f394a7f94379c98cd905504cde7a8fb6f59aa09bc778e302113ad27ec5815e529b418d68a3012fbf9b018d65
 SHA512 
0fa514dd6ef195e449bbde183f94850dfca764815a95423376bc0da422d07b6cbd7b35bbdd5ba9d8f995f55aae1e1b65d57626d1809cccf95389767d0ed594e8
+DIST eog-42.0.tar.xz 4446392 BLAKE2B 
bb89eadaf2066f0ef3b6f99d47d75b438adfd3bca0451e8fa5d4513e98d1e8c6acc518eb7564f2768d43205a56843852edc1aa1ecce9fac8018ae4954376b852
 SHA512 
3901dbac9a371bac1e1bdc143e3d257a8e25fa2743a97bd9f9ecdb06e43cd5278edf33a46ab24c5e40babef6825181c986c99d9b4fafead71e04f51e65ae2acb

diff --git a/media-gfx/eog/eog-42.0.ebuild b/media-gfx/eog/eog-42.0.ebuild
new file mode 100644
index ..e5b638b70d44
--- /dev/null
+++ b/media-gfx/eog/eog-42.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-03-08 Thread Sam James
commit: 714313d4df82bdfce6ceb5bf5f19c6f548dea584
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 09:34:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 09:34:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714313d4

media-gfx/eog-plugins: Stabilize 3.26.8 x86, #834426

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild
index b24e53f96742..4bfe1d1968cd 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2022-01-09 Thread Matt Turner
commit: fc4992044cd948217c3db12ee994cc0a14e06a8b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan  9 19:14:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan  9 19:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc499204

media-gfx/eog-plugins: Version bump to 3.26.8

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index f3e10c91fcc1..a2909f1ae8da 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.7.tar.xz 482336 BLAKE2B 
9cd1d7e16f8e7f1fe06c3bc2ea79ab06c397beaf9d9bfb26568ad5fb90a144ceab11f6250c7dd51ebb5d3962fff47a4c855b85725b95abca07cdc4de739a2b7e
 SHA512 
c9312eccc5529b01cb285a165c833243ea60bb12f8be6f40ccc6da0db1bd951916000a48aa31705b048659e8d637aa7e56d761fe0f9be720a4e0ce81289d2b83
+DIST eog-plugins-3.26.8.tar.xz 479356 BLAKE2B 
ab781311473e045ffbb88e741427ac59f129fa53e6c551231d7b6edae81d21483dd1f1e7874561dfa29c9e9b2ba01fbdb174302bf8363478b785ec2ce38c53ec
 SHA512 
a58aa849b09761dd0c7f7d31098560969872b03788f3f3ee81445dfb9be653b29e0e6646abc4e0164e4146abf7a9d2e6aadf56071f71c119493dcf1fd706a069

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild
new file mode 100644
index ..bb6d66aaee22
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.8.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}
+
+src_install() {
+   default
+   mv "${ED}"/usr/share/{appdata,metainfo}
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-12-18 Thread Matt Turner
commit: e5108989259d4a1fa31fe20052fa82454783da1d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 19 03:43:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 19 04:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5108989

media-gfx/eog: Version bump to 41.1

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-41.1.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index d07fb15e047a..ef93eb0eaaf2 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-40.2.tar.xz 3601788 BLAKE2B 
ab66481d8fa5c076f0e12c3f16ff4a67d3a544b7483a2791833ea7d7f605898b20e8d8ed100a538e7a7f21a1359c74b96fa81aaf8712bfdb419df37fe711f7bf
 SHA512 
e28c2deb320436606ebf0a971d845e536197ea23c2e7869d3d10dfe5174c8177c7977da37bf01178dc87f875cff2c3f0fbdad63c77578c2334dbfd9d354c19ad
 DIST eog-40.3.tar.xz 3602276 BLAKE2B 
56f0fee5677730e032420fbc53c5ae6e6a5e1461d66c2e8dfcc7e7f5055d704223005f6c5329fd3bae11a002f1429729820fa52077c63e2d91a55213200a130f
 SHA512 
5c6af597b35adcc18846e2dbee80eaf4b3c07138826520a9f6c2567df50c20379f804f8b878c7da74dd6cab25249555113d785653c0239353e410506611ffbab
+DIST eog-41.1.tar.xz 3603320 BLAKE2B 
8b0d7affe921bcb2c917f89dc3845360f784b5d5f394a7f94379c98cd905504cde7a8fb6f59aa09bc778e302113ad27ec5815e529b418d68a3012fbf9b018d65
 SHA512 
0fa514dd6ef195e449bbde183f94850dfca764815a95423376bc0da422d07b6cbd7b35bbdd5ba9d8f995f55aae1e1b65d57626d1809cccf95389767d0ed594e8

diff --git a/media-gfx/eog/eog-41.1.ebuild b/media-gfx/eog/eog-41.1.ebuild
new file mode 100644
index ..27a90068e4a1
--- /dev/null
+++ b/media-gfx/eog/eog-41.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-11-22 Thread Yixun Lan
commit: 8b26c1af9aaef1f1ddbca37d01aae6c3a9454e0f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:32:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b26c1af

media-gfx/eog: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/eog/eog-40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index af9c70a389b4..44cf8e5d944c 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-11-05 Thread Sam James
commit: 2bb42845c357f5fab7ba34beab166898bcc40890
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 04:08:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 04:08:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb42845

media-gfx/eog: Stabilize 40.3 x86, #815013

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index 52fabba921b..af9c70a389b 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-10-17 Thread Mart Raudsepp
commit: 3789e00207dfe299e2d58a4db46042a7804d7e52
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 11:49:50 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3789e002

media-gfx/eog-plugins: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
index 5f727ce583b..998f6cc3c25 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome2 python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-10-03 Thread Sam James
commit: 51fb410045d08d11df0b7d0a0f532968f9dd09ba
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:24:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:24:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fb4100

media-gfx/eog: Stabilize 40.3 amd64, #815013

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index bde892982ea..52fabba921b 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-09-22 Thread Mart Raudsepp
commit: 11826c9310103bd60db5658f557750ae150a9ebb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 22 12:14:48 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 22 12:16:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11826c93

media-gfx/eog: clarify libportal comment in ebuild

While it indeed is not yet packaged, it also wouldn't provide any
value, as all its usages are inside a runtime check whether eog
is running inside flatpak.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/eog-40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index e0fd2241d63..bde892982ea 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -55,7 +55,7 @@ src_configure() {
$(meson_use gtk-doc gtk_doc)
$(meson_use introspection)
-Dinstalled_tests=false
-   -Dlibportal=false # Not packaged
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
)
meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-08-16 Thread Matt Turner
commit: 1117722354d13c45d9aaeadc1652b7eab39acb65
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 16 21:52:42 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 16 21:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11177223

media-gfx/eog: Version bump to 40.3

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-40.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index ff6426abf78..d07fb15e047 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-40.2.tar.xz 3601788 BLAKE2B 
ab66481d8fa5c076f0e12c3f16ff4a67d3a544b7483a2791833ea7d7f605898b20e8d8ed100a538e7a7f21a1359c74b96fa81aaf8712bfdb419df37fe711f7bf
 SHA512 
e28c2deb320436606ebf0a971d845e536197ea23c2e7869d3d10dfe5174c8177c7977da37bf01178dc87f875cff2c3f0fbdad63c77578c2334dbfd9d354c19ad
+DIST eog-40.3.tar.xz 3602276 BLAKE2B 
56f0fee5677730e032420fbc53c5ae6e6a5e1461d66c2e8dfcc7e7f5055d704223005f6c5329fd3bae11a002f1429729820fa52077c63e2d91a55213200a130f
 SHA512 
5c6af597b35adcc18846e2dbee80eaf4b3c07138826520a9f6c2567df50c20379f804f8b878c7da74dd6cab25249555113d785653c0239353e410506611ffbab

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-07-26 Thread Matt Turner
commit: 1a2f201477dc85bae2a90225bff075c7cbf4cb9c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 26 06:16:24 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 26 07:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2f2014

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 -
 media-gfx/eog/eog-40.1.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 6830e01de5a..ff6426abf78 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-40.1.tar.xz 3601652 BLAKE2B 
6e3ec73742a0de864a131b25b2ed2c3346aecea9455ccbae701d70a50a45dace90d4002c56829e9a831a16ec827df6e1ab257c9ec5b755b863e98d63cd8a59bf
 SHA512 
1fd2f6689f8a74254f4436fedf8a5ee7c1488d70b467dfb94c3ca3e0e269aaa75a77d15d5bb3544e699f5c8759e30a25942857188cb98b4d9537165b67d6d14c
 DIST eog-40.2.tar.xz 3601788 BLAKE2B 
ab66481d8fa5c076f0e12c3f16ff4a67d3a544b7483a2791833ea7d7f605898b20e8d8ed100a538e7a7f21a1359c74b96fa81aaf8712bfdb419df37fe711f7bf
 SHA512 
e28c2deb320436606ebf0a971d845e536197ea23c2e7869d3d10dfe5174c8177c7977da37bf01178dc87f875cff2c3f0fbdad63c77578c2334dbfd9d354c19ad

diff --git a/media-gfx/eog/eog-40.1.ebuild b/media-gfx/eog/eog-40.1.ebuild
deleted file mode 100644
index 8b0331ef5a0..000
--- a/media-gfx/eog/eog-40.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( >=dev-util/gtk-doc-1.16
-   app-text/docbook-xml-dtd:4.1.2 )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # Not packaged
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-07-10 Thread Sam James
commit: bbaaa568a87e9bdd948d48cc204eec8a4118e93a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 15:39:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 15:39:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbaaa568

media-gfx/eog: Stabilize 40.2 x86, #800710

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-40.2.ebuild b/media-gfx/eog/eog-40.2.ebuild
index ec0be1b69d8..8b0331ef5a0 100644
--- a/media-gfx/eog/eog-40.2.ebuild
+++ b/media-gfx/eog/eog-40.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-06-06 Thread Matt Turner
commit: 79e2e8f04e6839fcaf0954de1085184f7f9fab51
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  6 21:27:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  6 21:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e2e8f0

media-gfx/eog: Version bump to 40.2

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-40.2.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 2f1ad22e19e..6830e01de5a 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-40.1.tar.xz 3601652 BLAKE2B 
6e3ec73742a0de864a131b25b2ed2c3346aecea9455ccbae701d70a50a45dace90d4002c56829e9a831a16ec827df6e1ab257c9ec5b755b863e98d63cd8a59bf
 SHA512 
1fd2f6689f8a74254f4436fedf8a5ee7c1488d70b467dfb94c3ca3e0e269aaa75a77d15d5bb3544e699f5c8759e30a25942857188cb98b4d9537165b67d6d14c
+DIST eog-40.2.tar.xz 3601788 BLAKE2B 
ab66481d8fa5c076f0e12c3f16ff4a67d3a544b7483a2791833ea7d7f605898b20e8d8ed100a538e7a7f21a1359c74b96fa81aaf8712bfdb419df37fe711f7bf
 SHA512 
e28c2deb320436606ebf0a971d845e536197ea23c2e7869d3d10dfe5174c8177c7977da37bf01178dc87f875cff2c3f0fbdad63c77578c2334dbfd9d354c19ad

diff --git a/media-gfx/eog/eog-40.2.ebuild b/media-gfx/eog/eog-40.2.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-40.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-05-29 Thread Sam James
commit: 1525a9dcab2f6773b68f604fedb08588558eb200
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 08:53:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 09:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1525a9dc

media-gfx/eog-plugins: Stabilize 3.26.7 amd64, #792327

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
index bfa3b975a74..abf23601ba1 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-05-29 Thread Sam James
commit: df2d6849c0038f409169acbc7eb4edfa7ff28fbd
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 06:07:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 29 06:07:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2d6849

media-gfx/eog-plugins: Stabilize 3.26.7 x86, #792327

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
index f667eae22ba..bfa3b975a74 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-05-01 Thread Matt Turner
commit: 820dd8bba36601d6c26d36ff799bfd54438f43f1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May  1 20:01:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May  1 20:01:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820dd8bb

media-gfx/eog: Version bump to 40.1

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-40.1.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index c8e224ae17d..83097d0d0f6 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-3.38.2.tar.xz 3614956 BLAKE2B 
ab442006b2eca1550d072c57af989e748f130b07088e724ccf8e2d6e6b2cf132e06ff2ff89d9333f6fa3cd701c27cdb616dabf125f14dc5a4d1b92d14a85be56
 SHA512 
f9af91a76b85b8e1250f3ecf04cfc30ae35892282fe65c810358d27cc7e0aac3cafe50dcf815c54c6056c24eb1107d6f5ecf8131f78559095cda5024d255ebe6
 DIST eog-40.0.tar.xz 3601476 BLAKE2B 
149b173cb46c46c445b72cc118456e5fb957e48179176daafd3f1726a75353b30fb8750af2fd259235378127c48c2d44e769744c84b7ab9c3d57c679c7ef5828
 SHA512 
8f395caf4a5eb9ba9f5da6d7dd60c4383b029fc10041abc559afe7c45953f4ef8c64604807df59d61178fa8a16e5a62526e91bfc19c8c57fbf654612d7d9
+DIST eog-40.1.tar.xz 3601652 BLAKE2B 
6e3ec73742a0de864a131b25b2ed2c3346aecea9455ccbae701d70a50a45dace90d4002c56829e9a831a16ec827df6e1ab257c9ec5b755b863e98d63cd8a59bf
 SHA512 
1fd2f6689f8a74254f4436fedf8a5ee7c1488d70b467dfb94c3ca3e0e269aaa75a77d15d5bb3544e699f5c8759e30a25942857188cb98b4d9537165b67d6d14c

diff --git a/media-gfx/eog/eog-40.1.ebuild b/media-gfx/eog/eog-40.1.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-40.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-04-15 Thread Matt Turner
commit: 767c32868bed135b38909818727a5ac33bb64c87
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 16 01:49:26 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 16 01:56:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767c3286

media-gfx/eog-plugins: Version bump to 3.26.7

Closes: https://bugs.gentoo.org/739870
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index e8ce5c84071..4961bdd7f61 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.6.tar.xz 482004 BLAKE2B 
a70a7d1b69b7d5e6e4d44e79a4305c08ab95c06596512bf458628a65b1a8b5f7fc6c3caf39385ce722de7fdabcf0cc5e620f9dfbc53dfc377fe29252fb21a23c
 SHA512 
67b3cfcc071ef5a196f87041039f65c9ef8e7ba2ef1cdc8dd9ea4d67f64c8b1ee0990446c5cec4fe229aabb35d106a4c0804ba6e8cbd2edfe5a91ddc3765527a
+DIST eog-plugins-3.26.7.tar.xz 482336 BLAKE2B 
9cd1d7e16f8e7f1fe06c3bc2ea79ab06c397beaf9d9bfb26568ad5fb90a144ceab11f6250c7dd51ebb5d3962fff47a4c855b85725b95abca07cdc4de739a2b7e
 SHA512 
c9312eccc5529b01cb285a165c833243ea60bb12f8be6f40ccc6da0db1bd951916000a48aa31705b048659e8d637aa7e56d761fe0f9be720a4e0ce81289d2b83

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
new file mode 100644
index 000..f667eae22ba
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}
+
+src_install() {
+   default
+   mv "${ED}"/usr/share/{appdata,metainfo}
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-15 Thread Matt Turner
commit: 1cddb51c54f613746b0773bf54fca38fc3eb886c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 16 01:47:51 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 16 01:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cddb51c

media-gfx/eog: Version bump to 40.0

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-40.0.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 6a6204208bb..c8e224ae17d 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-3.38.2.tar.xz 3614956 BLAKE2B 
ab442006b2eca1550d072c57af989e748f130b07088e724ccf8e2d6e6b2cf132e06ff2ff89d9333f6fa3cd701c27cdb616dabf125f14dc5a4d1b92d14a85be56
 SHA512 
f9af91a76b85b8e1250f3ecf04cfc30ae35892282fe65c810358d27cc7e0aac3cafe50dcf815c54c6056c24eb1107d6f5ecf8131f78559095cda5024d255ebe6
+DIST eog-40.0.tar.xz 3601476 BLAKE2B 
149b173cb46c46c445b72cc118456e5fb957e48179176daafd3f1726a75353b30fb8750af2fd259235378127c48c2d44e769744c84b7ab9c3d57c679c7ef5828
 SHA512 
8f395caf4a5eb9ba9f5da6d7dd60c4383b029fc10041abc559afe7c45953f4ef8c64604807df59d61178fa8a16e5a62526e91bfc19c8c57fbf654612d7d9

diff --git a/media-gfx/eog/eog-40.0.ebuild b/media-gfx/eog/eog-40.0.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-40.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-15 Thread Matt Turner
commit: 2d0eb8bf28a73ad8c9ad68305795d647bdac4ac6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Apr 15 15:31:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Apr 15 15:31:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0eb8bf

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.38.1.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index e2186bab0d5..6a6204208bb 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-3.38.1.tar.xz 3655616 BLAKE2B 
1e0265dc798413e9b2588c36879a526069bc3d8788339e97470d8d0b738e01cd2fc00bc3db118721fd45a40e5829e225d9451d4cf868e0c9a7bfd74cdc90c06d
 SHA512 
26317413271001b4edcd30438e81a2bb1d2e10edd639c054ffdc08743a5274b27afb51186a660e29022be5e9ecf10043b94e7d409194589d2bba6906ede2cff9
 DIST eog-3.38.2.tar.xz 3614956 BLAKE2B 
ab442006b2eca1550d072c57af989e748f130b07088e724ccf8e2d6e6b2cf132e06ff2ff89d9333f6fa3cd701c27cdb616dabf125f14dc5a4d1b92d14a85be56
 SHA512 
f9af91a76b85b8e1250f3ecf04cfc30ae35892282fe65c810358d27cc7e0aac3cafe50dcf815c54c6056c24eb1107d6f5ecf8131f78559095cda5024d255ebe6

diff --git a/media-gfx/eog/eog-3.38.1.ebuild b/media-gfx/eog/eog-3.38.1.ebuild
deleted file mode 100644
index 8b0331ef5a0..000
--- a/media-gfx/eog/eog-3.38.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( >=dev-util/gtk-doc-1.16
-   app-text/docbook-xml-dtd:4.1.2 )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   -Dlibportal=false # Not packaged
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-14 Thread Sam James
commit: b5c7be39dd483cfe4c546fa295db759a39dfae39
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 05:21:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 05:24:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c7be39

media-gfx/eog: Stabilize 3.38.2 x86, #782847

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog/eog-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-3.38.2.ebuild b/media-gfx/eog/eog-3.38.2.ebuild
index ec0be1b69d8..8b0331ef5a0 100644
--- a/media-gfx/eog/eog-3.38.2.ebuild
+++ b/media-gfx/eog/eog-3.38.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-14 Thread Mikle Kolyada
commit: c2138c8de03c18e05518849188f843c3f60373f6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Apr 14 18:51:26 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Apr 14 18:51:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2138c8d

media-gfx/eog: Stabilize 3.38.2 amd64, #782847

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/eog/eog-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-3.38.2.ebuild b/media-gfx/eog/eog-3.38.2.ebuild
index e0fd2241d63..ec0be1b69d8 100644
--- a/media-gfx/eog/eog-3.38.2.ebuild
+++ b/media-gfx/eog/eog-3.38.2.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-13 Thread Matt Turner
commit: c15cd5616b0dde62c9908d818bb961b092e07bd9
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 13 15:49:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 13 16:12:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15cd561

media-gfx/eog: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest  |  2 --
 media-gfx/eog/eog-3.36.3.ebuild | 70 -
 media-gfx/eog/eog-3.36.4.ebuild | 70 -
 3 files changed, 142 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index aaa2dddbc2c..e2186bab0d5 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,4 +1,2 @@
-DIST eog-3.36.3.tar.xz 3651556 BLAKE2B 
6224b21342b24bed8cfed5702c440547423a7c0db36278c082f336f274ebabea401700c418eafced814fb33043362963055acbcacc81edff8b0f202898c09542
 SHA512 
90205561dbc49aa42e60f636ce23d04dcd05513d28176ffa4c1dd6602889c4b2c920bd299086d3d7bfee72fcc6a029e2d34e14eb80ba5f91573161fbd1b85aea
-DIST eog-3.36.4.tar.xz 3651632 BLAKE2B 
f971ab236422a875ea8d91a661c6c653ba2ef4834b282dcce7d5c53e9c23bedf49610c0a8ff1bedb2af1821610ab29de8476a2b13b6cb1b82e58c3309b56b7dd
 SHA512 
d1f4aa2e225a8147507cbed74a74bd435887884a2431f3ea0d1c569217a291f93c1440bede1c6abf03660ad8df46530e8b2195399ac8faaac36b1e31e8e93daf
 DIST eog-3.38.1.tar.xz 3655616 BLAKE2B 
1e0265dc798413e9b2588c36879a526069bc3d8788339e97470d8d0b738e01cd2fc00bc3db118721fd45a40e5829e225d9451d4cf868e0c9a7bfd74cdc90c06d
 SHA512 
26317413271001b4edcd30438e81a2bb1d2e10edd639c054ffdc08743a5274b27afb51186a660e29022be5e9ecf10043b94e7d409194589d2bba6906ede2cff9
 DIST eog-3.38.2.tar.xz 3614956 BLAKE2B 
ab442006b2eca1550d072c57af989e748f130b07088e724ccf8e2d6e6b2cf132e06ff2ff89d9333f6fa3cd701c27cdb616dabf125f14dc5a4d1b92d14a85be56
 SHA512 
f9af91a76b85b8e1250f3ecf04cfc30ae35892282fe65c810358d27cc7e0aac3cafe50dcf815c54c6056c24eb1107d6f5ecf8131f78559095cda5024d255ebe6

diff --git a/media-gfx/eog/eog-3.36.3.ebuild b/media-gfx/eog/eog-3.36.3.ebuild
deleted file mode 100644
index 3ece93d2d97..000
--- a/media-gfx/eog/eog-3.36.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.44.0:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( >=dev-util/gtk-doc-1.16
-   app-text/docbook-xml-dtd:4.1.2 )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-gfx/eog/eog-3.36.4.ebuild b/media-gfx/eog/eog-3.36.4.ebuild
deleted file mode 100644
index 75800455eb9..000
--- a/media-gfx/eog/eog-3.36.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-04-13 Thread Matt Turner
commit: 4fb974958ad4ddcae5a055021af3c12e4dd3a796
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 13 15:48:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 13 16:12:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb97495

media-gfx/eog-plugins: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 -
 media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 80e1e6f0855..e8ce5c84071 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1 @@
-DIST eog-plugins-3.26.5.tar.xz 478188 BLAKE2B 
655eb9860435775862ba44bd26530edff778a3c8c574e9bf592800b4d57b4e5b0e52d36b7d71d6a6d615d47c320542105dcee9de89250901fcbfa6c255dcfddc
 SHA512 
3b7979d241c2c0b522ffb6c30a6b8c90fed9e899cda8a73fb9d9a9392f474516f8c24fc75f3f35f920c8a6cf04b8bda611a8669839588936c48467813a6227a7
 DIST eog-plugins-3.26.6.tar.xz 482004 BLAKE2B 
a70a7d1b69b7d5e6e4d44e79a4305c08ab95c06596512bf458628a65b1a8b5f7fc6c3caf39385ce722de7fdabcf0cc5e620f9dfbc53dfc377fe29252fb21a23c
 SHA512 
67b3cfcc071ef5a196f87041039f65c9ef8e7ba2ef1cdc8dd9ea4d67f64c8b1ee0990446c5cec4fe229aabb35d106a4c0804ba6e8cbd2edfe5a91ddc3765527a

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
deleted file mode 100644
index 50facce0391..000
--- a/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif map picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libpeas-0.7.4:=
-   >=media-gfx/eog-3.15.90
-   >=x11-libs/gtk+-3.14:3
-   exif? ( >=media-libs/libexif-0.6.16 )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0 )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection] )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   use map && plugins="${plugins},map"
-   use picasa && plugins="${plugins},postasa"
-   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-04-01 Thread Thomas Deutschmann
commit: cdbbf19debe170b0273959e6399f61f405f520f0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  1 16:29:33 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  1 16:43:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbbf19d

media-gfx/eog: x86 stable (bug #774927)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/eog/eog-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-3.38.1.ebuild b/media-gfx/eog/eog-3.38.1.ebuild
index ec0be1b69d8..8b0331ef5a0 100644
--- a/media-gfx/eog/eog-3.38.1.ebuild
+++ b/media-gfx/eog/eog-3.38.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-04-01 Thread Thomas Deutschmann
commit: 5ea12fdd6f697a32a365898ebd5af4deaa8519e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  1 16:29:05 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  1 16:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea12fdd

media-gfx/eog-plugins: x86 stable (bug #774927)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
index 53de08824e3..bc43c210a77 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-03-12 Thread Matt Turner
commit: 8bcff342fc3bef0ff857c7595e36680b1412d5fb
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 13 03:36:54 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 13 03:51:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcff342

media-gfx/eog: Version bump to 3.38.2

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.38.2.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index f48d6babbec..aaa2dddbc2c 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,4 @@
 DIST eog-3.36.3.tar.xz 3651556 BLAKE2B 
6224b21342b24bed8cfed5702c440547423a7c0db36278c082f336f274ebabea401700c418eafced814fb33043362963055acbcacc81edff8b0f202898c09542
 SHA512 
90205561dbc49aa42e60f636ce23d04dcd05513d28176ffa4c1dd6602889c4b2c920bd299086d3d7bfee72fcc6a029e2d34e14eb80ba5f91573161fbd1b85aea
 DIST eog-3.36.4.tar.xz 3651632 BLAKE2B 
f971ab236422a875ea8d91a661c6c653ba2ef4834b282dcce7d5c53e9c23bedf49610c0a8ff1bedb2af1821610ab29de8476a2b13b6cb1b82e58c3309b56b7dd
 SHA512 
d1f4aa2e225a8147507cbed74a74bd435887884a2431f3ea0d1c569217a291f93c1440bede1c6abf03660ad8df46530e8b2195399ac8faaac36b1e31e8e93daf
 DIST eog-3.38.1.tar.xz 3655616 BLAKE2B 
1e0265dc798413e9b2588c36879a526069bc3d8788339e97470d8d0b738e01cd2fc00bc3db118721fd45a40e5829e225d9451d4cf868e0c9a7bfd74cdc90c06d
 SHA512 
26317413271001b4edcd30438e81a2bb1d2e10edd639c054ffdc08743a5274b27afb51186a660e29022be5e9ecf10043b94e7d409194589d2bba6906ede2cff9
+DIST eog-3.38.2.tar.xz 3614956 BLAKE2B 
ab442006b2eca1550d072c57af989e748f130b07088e724ccf8e2d6e6b2cf132e06ff2ff89d9333f6fa3cd701c27cdb616dabf125f14dc5a4d1b92d14a85be56
 SHA512 
f9af91a76b85b8e1250f3ecf04cfc30ae35892282fe65c810358d27cc7e0aac3cafe50dcf815c54c6056c24eb1107d6f5ecf8131f78559095cda5024d255ebe6

diff --git a/media-gfx/eog/eog-3.38.2.ebuild b/media-gfx/eog/eog-3.38.2.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-3.38.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-03-12 Thread Mikle Kolyada
commit: fc7a5f9443c4415e6b5b3174a80d61d4d9361257
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 12 07:59:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 12 08:01:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7a5f94

media-gfx/eog-plugins: Stabilize 3.26.6 amd64, #774927

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
index cbe89d34fbb..53de08824e3 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-03-12 Thread Mikle Kolyada
commit: 6ced3018ae32db7866c00efc9499a08905f2ebcf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 12 07:59:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 12 08:01:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ced3018

media-gfx/eog: Stabilize 3.38.1 amd64, #774927

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-gfx/eog/eog-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-3.38.1.ebuild b/media-gfx/eog/eog-3.38.1.ebuild
index e0fd2241d63..ec0be1b69d8 100644
--- a/media-gfx/eog/eog-3.38.1.ebuild
+++ b/media-gfx/eog/eog-3.38.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2021-01-05 Thread Matt Turner
commit: c171288b6bcc473ac6fcc4a6e4b4f8d3bf619190
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan  4 17:57:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan  5 18:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c171288b

media-gfx/eog: Version bump to 3.38.1

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.38.1.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 9a4d4d729de..f48d6babbec 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-3.36.3.tar.xz 3651556 BLAKE2B 
6224b21342b24bed8cfed5702c440547423a7c0db36278c082f336f274ebabea401700c418eafced814fb33043362963055acbcacc81edff8b0f202898c09542
 SHA512 
90205561dbc49aa42e60f636ce23d04dcd05513d28176ffa4c1dd6602889c4b2c920bd299086d3d7bfee72fcc6a029e2d34e14eb80ba5f91573161fbd1b85aea
 DIST eog-3.36.4.tar.xz 3651632 BLAKE2B 
f971ab236422a875ea8d91a661c6c653ba2ef4834b282dcce7d5c53e9c23bedf49610c0a8ff1bedb2af1821610ab29de8476a2b13b6cb1b82e58c3309b56b7dd
 SHA512 
d1f4aa2e225a8147507cbed74a74bd435887884a2431f3ea0d1c569217a291f93c1440bede1c6abf03660ad8df46530e8b2195399ac8faaac36b1e31e8e93daf
+DIST eog-3.38.1.tar.xz 3655616 BLAKE2B 
1e0265dc798413e9b2588c36879a526069bc3d8788339e97470d8d0b738e01cd2fc00bc3db118721fd45a40e5829e225d9451d4cf868e0c9a7bfd74cdc90c06d
 SHA512 
26317413271001b4edcd30438e81a2bb1d2e10edd639c054ffdc08743a5274b27afb51186a660e29022be5e9ecf10043b94e7d409194589d2bba6906ede2cff9

diff --git a/media-gfx/eog/eog-3.38.1.ebuild b/media-gfx/eog/eog-3.38.1.ebuild
new file mode 100644
index 000..e0fd2241d63
--- /dev/null
+++ b/media-gfx/eog/eog-3.38.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # Not packaged
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-01-05 Thread Matt Turner
commit: 86a0439909d2a50b44d3b6ee64cb28d4e1176132
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan  4 18:07:17 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan  5 18:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a04399

media-gfx/eog-plugins: Version bump to 3.26.6

Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index e7d9b40b9ee..80e1e6f0855 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.5.tar.xz 478188 BLAKE2B 
655eb9860435775862ba44bd26530edff778a3c8c574e9bf592800b4d57b4e5b0e52d36b7d71d6a6d615d47c320542105dcee9de89250901fcbfa6c255dcfddc
 SHA512 
3b7979d241c2c0b522ffb6c30a6b8c90fed9e899cda8a73fb9d9a9392f474516f8c24fc75f3f35f920c8a6cf04b8bda611a8669839588936c48467813a6227a7
+DIST eog-plugins-3.26.6.tar.xz 482004 BLAKE2B 
a70a7d1b69b7d5e6e4d44e79a4305c08ab95c06596512bf458628a65b1a8b5f7fc6c3caf39385ce722de7fdabcf0cc5e620f9dfbc53dfc377fe29252fb21a23c
 SHA512 
67b3cfcc071ef5a196f87041039f65c9ef8e7ba2ef1cdc8dd9ea4d67f64c8b1ee0990446c5cec4fe229aabb35d106a4c0804ba6e8cbd2edfe5a91ddc3765527a

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
new file mode 100644
index 000..de71bfb1a9b
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2020-12-19 Thread Mart Raudsepp
commit: a72ed6589ae0d4f34b03e9f07ac1b1156b5d3be3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 19 13:58:51 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 19 15:13:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72ed658

media-gfx/eog: bump to 3.36.4

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.36.4.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 5f042a51356..9a4d4d729de 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-3.36.3.tar.xz 3651556 BLAKE2B 
6224b21342b24bed8cfed5702c440547423a7c0db36278c082f336f274ebabea401700c418eafced814fb33043362963055acbcacc81edff8b0f202898c09542
 SHA512 
90205561dbc49aa42e60f636ce23d04dcd05513d28176ffa4c1dd6602889c4b2c920bd299086d3d7bfee72fcc6a029e2d34e14eb80ba5f91573161fbd1b85aea
+DIST eog-3.36.4.tar.xz 3651632 BLAKE2B 
f971ab236422a875ea8d91a661c6c653ba2ef4834b282dcce7d5c53e9c23bedf49610c0a8ff1bedb2af1821610ab29de8476a2b13b6cb1b82e58c3309b56b7dd
 SHA512 
d1f4aa2e225a8147507cbed74a74bd435887884a2431f3ea0d1c569217a291f93c1440bede1c6abf03660ad8df46530e8b2195399ac8faaac36b1e31e8e93daf

diff --git a/media-gfx/eog/eog-3.36.4.ebuild b/media-gfx/eog/eog-3.36.4.ebuild
new file mode 100644
index 000..75800455eb9
--- /dev/null
+++ b/media-gfx/eog/eog-3.36.4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2020-08-30 Thread Sam James
commit: 41c975ab31892e028034793f6965ee080f78131c
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 17:12:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 18:09:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c975ab

media-gfx/eog-plugins: Stabilize 3.26.5 amd64, #738728

Signed-off-by: Sam James  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
index acd9a69eff2..33ba60e823b 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+exif map picasa +python"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2020-08-02 Thread Mart Raudsepp
commit: 80df8d52ceaa92892bf67301b7944c2e538409c0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug  2 21:19:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug  2 21:27:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80df8d52

media-gfx/eog-plugins: bump to 3.26.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index c4607457e73..3dbdf56a4bc 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.4.tar.xz 42 BLAKE2B 
104ddf58d33e5513349839312fef820af20d7a3e64a3a8cbd7d964d8250564d6cd62c58cf95fb5359ab95eac8fe2b83ed051e6f3dc8144a8884ec72c74a12622
 SHA512 
95f2cf2c6ed84b4801517a708f18e1cd673f814d849029a41491f3719512d6a3a2cb5cb11898a7f972f8b674c682245c99964ba2da19b285ed175b720d5396e8
+DIST eog-plugins-3.26.5.tar.xz 478188 BLAKE2B 
655eb9860435775862ba44bd26530edff778a3c8c574e9bf592800b4d57b4e5b0e52d36b7d71d6a6d615d47c320542105dcee9de89250901fcbfa6c255dcfddc
 SHA512 
3b7979d241c2c0b522ffb6c30a6b8c90fed9e899cda8a73fb9d9a9392f474516f8c24fc75f3f35f920c8a6cf04b8bda611a8669839588936c48467813a6227a7

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
new file mode 100644
index 000..897a10d8bda
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2020-02-09 Thread Michał Górny
commit: cae2eade27fcaa41c08f89da88c1f6dada3b30b8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 14:59:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:26:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae2eade

media-gfx/eog-plugins: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 .../{eog-plugins-3.26.4.ebuild => eog-plugins-3.26.4-r1.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild
similarity index 91%
rename from media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
rename to media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild
index c686fd3f919..33ba60e823b 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.4-r1.ebuild
@@ -34,8 +34,10 @@ RDEPEND="
python? (
${PYTHON_DEPS}
>=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
gnome-base/gsettings-desktop-schemas
media-gfx/eog[introspection]
x11-libs/gtk+:3[introspection]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-12-23 Thread Mart Raudsepp
commit: eb92b35ca244f894fd72928f7d8fe9bd1aeb9aff
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:59:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92b35c

media-gfx/eog: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.28.4.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 21757dbb32e..358537a45f1 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00
 DIST eog-3.32.2.tar.xz 4601712 BLAKE2B 
84803acf2e2c2cb7451b357d18c7553854dd9a440ee8f951db479641ebf7fe49d8b8185124301c8b272db22d424c31197146e58d0907248cb87aa822441184d6
 SHA512 
c1093db4bce6bfde758a42fddc7ce7437d2adf3aa44a633b253ca3cb75c910e8862a323d182394696c617cb92114919dc576b992e7a65aa5fefb504062382d81

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
deleted file mode 100644
index cc1f6224d4e..000
--- a/media-gfx/eog/eog-3.28.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-   gtk-doc? ( >=dev-util/gtk-doc-1.16
-   app-text/docbook-xml-dtd:4.1.2 )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2019-12-23 Thread Mart Raudsepp
commit: f6772aad54d1883a1b6a2fc32995d71468986b13
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:58:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6772aad

media-gfx/eog-plugins: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 -
 media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index e2ccf936dec..c4607457e73 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1 @@
-DIST eog-plugins-3.26.3.tar.xz 470712 BLAKE2B 
cd5845481006b681555f35d1f353ed624baa83fc8fc45bb889b2418f31a776bf9e08e270f911f61f431123825a5b96fa684f72e378ddd0ad1107ff44a5c98519
 SHA512 
5ea0bbf692fa71fa77b0b78307cceee067c95e80c2e69e173990c1154df8014912f24f8d023eda79da56b7c1bdf0870e5e92b968a68c4961af3fc1382d4f468c
 DIST eog-plugins-3.26.4.tar.xz 42 BLAKE2B 
104ddf58d33e5513349839312fef820af20d7a3e64a3a8cbd7d964d8250564d6cd62c58cf95fb5359ab95eac8fe2b83ed051e6f3dc8144a8884ec72c74a12622
 SHA512 
95f2cf2c6ed84b4801517a708f18e1cd673f814d849029a41491f3719512d6a3a2cb5cb11898a7f972f8b674c682245c99964ba2da19b285ed175b720d5396e8

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
deleted file mode 100644
index b37c5733944..000
--- a/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_5,3_6} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif map picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libpeas-0.7.4:=
-   >=media-gfx/eog-3.15.90
-   >=x11-libs/gtk+-3.14:3
-   exif? ( >=media-libs/libexif-0.6.16 )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0 )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection] )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   use map && plugins="${plugins},map"
-   use picasa && plugins="${plugins},postasa"
-   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2019-12-04 Thread Matt Turner
commit: 6964897b38337fe31204aaca1eb75c01585e403b
Author: Joonas Niilola  gmail  com>
AuthorDate: Thu Jun 27 14:19:54 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec  4 20:17:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6964897b

media-gfx/eog-plugins: enable python3.{7,8}

Signed-off-by: Joonas Niilola  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
index 8cdfa42dd1c..9a9245ffc3c 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit gnome2 python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-09-19 Thread Mart Raudsepp
commit: 3bd43d3bfc2d73b795edd6d67d7fc4acc585280b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 19 18:08:31 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 19 18:08:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd43d3b

media-gfx/eog: bump to 3.32.2

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.32.2.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index b91759568cc..21757dbb32e 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00
+DIST eog-3.32.2.tar.xz 4601712 BLAKE2B 
84803acf2e2c2cb7451b357d18c7553854dd9a440ee8f951db479641ebf7fe49d8b8185124301c8b272db22d424c31197146e58d0907248cb87aa822441184d6
 SHA512 
c1093db4bce6bfde758a42fddc7ce7437d2adf3aa44a633b253ca3cb75c910e8862a323d182394696c617cb92114919dc576b992e7a65aa5fefb504062382d81

diff --git a/media-gfx/eog/eog-3.32.2.ebuild b/media-gfx/eog/eog-3.32.2.ebuild
new file mode 100644
index 000..382b119f00e
--- /dev/null
+++ b/media-gfx/eog/eog-3.32.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2019-09-15 Thread Pacho Ramos
commit: 7a2e860b019411c855e9effb8fcbf15ab9e9d35b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 15 11:12:23 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 15 11:43:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2e860b

media-gfx/eog-plugins: Bump to 3.36.4

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Pacho Ramos  gentoo.org>

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 0b5720f84ec..e2ccf936dec 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.26.3.tar.xz 470712 BLAKE2B 
cd5845481006b681555f35d1f353ed624baa83fc8fc45bb889b2418f31a776bf9e08e270f911f61f431123825a5b96fa684f72e378ddd0ad1107ff44a5c98519
 SHA512 
5ea0bbf692fa71fa77b0b78307cceee067c95e80c2e69e173990c1154df8014912f24f8d023eda79da56b7c1bdf0870e5e92b968a68c4961af3fc1382d4f468c
+DIST eog-plugins-3.26.4.tar.xz 42 BLAKE2B 
104ddf58d33e5513349839312fef820af20d7a3e64a3a8cbd7d964d8250564d6cd62c58cf95fb5359ab95eac8fe2b83ed051e6f3dc8144a8884ec72c74a12622
 SHA512 
95f2cf2c6ed84b4801517a708f18e1cd673f814d849029a41491f3719512d6a3a2cb5cb11898a7f972f8b674c682245c99964ba2da19b285ed175b720d5396e8

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
new file mode 100644
index 000..8cdfa42dd1c
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_5,3_6} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-08-04 Thread Aaron Bauman
commit: 28fd4f04145d09a349f20a9527bcde7f48f53413
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Aug  4 14:59:58 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Aug  4 14:59:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fd4f04

media-gfx/eog: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 media-gfx/eog/eog-3.28.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
index f63fb81652e..df5e69ce3b1 100644
--- a/media-gfx/eog/eog-3.28.4.ebuild
+++ b/media-gfx/eog/eog-3.28.4.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2019-05-18 Thread Mart Raudsepp
commit: 4de51db7943ccbe98ef25d2eba0f75384a7f4036
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 22:00:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 22:00:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de51db7

media-gfx/eog-plugins: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog-plugins/Manifest |  1 -
 media-gfx/eog-plugins/eog-plugins-3.16.6-r1.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 5b3c0fcffeb..0b5720f84ec 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1 @@
-DIST eog-plugins-3.16.6.tar.xz 398836 BLAKE2B 
fcd3c6dc61ca6d935580caffdf9c941d34265f8caa6cd3d682e0d7679888f6965f64ac30b807c00417e904b4e0eeff1a213a8f6d284c130abe265f9c97fc636b
 SHA512 
e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b
 DIST eog-plugins-3.26.3.tar.xz 470712 BLAKE2B 
cd5845481006b681555f35d1f353ed624baa83fc8fc45bb889b2418f31a776bf9e08e270f911f61f431123825a5b96fa684f72e378ddd0ad1107ff44a5c98519
 SHA512 
5ea0bbf692fa71fa77b0b78307cceee067c95e80c2e69e173990c1154df8014912f24f8d023eda79da56b7c1bdf0870e5e92b968a68c4961af3fc1382d4f468c

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6-r1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.16.6-r1.ebuild
deleted file mode 100644
index d2fc7789e50..000
--- a/media-gfx/eog-plugins/eog-plugins-3.16.6-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_5,3_6} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif map picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libpeas-0.7.4:=
-   >=media-gfx/eog-3.15.90
-   >=x11-libs/gtk+-3.14:3
-   exif? ( >=media-libs/libexif-0.6.16 )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0 )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   use map && plugins="${plugins},map"
-   use picasa && plugins="${plugins},postasa"
-   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-05-18 Thread Mart Raudsepp
commit: 02d06739d682d224be01a2f2385e9680f4080953
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 22:01:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 22:01:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d06739

media-gfx/eog: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.24.1.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 20d74e25c0b..b91759568cc 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-3.24.1.tar.xz 4632496 BLAKE2B 
24d6957285d5dae7fa2299165b1bac236e75dfa77938132c1d3f8f7312ed4a07d5d3a770fdbdbcf5ee1966a43b4443d331fbedec47575836e2170fa3022e657f
 SHA512 
c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
 DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00

diff --git a/media-gfx/eog/eog-3.24.1.ebuild b/media-gfx/eog/eog-3.24.1.ebuild
deleted file mode 100644
index 335c7694153..000
--- a/media-gfx/eog/eog-3.24.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.42.0:2[dbus]
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   >=x11-misc/shared-mime-info-0.20
-
-   >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
-   x11-libs/libX11
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( media-libs/exempi:2 )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.16
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg)
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-03-30 Thread Mart Raudsepp
commit: ffb77e28cb3154762a81b73f86843cbef58d7349
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:42:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:42:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb77e28

media-gfx/eog: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.26.2.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 5755ee1be6d..20d74e25c0b 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
 DIST eog-3.24.1.tar.xz 4632496 BLAKE2B 
24d6957285d5dae7fa2299165b1bac236e75dfa77938132c1d3f8f7312ed4a07d5d3a770fdbdbcf5ee1966a43b4443d331fbedec47575836e2170fa3022e657f
 SHA512 
c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
-DIST eog-3.26.2.tar.xz 5516240 BLAKE2B 
5e63edd97c50e059af8d282d4596193fdb4e8a5767ebf9391c8c4f0b202136b1ef67c5d5d601e9863126b0db25e51927c4ac1fcb713fbd1a7ad21ccf207501af
 SHA512 
40941d77739d1ed572dd7c4864435e5944c9dd48f5386b2ea11e16da52f7fa550844e4636ee35947172e921df596542d13928c79f7f511ef70ec92b832b1f1db
 DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
deleted file mode 100644
index a56ef9b214c..000
--- a/media-gfx/eog/eog-3.26.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.42.0:2[dbus]
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   >=x11-misc/shared-mime-info-0.20
-
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   x11-libs/libX11
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( media-libs/exempi:2 )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.16
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg)
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-02-23 Thread Mart Raudsepp
commit: 85de9fbff04d179b8870c6b49ad4c9a91d932fae
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 23 14:52:30 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 23 14:52:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85de9fbf

media-gfx/eog-3.28: ebuild touchups

Require newer gobject-introspection to avoid problems with meson gir.
Add missing docbook-xml-dtd dep for gtk-doc.
Raise gettext min dep to 0.19.8 due to meson reliance on ITS support
for appdata and more (important bug fixes over 0.19.7 there at least).
Pass installed_tests disabling explicitly.
Remove now redundant gnome2_icon_cache_update call, as it would be
doubled from xdg.eclass newly added icon cache update.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/eog-3.28.4.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
index 0ddf7c2999b..b385ab287a6 100644
--- a/media-gfx/eog/eog-3.28.4.ebuild
+++ b/media-gfx/eog/eog-3.28.4.ebuild
@@ -18,27 +18,29 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2
-   >=gnome-base/gnome-desktop-2.91.2:3=
>=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
>=x11-misc/shared-mime-info-0.20
>=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
>=x11-libs/gtk+-3.22.0:3[introspection,X]
+   sys-libs/zlib
 
exif? ( >=media-libs/libexif-0.6.14 )
lcms? ( media-libs/lcms:2 )
xmp? ( media-libs/exempi:2 )
jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
 
x11-libs/libX11
 "
 DEPEND="${RDEPEND}
-   gtk-doc? ( >=dev-util/gtk-doc-1.16 )
+   gtk-doc? ( >=dev-util/gtk-doc-1.16
+   app-text/docbook-xml-dtd:4.1.2 )
dev-util/glib-utils
dev-util/itstool
-   >=sys-devel/gettext-0.19.7
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "
 
@@ -51,6 +53,7 @@ src_configure() {
$(meson_use svg librsvg)
$(meson_use gtk-doc gtk_doc)
$(meson_use introspection)
+   -Dinstalled_tests=false
)
meson_src_configure
 }
@@ -58,11 +61,9 @@ src_configure() {
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
-   gnome2_icon_cache_update
 }
 
 pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
-   gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2019-01-18 Thread Mart Raudsepp
commit: 376b141db2be6e1f60ee436a5f78e547f3f5fced
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 18 21:32:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan 18 21:35:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376b141d

media-gfx/eog: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/670518
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog/eog-3.24.1.ebuild | 3 ++-
 media-gfx/eog/eog-3.26.2.ebuild | 3 ++-
 media-gfx/eog/eog-3.28.4.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eog/eog-3.24.1.ebuild b/media-gfx/eog/eog-3.24.1.ebuild
index a8cbe4ce4c9..335c7694153 100644
--- a/media-gfx/eog/eog-3.24.1.ebuild
+++ b/media-gfx/eog/eog-3.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,6 +36,7 @@ RDEPEND="
xmp? ( media-libs/exempi:2 )
 "
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.16
>=dev-util/intltool-0.50.1
dev-util/itstool

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
index 08ea37d31c2..a56ef9b214c 100644
--- a/media-gfx/eog/eog-3.26.2.ebuild
+++ b/media-gfx/eog/eog-3.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,6 +38,7 @@ RDEPEND="
 # libxml2 required for glib-compile-resources
 DEPEND="${RDEPEND}
dev-libs/libxml2:2
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.16
dev-util/itstool
>=sys-devel/gettext-0.19.7

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
index 62df2d95bc4..0ddf7c2999b 100644
--- a/media-gfx/eog/eog-3.28.4.ebuild
+++ b/media-gfx/eog/eog-3.28.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,6 +36,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
gtk-doc? ( >=dev-util/gtk-doc-1.16 )
+   dev-util/glib-utils
dev-util/itstool
>=sys-devel/gettext-0.19.7
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2018-12-17 Thread Gilles Dartiguelongue
commit: edf72b428c48d608cafff884500b4db97d1643b9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Dec 14 12:36:52 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Dec 17 12:15:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf72b42

media-gfx/eog: 3.26.2 → 3.28.4

Switch to meson build system.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.28.4.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 6d14dc82c8b..5755ee1be6d 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1,3 @@
 DIST eog-3.24.1.tar.xz 4632496 BLAKE2B 
24d6957285d5dae7fa2299165b1bac236e75dfa77938132c1d3f8f7312ed4a07d5d3a770fdbdbcf5ee1966a43b4443d331fbedec47575836e2170fa3022e657f
 SHA512 
c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
 DIST eog-3.26.2.tar.xz 5516240 BLAKE2B 
5e63edd97c50e059af8d282d4596193fdb4e8a5767ebf9391c8c4f0b202136b1ef67c5d5d601e9863126b0db25e51927c4ac1fcb713fbd1a7ad21ccf207501af
 SHA512 
40941d77739d1ed572dd7c4864435e5944c9dd48f5386b2ea11e16da52f7fa550844e4636ee35947172e921df596542d13928c79f7f511ef70ec92b832b1f1db
+DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
new file mode 100644
index 000..62df2d95bc4
--- /dev/null
+++ b/media-gfx/eog/eog-3.28.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2 )
+   jpeg? ( virtual/jpeg:0 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}
+   gtk-doc? ( >=dev-util/gtk-doc-1.16 )
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2018-08-04 Thread Mart Raudsepp
commit: ccf2ca70869ffc42ffb513344eda5f185873db5a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug  4 12:58:25 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug  4 13:03:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf2ca70

media-gfx/eog-plugins: bump to 3.26.3

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-gfx/eog-plugins/Manifest  |  1 +
 media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 93e2705dfd2..5b3c0fcffeb 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.16.6.tar.xz 398836 BLAKE2B 
fcd3c6dc61ca6d935580caffdf9c941d34265f8caa6cd3d682e0d7679888f6965f64ac30b807c00417e904b4e0eeff1a213a8f6d284c130abe265f9c97fc636b
 SHA512 
e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b
+DIST eog-plugins-3.26.3.tar.xz 470712 BLAKE2B 
cd5845481006b681555f35d1f353ed624baa83fc8fc45bb889b2418f31a776bf9e08e270f911f61f431123825a5b96fa684f72e378ddd0ad1107ff44a5c98519
 SHA512 
5ea0bbf692fa71fa77b0b78307cceee067c95e80c2e69e173990c1154df8014912f24f8d023eda79da56b7c1bdf0870e5e92b968a68c4961af3fc1382d4f468c

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
new file mode 100644
index 000..93902b0bb3c
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2
+   >=dev-libs/libpeas-0.7.4:=
+   >=media-gfx/eog-3.15.90
+   >=x11-libs/gtk+-3.14:3
+   exif? ( >=media-libs/libexif-0.6.16 )
+   map? (
+   media-libs/libchamplain:0.12[gtk]
+   >=media-libs/clutter-1.9.4:1.0
+   >=media-libs/clutter-gtk-1.1.2:1.0 )
+   picasa? ( >=dev-libs/libgdata-0.9.1:= )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.32:2[dbus]
+   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gsettings-desktop-schemas
+   media-gfx/eog[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/pango[introspection] )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   use map && plugins="${plugins},map"
+   use picasa && plugins="${plugins},postasa"
+   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/

2018-08-04 Thread Mart Raudsepp
commit: 850158d8108127c034340fdca5ce0a3c69969f2d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug  4 11:28:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug  4 11:28:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850158d8

media-gfx/eog: bump to 3.26.2

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-gfx/eog/Manifest  |  1 +
 media-gfx/eog/eog-3.26.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index fe9d4b09fab..6d14dc82c8b 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-3.24.1.tar.xz 4632496 BLAKE2B 
24d6957285d5dae7fa2299165b1bac236e75dfa77938132c1d3f8f7312ed4a07d5d3a770fdbdbcf5ee1966a43b4443d331fbedec47575836e2170fa3022e657f
 SHA512 
c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
+DIST eog-3.26.2.tar.xz 5516240 BLAKE2B 
5e63edd97c50e059af8d282d4596193fdb4e8a5767ebf9391c8c4f0b202136b1ef67c5d5d601e9863126b0db25e51927c4ac1fcb713fbd1a7ad21ccf207501af
 SHA512 
40941d77739d1ed572dd7c4864435e5944c9dd48f5386b2ea11e16da52f7fa550844e4636ee35947172e921df596542d13928c79f7f511ef70ec92b832b1f1db

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
new file mode 100644
index 000..08ea37d31c2
--- /dev/null
+++ b/media-gfx/eog/eog-3.26.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.42.0:2[dbus]
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   >=x11-misc/shared-mime-info-0.20
+
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   x11-libs/libX11
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+   xmp? ( media-libs/exempi:2 )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=dev-util/gtk-doc-am-1.16
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection) \
+   $(use_with jpeg libjpeg) \
+   $(use_with exif libexif) \
+   $(use_with lcms cms) \
+   $(use_with xmp) \
+   $(use_with svg librsvg)
+}



  1   2   >