* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-11-21 11:02 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2016-11-21 11:02 UTC (permalink / raw
To: gentoo-commits
commit: b13951e2753eda10bd580bae68fab190424ed9fc
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 05:17:53 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13951e2
media-gfx/eom: Version bump to 1.14.1
Package-Manager: portage-2.3.0
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.14.1.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 4f064fb..f2f7100 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1,3 @@
DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
DIST eom-1.12.2.tar.xz 2213260 SHA256 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4 WHIRLPOOL ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
+DIST eom-1.14.1.tar.xz 2232412 SHA256 8c79ff62c73603175f51c34255edbc4c4e28d03a77a0fd17a308c1ae985a7c3f SHA512 9d7e828eb24aa849e404c058b651e3f4f5bc6688990212a7082657c6421dc3b88d1da4590a4bd12a5bb76a2f7391d8ba9af24e7684fce6cb0ccb9848dd685f53 WHIRLPOOL c6d69de23470dda35527888ef8571760e15340eda4226a853378b24f0973501e0ffc67abe914e6059245908ef2df4bc9f0aebe3d39f0aca19a3d9a6271b2bda0
diff --git a/media-gfx/eom/eom-1.14.1.ebuild b/media-gfx/eom/eom-1.14.1.ebuild
new file mode 100644
index 00000000..12739c6
--- /dev/null
+++ b/media-gfx/eom/eom-1.14.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif gtk3 +introspection jpeg lcms python svg tiff xmp"
+
+REQUIRED_USE="
+ gtk3? ( !python )
+ python? ( ${PYTHON_REQUIRED_USE} )
+ "
+
+COMMON_DEPEND="
+ dev-libs/atk:0
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf:0
+ >=mate-base/mate-desktop-1.9.1[gtk3(-)=]
+ sys-libs/zlib:0
+ x11-libs/cairo:0
+ >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
+ x11-libs/libX11:0
+ >=x11-misc/shared-mime-info-0.20:0
+ virtual/libintl:0
+ dbus? ( >=dev-libs/dbus-glib-0.71:0 )
+ exif? (
+ >=media-libs/libexif-0.6.14:0
+ virtual/jpeg:0
+ )
+ !gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
+ gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( virtual/jpeg:0 )
+ lcms? ( media-libs/lcms:2 )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
+ )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools:0
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1:*
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ mate_src_configure \
+ --with-gtk=$(usex gtk3 3.0 2.0) \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_enable python) \
+ $(use_with X x) \
+ $(use_with dbus) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2024-10-06 7:17 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2024-10-06 7:17 UTC (permalink / raw
To: gentoo-commits
commit: d1b14f40fde31dc37604f240a94a747a0fbc3411
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 07:14:07 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 07:16:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b14f40
media-gfx/eom: depend on min mate-desktop matching ${PV}
Depend on >=mate-desktop-$(ver_cut 1-2) to avoid build failures for now
as a quick workaround.
The maintainers should check whether each package really needs it and
also consider a possible QA check in the eclass given some of them
seem to have a pattern in configure.ac for this, but given the bug has
been open for a whlie, I'd rather have some of the deps be unnecessarily
tight (not that it's even that tight) than as-it-was.
Note that couldn't use ${MATE_BRANCH} as it says:
> # Major and minor numbers of the version number, unless live.
> # If live ebuild, will be set to '9999'.
which made me wonder if it's actually meant to be 1-2 or 1-3 in ver_cut
or what.
Anyway, in summary:
* Apply a fix which makes things better, even if it's slightly overkill;
* Someone needs to audit these to find the actual minimum versions
(some truly do need this, some need just something older, although
unclear if upstream carefully update these or ont);
* A QA check may be wise.
Bug: https://bugs.gentoo.org/935279
Bug: https://bugs.gentoo.org/936079
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/eom-1.28.0-r2.ebuild | 2 +-
media-gfx/eom/eom-1.28.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/eom/eom-1.28.0-r2.ebuild b/media-gfx/eom/eom-1.28.0-r2.ebuild
index f808aaf8de76..10c964ed3f26 100644
--- a/media-gfx/eom/eom-1.28.0-r2.ebuild
+++ b/media-gfx/eom/eom-1.28.0-r2.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND="
>=dev-libs/libpeas-1.8.0:0[gtk]
>=dev-libs/libxml2-2:2
gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-desktop-$(ver_cut 1-2)
sys-libs/zlib
x11-libs/cairo
>=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
diff --git a/media-gfx/eom/eom-1.28.0.ebuild b/media-gfx/eom/eom-1.28.0.ebuild
index 931fc3ee8522..5e369e19dfda 100644
--- a/media-gfx/eom/eom-1.28.0.ebuild
+++ b/media-gfx/eom/eom-1.28.0.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND="
>=dev-libs/libpeas-1.8.0:0[gtk]
>=dev-libs/libxml2-2:2
gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
+ >=mate-base/mate-desktop-$(ver_cut 1-2)
sys-libs/zlib
x11-libs/cairo
>=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2024-09-17 17:50 Andreas Sturmlechner
0 siblings, 0 replies; 53+ messages in thread
From: Andreas Sturmlechner @ 2024-09-17 17:50 UTC (permalink / raw
To: gentoo-commits
commit: ebb570bd5701dc9e995b26a5908113a912f125a4
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Sep 3 12:33:38 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 17:50:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb570bd
media-gfx/eom: drop 1.26.1-r1
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.26.1-r1.ebuild | 75 --------------------------------------
2 files changed, 76 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 5d247198946c..c63503f770c5 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
-DIST eom-1.26.1.tar.xz 2512024 BLAKE2B 2aa50d144a4c703d61acee8e0078a8a7ce7e41ffc8e79a0064057b78119e81cc85da0481ee55064702981683e0b34a93dd7a9fce2a6c03fa7fa65e6653d9796d SHA512 263eb6a843577f3ba399fa27b6a9087246053dffd963090933f6bb11b762e1049fdc7b0fd52a6987f40fb57be76d68f6964413a0c12437fb00b8766dc17b7648
DIST eom-1.28.0.tar.xz 2046292 BLAKE2B dec9915ddd63758f6a36eef094e13cdfddc6bb6d333369ff240cb4afa745b814a807fd69d0ed949924fff0337073a6467ec6f5b8037bb9b1e356e029ad2e06f6 SHA512 e500915f9e4b5aa8774645e0bf6735d7592fb9c33d6cca7a94011814ac414816d5ead8dae26a875f054249ca880f306f998c0150c9800df8143dd25a270c239f
diff --git a/media-gfx/eom/eom-1.26.1-r1.ebuild b/media-gfx/eom/eom-1.26.1-r1.ebuild
deleted file mode 100644
index 20c1013dee46..000000000000
--- a/media-gfx/eom/eom-1.26.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0
- >=dev-libs/glib-2.52:2
- >=dev-libs/libpeas-1.8.0:0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libX11
- >=x11-misc/shared-mime-info-0.20
- exif? (
- >=media-libs/libexif-0.6.22
- media-libs/libjpeg-turbo:=
- )
- imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( media-libs/libjpeg-turbo:= )
- lcms? ( media-libs/lcms:2 )
- svg? ( >=gnome-base/librsvg-2.36.2:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2= )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.26.1-libxml2-2.12.patch
-)
-
-src_configure() {
- mate_src_configure \
- --enable-thumbnailer \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with exif libexif) \
- $(usex imagemagick \
- --without-gdk-pixbuf-thumbnailer \
- --with-gdk-pixbuf-thumbnailer \
- ) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2024-09-01 20:35 Eli Schwartz
0 siblings, 0 replies; 53+ messages in thread
From: Eli Schwartz @ 2024-09-01 20:35 UTC (permalink / raw
To: gentoo-commits
commit: 7d1bbb3e2d39f38f800b17d178f63a08e8061d0d
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 20:22:42 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 20:35:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1bbb3e
media-gfx/eom: fix broken implementation of optfeature
It deleted the previous inherited pkg_postinst. Restore this by manually
running it.
Bug: https://github.com/gentoo/gentoo/pull/37358
Closes: https://bugs.gentoo.org/938868
Closes: https://bugs.gentoo.org/938869
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
media-gfx/eom/{eom-1.28.0-r1.ebuild => eom-1.28.0-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.28.0-r1.ebuild b/media-gfx/eom/eom-1.28.0-r2.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.28.0-r1.ebuild
rename to media-gfx/eom/eom-1.28.0-r2.ebuild
index fd6944c0fb9e..f808aaf8de76 100644
--- a/media-gfx/eom/eom-1.28.0-r1.ebuild
+++ b/media-gfx/eom/eom-1.28.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit mate optfeature
+inherit gnome2 mate optfeature
MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
@@ -72,5 +72,6 @@ src_configure() {
}
pkg_postinst() {
+ gnome2_pkg_postinst
optfeature "webp support" gui-libs/gdk-pixbuf-loader-webp
}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2024-09-01 6:41 Eli Schwartz
0 siblings, 0 replies; 53+ messages in thread
From: Eli Schwartz @ 2024-09-01 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 857ef70b4010715de00ef4d8cdd092ed531fe270
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Jun 29 12:26:17 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 06:41:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857ef70b
media-gfx/eom: optfeature webp support
Refreshed the PR here:
https://github.com/gentoo/gentoo/pull/31169
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31169
Closes: https://github.com/gentoo/gentoo/pull/37358
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
media-gfx/eom/eom-1.28.0-r1.ebuild | 76 ++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
diff --git a/media-gfx/eom/eom-1.28.0-r1.ebuild b/media-gfx/eom/eom-1.28.0-r1.ebuild
new file mode 100644
index 000000000000..fd6944c0fb9e
--- /dev/null
+++ b/media-gfx/eom/eom-1.28.0-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mate optfeature
+
+MINOR=$(($(ver_cut 2) % 2))
+if [[ ${MINOR} -eq 0 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0:0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.22
+ media-libs/libjpeg-turbo:=
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( media-libs/libjpeg-turbo:= )
+ lcms? ( media-libs/lcms:2 )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2= )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-build/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
+
+pkg_postinst() {
+ optfeature "webp support" gui-libs/gdk-pixbuf-loader-webp
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2024-06-18 8:06 Joonas Niilola
0 siblings, 0 replies; 53+ messages in thread
From: Joonas Niilola @ 2024-06-18 8:06 UTC (permalink / raw
To: gentoo-commits
commit: d605bca4eb12f7767dc1a18cb1e8747a0b00cdd2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 08:04:32 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 08:04:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d605bca4
media-gfx/eom: Stabilize 1.28.0 x86, #932645
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/eom/eom-1.28.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.28.0.ebuild b/media-gfx/eom/eom-1.28.0.ebuild
index 5b5c2d8e6428..931fc3ee8522 100644
--- a/media-gfx/eom/eom-1.28.0.ebuild
+++ b/media-gfx/eom/eom-1.28.0.ebuild
@@ -7,7 +7,7 @@ inherit mate
MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-12-21 11:55 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2023-12-21 11:55 UTC (permalink / raw
To: gentoo-commits
commit: 33da076e5cb4510b40d84956425f07926602ec8b
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 02:47:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 11:49:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33da076e
media-gfx/eom: add 1.27.1
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.27.1.ebuild | 71 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index cf092d162f01..e53902ad7b75 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.26.1.tar.xz 2512024 BLAKE2B 2aa50d144a4c703d61acee8e0078a8a7ce7e41ffc8e79a0064057b78119e81cc85da0481ee55064702981683e0b34a93dd7a9fce2a6c03fa7fa65e6653d9796d SHA512 263eb6a843577f3ba399fa27b6a9087246053dffd963090933f6bb11b762e1049fdc7b0fd52a6987f40fb57be76d68f6964413a0c12437fb00b8766dc17b7648
+DIST eom-1.27.1.tar.xz 2056592 BLAKE2B 7ba01988689b5a827e846b7e123ab386f89d4f9e285de19a46f5ef773cb5790997cf6301ab1b56ed5c442ec49e56e3389ff9e93bdfc8733b66736d43e6a946f1 SHA512 b9fe176d8899c46bb7fa43a0f4d1ea53d63652f63fd52e26e0f882f2ce06b6fb07109bdd25b4735a9ce1e7d08830b155a977b07aca8790a7ad9a3bae8a3edda7
diff --git a/media-gfx/eom/eom-1.27.1.ebuild b/media-gfx/eom/eom-1.27.1.ebuild
new file mode 100644
index 000000000000..e018d73a5768
--- /dev/null
+++ b/media-gfx/eom/eom-1.27.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0:0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.22
+ media-libs/libjpeg-turbo:=
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( media-libs/libjpeg-turbo:= )
+ lcms? ( media-libs/lcms:2 )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2= )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-10-29 22:23 Mart Raudsepp
0 siblings, 0 replies; 53+ messages in thread
From: Mart Raudsepp @ 2023-10-29 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 352193631b53d5ec415ca934573fb0a670d69828
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 22:19:21 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 22:19:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35219363
media-gfx/eom: drop 1.26.0-r1
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.26.0-r1.ebuild | 72 --------------------------------------
2 files changed, 73 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 8e03da78f3a5..cf092d162f01 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
-DIST eom-1.26.0.tar.xz 2493104 BLAKE2B 3a2e018e90514a5ee7c05bd981d1a129900ae2ba5b1c513da85e6ede2b2f5b253133c14766787a44f0e372da99b13922f3aaa6e2447e6d4d901a604689c03cd8 SHA512 efc5a1ce5c21ad74108c63827fa60f2cd8517888d8e155d7c9934f5490e61b2cf73bae3b42f8d6b69ce1d5c4658d0c74f2ab19e90f40173d55354276bbe5d824
DIST eom-1.26.1.tar.xz 2512024 BLAKE2B 2aa50d144a4c703d61acee8e0078a8a7ce7e41ffc8e79a0064057b78119e81cc85da0481ee55064702981683e0b34a93dd7a9fce2a6c03fa7fa65e6653d9796d SHA512 263eb6a843577f3ba399fa27b6a9087246053dffd963090933f6bb11b762e1049fdc7b0fd52a6987f40fb57be76d68f6964413a0c12437fb00b8766dc17b7648
diff --git a/media-gfx/eom/eom-1.26.0-r1.ebuild b/media-gfx/eom/eom-1.26.0-r1.ebuild
deleted file mode 100644
index 6fa8009c9ab0..000000000000
--- a/media-gfx/eom/eom-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
-
-COMMON_DEPEND="
- dev-libs/atk
- >=dev-libs/glib-2.52:2
- >=dev-libs/libpeas-1.8.0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libX11
- >=x11-misc/shared-mime-info-0.20
- exif? (
- >=media-libs/libexif-0.6.22
- media-libs/libjpeg-turbo:=
- )
- imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( media-libs/libjpeg-turbo:= )
- lcms? ( media-libs/lcms:2 )
- svg? ( >=gnome-base/librsvg-2.36.2:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2= )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
- !!media-gfx/mate-image-viewer
-"
-
-BDEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --enable-thumbnailer \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with exif libexif) \
- $(usex imagemagick \
- --without-gdk-pixbuf-thumbnailer \
- --with-gdk-pixbuf-thumbnailer \
- ) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-10-29 22:23 Mart Raudsepp
0 siblings, 0 replies; 53+ messages in thread
From: Mart Raudsepp @ 2023-10-29 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 3aa06c9462ce7b66aa6e560385c0a388b953c0ab
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 22:19:48 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 22:19:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa06c94
media-gfx/eom: Explicitly depend on libpeas SLOT=0
Another libpeas SLOT is coming.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-gfx/eom/{eom-1.26.1.ebuild => eom-1.26.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1-r1.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.26.1.ebuild
rename to media-gfx/eom/eom-1.26.1-r1.ebuild
index 2d8729c1a89c..688d923acc4f 100644
--- a/media-gfx/eom/eom-1.26.1.ebuild
+++ b/media-gfx/eom/eom-1.26.1-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.52:2
- >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libpeas-1.8.0:0[gtk]
>=dev-libs/libxml2-2:2
gnome-base/dconf
>=mate-base/mate-desktop-1.17.0
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-10-09 18:57 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2023-10-09 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 9acc538b06894178aa8a97c2fc3715bec103f0f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 18:56:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 18:56:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc538b
media-gfx/eom: Stabilize 1.26.1 amd64, #915437
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/eom-1.26.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild
index ba3e335ca8ac..2d8729c1a89c 100644
--- a/media-gfx/eom/eom-1.26.1.ebuild
+++ b/media-gfx/eom/eom-1.26.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-10-09 16:21 Arthur Zamarin
0 siblings, 0 replies; 53+ messages in thread
From: Arthur Zamarin @ 2023-10-09 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 91d538bd9c26306234ecf506ee1c05169bba0168
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 16:19:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 16:19:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d538bd
media-gfx/eom: Stabilize 1.26.1 x86, #915437
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/eom/eom-1.26.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild
index 4d5dfa9d6cd9..ba3e335ca8ac 100644
--- a/media-gfx/eom/eom-1.26.1.ebuild
+++ b/media-gfx/eom/eom-1.26.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-08-17 6:22 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2023-08-17 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 0dfc59cb8fc9913a923f32fd2c860b7912574d44
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Aug 12 06:41:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 06:22:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfc59cb
media-gfx/eom: replace deprecated dev-lib/atk dependency
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/eom-1.26.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild
index 566b7f85ad36..4d5dfa9d6cd9 100644
--- a/media-gfx/eom/eom-1.26.1.ebuild
+++ b/media-gfx/eom/eom-1.26.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
COMMON_DEPEND="
- dev-libs/atk
+ >=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.52:2
>=dev-libs/libpeas-1.8.0[gtk]
>=dev-libs/libxml2-2:2
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-08-17 6:22 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2023-08-17 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 1416da7b90c3be83e431a049dbb708ea36e19b94
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Aug 12 06:29:13 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 06:22:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1416da7b
media-gfx/eom: add 1.26.1
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.26.1.ebuild | 72 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 32215237d814..8e03da78f3a5 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.26.0.tar.xz 2493104 BLAKE2B 3a2e018e90514a5ee7c05bd981d1a129900ae2ba5b1c513da85e6ede2b2f5b253133c14766787a44f0e372da99b13922f3aaa6e2447e6d4d901a604689c03cd8 SHA512 efc5a1ce5c21ad74108c63827fa60f2cd8517888d8e155d7c9934f5490e61b2cf73bae3b42f8d6b69ce1d5c4658d0c74f2ab19e90f40173d55354276bbe5d824
+DIST eom-1.26.1.tar.xz 2512024 BLAKE2B 2aa50d144a4c703d61acee8e0078a8a7ce7e41ffc8e79a0064057b78119e81cc85da0481ee55064702981683e0b34a93dd7a9fce2a6c03fa7fa65e6653d9796d SHA512 263eb6a843577f3ba399fa27b6a9087246053dffd963090933f6bb11b762e1049fdc7b0fd52a6987f40fb57be76d68f6964413a0c12437fb00b8766dc17b7648
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild
new file mode 100644
index 000000000000..e3cb70e2bfc6
--- /dev/null
+++ b/media-gfx/eom/eom-1.26.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.22
+ media-libs/libjpeg-turbo:=
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( media-libs/libjpeg-turbo:= )
+ lcms? ( media-libs/lcms:2 )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2= )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+ !!media-gfx/mate-image-viewer
+"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2023-08-17 6:22 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2023-08-17 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 86eab0ca1e8fcc52d178309b171daa1e51dbd2ba
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat Aug 12 06:38:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 06:22:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eab0ca
media-gfx/eom: remove non existing blocker
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/eom-1.26.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.1.ebuild b/media-gfx/eom/eom-1.26.1.ebuild
index e3cb70e2bfc6..566b7f85ad36 100644
--- a/media-gfx/eom/eom-1.26.1.ebuild
+++ b/media-gfx/eom/eom-1.26.1.ebuild
@@ -42,7 +42,6 @@ COMMON_DEPEND="
RDEPEND="${COMMON_DEPEND}
virtual/libintl
- !!media-gfx/mate-image-viewer
"
BDEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2022-12-21 10:00 Andreas Sturmlechner
0 siblings, 0 replies; 53+ messages in thread
From: Andreas Sturmlechner @ 2022-12-21 10:00 UTC (permalink / raw
To: gentoo-commits
commit: d5e3398b0cc7bc2ce7a40bc055f8d24ef0e1db4c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:23:26 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:59:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e3398b
media-gfx/eom: drop 1.24.2-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.24.2-r1.ebuild | 74 --------------------------------------
2 files changed, 75 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 90ff7e5297da..32215237d814 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
-DIST eom-1.24.2.tar.xz 2428972 BLAKE2B 871cb98c4a308dbc4821e67bae41522dbebae446e64777d764d30ded2f0637bae33cb9090e813fd7e43206ba1a436f7795684c4c5e850a242e9db96804b08e81 SHA512 38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951
DIST eom-1.26.0.tar.xz 2493104 BLAKE2B 3a2e018e90514a5ee7c05bd981d1a129900ae2ba5b1c513da85e6ede2b2f5b253133c14766787a44f0e372da99b13922f3aaa6e2447e6d4d901a604689c03cd8 SHA512 efc5a1ce5c21ad74108c63827fa60f2cd8517888d8e155d7c9934f5490e61b2cf73bae3b42f8d6b69ce1d5c4658d0c74f2ab19e90f40173d55354276bbe5d824
diff --git a/media-gfx/eom/eom-1.24.2-r1.ebuild b/media-gfx/eom/eom-1.24.2-r1.ebuild
deleted file mode 100644
index a962248d6942..000000000000
--- a/media-gfx/eom/eom-1.24.2-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=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif imagemagick +introspection jpeg lcms svg tiff xmp"
-
-COMMON_DEPEND="
- dev-libs/atk
- >=dev-libs/glib-2.52:2
- >=dev-libs/libpeas-1.8.0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libX11
- >=x11-misc/shared-mime-info-0.20
- exif? (
- >=media-libs/libexif-0.6.14
- media-libs/libjpeg-turbo:=
- )
- imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( media-libs/libjpeg-turbo:= )
- lcms? ( media-libs/lcms:2 )
- svg? ( >=gnome-base/librsvg-2.36.2:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2= )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
- !!media-gfx/mate-image-viewer
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" )
-
-src_configure() {
- mate_src_configure \
- --enable-thumbnailer \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with exif libexif) \
- $(usex imagemagick \
- --without-gdk-pixbuf-thumbnailer \
- --with-gdk-pixbuf-thumbnailer \
- ) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2022-12-16 20:39 Arthur Zamarin
0 siblings, 0 replies; 53+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 5f57bdb8f0bf74d423d3a3449c314e27bd407b7c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:38:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:39:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f57bdb8
media-gfx/eom: Stabilize 1.26.0-r1 x86, #884079
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/eom/eom-1.26.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.26.0-r1.ebuild b/media-gfx/eom/eom-1.26.0-r1.ebuild
index 8ff16d7af3aa..6fa8009c9ab0 100644
--- a/media-gfx/eom/eom-1.26.0-r1.ebuild
+++ b/media-gfx/eom/eom-1.26.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2022-10-29 20:29 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2022-10-29 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 437a0b2dcf4bdca46f205b4e9c8028e157ca3301
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:27:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 20:28:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437a0b2d
media-gfx/eom: subscribe to exempi subslot
New version breaks ABI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/{eom-1.24.2.ebuild => eom-1.24.2-r1.ebuild} | 6 +++---
media-gfx/eom/{eom-1.26.0.ebuild => eom-1.26.0-r1.ebuild} | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-gfx/eom/eom-1.24.2.ebuild b/media-gfx/eom/eom-1.24.2-r1.ebuild
similarity index 93%
rename from media-gfx/eom/eom-1.24.2.ebuild
rename to media-gfx/eom/eom-1.24.2-r1.ebuild
index 05a62a6637f9..a962248d6942 100644
--- a/media-gfx/eom/eom-1.24.2.ebuild
+++ b/media-gfx/eom/eom-1.24.2-r1.ebuild
@@ -30,14 +30,14 @@ COMMON_DEPEND="
>=x11-misc/shared-mime-info-0.20
exif? (
>=media-libs/libexif-0.6.14
- virtual/jpeg:0
+ media-libs/libjpeg-turbo:=
)
imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( virtual/jpeg:0 )
+ jpeg? ( media-libs/libjpeg-turbo:= )
lcms? ( media-libs/lcms:2 )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2= )
"
RDEPEND="${COMMON_DEPEND}
diff --git a/media-gfx/eom/eom-1.26.0.ebuild b/media-gfx/eom/eom-1.26.0-r1.ebuild
similarity index 93%
rename from media-gfx/eom/eom-1.26.0.ebuild
rename to media-gfx/eom/eom-1.26.0-r1.ebuild
index 5fae0d44825d..ea35e9e5a2fc 100644
--- a/media-gfx/eom/eom-1.26.0.ebuild
+++ b/media-gfx/eom/eom-1.26.0-r1.ebuild
@@ -30,14 +30,14 @@ COMMON_DEPEND="
>=x11-misc/shared-mime-info-0.20
exif? (
>=media-libs/libexif-0.6.22
- virtual/jpeg:0
+ media-libs/libjpeg-turbo:=
)
imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( virtual/jpeg:0 )
+ jpeg? ( media-libs/libjpeg-turbo:= )
lcms? ( media-libs/lcms:2 )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2= )
"
RDEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2022-10-24 13:52 Sam James
0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2022-10-24 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 00f8755b38c1335210b9d9f2d522e4769505e707
Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue Oct 18 09:02:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 13:50:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f8755b
media-gfx/eom: add 1.26.0
Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.26.0.ebuild | 72 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index aca54e0eef09..90ff7e5297da 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.24.2.tar.xz 2428972 BLAKE2B 871cb98c4a308dbc4821e67bae41522dbebae446e64777d764d30ded2f0637bae33cb9090e813fd7e43206ba1a436f7795684c4c5e850a242e9db96804b08e81 SHA512 38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951
+DIST eom-1.26.0.tar.xz 2493104 BLAKE2B 3a2e018e90514a5ee7c05bd981d1a129900ae2ba5b1c513da85e6ede2b2f5b253133c14766787a44f0e372da99b13922f3aaa6e2447e6d4d901a604689c03cd8 SHA512 efc5a1ce5c21ad74108c63827fa60f2cd8517888d8e155d7c9934f5490e61b2cf73bae3b42f8d6b69ce1d5c4658d0c74f2ab19e90f40173d55354276bbe5d824
diff --git a/media-gfx/eom/eom-1.26.0.ebuild b/media-gfx/eom/eom-1.26.0.ebuild
new file mode 100644
index 000000000000..5fae0d44825d
--- /dev/null
+++ b/media-gfx/eom/eom-1.26.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection nls jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.22
+ virtual/jpeg:0
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ 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-1.99.5:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+ !!media-gfx/mate-image-viewer
+"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2022-01-09 15:48 Andreas Sturmlechner
0 siblings, 0 replies; 53+ messages in thread
From: Andreas Sturmlechner @ 2022-01-09 15:48 UTC (permalink / raw
To: gentoo-commits
commit: cdbcba42cec7befec9fe4681d356d18cdc729f94
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 9 15:10:44 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 15:48:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbcba42
media-gfx/eom: Drop 1.24.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.24.1.ebuild | 74 -----------------------------------------
2 files changed, 75 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 77f780c6e151..aca54e0eef09 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
-DIST eom-1.24.1.tar.xz 2408284 BLAKE2B 70d660896dff42d5a91ea651697b50d4c90ced92023d5df48dfbed374c3777676f1f2dc99a0cb071a4eaa13353f31b11346136b963cf723397632cceafa64301 SHA512 70654b99f474d1b214cbbf8e799f82f3c38f47938df34cb5c8227c116b412364c568ae989b96d7082fb0d2fa319b3dba9b8dd499d19140a4d421bd09a46bffc0
DIST eom-1.24.2.tar.xz 2428972 BLAKE2B 871cb98c4a308dbc4821e67bae41522dbebae446e64777d764d30ded2f0637bae33cb9090e813fd7e43206ba1a436f7795684c4c5e850a242e9db96804b08e81 SHA512 38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951
diff --git a/media-gfx/eom/eom-1.24.1.ebuild b/media-gfx/eom/eom-1.24.1.ebuild
deleted file mode 100644
index 2b3913815ccf..000000000000
--- a/media-gfx/eom/eom-1.24.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif imagemagick +introspection jpeg lcms svg tiff xmp"
-
-COMMON_DEPEND="
- dev-libs/atk
- >=dev-libs/glib-2.52:2
- >=dev-libs/libpeas-1.8.0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libX11
- >=x11-misc/shared-mime-info-0.20
- exif? (
- >=media-libs/libexif-0.6.14
- virtual/jpeg:0
- )
- imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
- 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-1.99.5:2 )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
- !!media-gfx/mate-image-viewer
-"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" )
-
-src_configure() {
- mate_src_configure \
- --enable-thumbnailer \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with exif libexif) \
- $(usex imagemagick \
- --without-gdk-pixbuf-thumbnailer \
- --with-gdk-pixbuf-thumbnailer \
- ) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2021-12-10 20:10 Jakov Smolić
0 siblings, 0 replies; 53+ messages in thread
From: Jakov Smolić @ 2021-12-10 20:10 UTC (permalink / raw
To: gentoo-commits
commit: 6c75f9f487d7ec91ba9321a2aa315a4118dc19f2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 20:09:44 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 20:10:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c75f9f4
media-gfx/eom: Stabilize 1.24.2 x86, #827891
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-gfx/eom/eom-1.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.24.2.ebuild b/media-gfx/eom/eom-1.24.2.ebuild
index 301a8bb6dd9a..5d7659c7581f 100644
--- a/media-gfx/eom/eom-1.24.2.ebuild
+++ b/media-gfx/eom/eom-1.24.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2021-12-10 11:35 Jakov Smolić
0 siblings, 0 replies; 53+ messages in thread
From: Jakov Smolić @ 2021-12-10 11:35 UTC (permalink / raw
To: gentoo-commits
commit: c1edb9efbfc506f24d23153fdf07b15ef712aa2b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 11:34:50 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 11:34:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1edb9ef
media-gfx/eom: Stabilize 1.24.2 amd64, #827891
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-gfx/eom/eom-1.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.24.2.ebuild b/media-gfx/eom/eom-1.24.2.ebuild
index 5a08348e2126..301a8bb6dd9a 100644
--- a/media-gfx/eom/eom-1.24.2.ebuild
+++ b/media-gfx/eom/eom-1.24.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2021-06-30 22:43 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2021-06-30 22:43 UTC (permalink / raw
To: gentoo-commits
commit: bfdada09a3eef6e784d8dd193df964edd84e631b
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 15:17:37 2021 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 22:41:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdada09
media-gfx/eom: Bump to 1.24.2
Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.24.2.ebuild | 74 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 4c916c82510..77f780c6e15 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.24.1.tar.xz 2408284 BLAKE2B 70d660896dff42d5a91ea651697b50d4c90ced92023d5df48dfbed374c3777676f1f2dc99a0cb071a4eaa13353f31b11346136b963cf723397632cceafa64301 SHA512 70654b99f474d1b214cbbf8e799f82f3c38f47938df34cb5c8227c116b412364c568ae989b96d7082fb0d2fa319b3dba9b8dd499d19140a4d421bd09a46bffc0
+DIST eom-1.24.2.tar.xz 2428972 BLAKE2B 871cb98c4a308dbc4821e67bae41522dbebae446e64777d764d30ded2f0637bae33cb9090e813fd7e43206ba1a436f7795684c4c5e850a242e9db96804b08e81 SHA512 38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951
diff --git a/media-gfx/eom/eom-1.24.2.ebuild b/media-gfx/eom/eom-1.24.2.ebuild
new file mode 100644
index 00000000000..dc911dbc38d
--- /dev/null
+++ b/media-gfx/eom/eom-1.24.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.14
+ virtual/jpeg:0
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ 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-1.99.5:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+ !!media-gfx/mate-image-viewer
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" )
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-09-25 20:32 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2020-09-25 20:32 UTC (permalink / raw
To: gentoo-commits
commit: 51b62e92a0398c7fea821d04fe7fd0ae6f098d01
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 20:46:22 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 20:32:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b62e92
media-gfx/eom: Bump to 1.24.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.24.1.ebuild | 74 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 0409a0cc1ad..556d685fc2e 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.24.0.tar.xz 2433420 BLAKE2B 58f99ba3cf0df3594c459af691cc6ab281657facb49bc3b6101bec1718b165b72b882aabd9abac3c4981b547157aa64d2f24f174fccae06cdaa685728e49740c SHA512 17d26a9341cde0a86f8d8b65008f554398111d80f5d131441654bd9e907df9c9d696038e678aca8d7f4bd2923ff593f626735a3cc30451118818cdbebceb87ab
+DIST eom-1.24.1.tar.xz 2408284 BLAKE2B 70d660896dff42d5a91ea651697b50d4c90ced92023d5df48dfbed374c3777676f1f2dc99a0cb071a4eaa13353f31b11346136b963cf723397632cceafa64301 SHA512 70654b99f474d1b214cbbf8e799f82f3c38f47938df34cb5c8227c116b412364c568ae989b96d7082fb0d2fa319b3dba9b8dd499d19140a4d421bd09a46bffc0
diff --git a/media-gfx/eom/eom-1.24.1.ebuild b/media-gfx/eom/eom-1.24.1.ebuild
new file mode 100644
index 00000000000..c7ad21aa5f6
--- /dev/null
+++ b/media-gfx/eom/eom-1.24.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.52:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ exif? (
+ >=media-libs/libexif-0.6.14
+ virtual/jpeg:0
+ )
+ imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+ 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-1.99.5:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+ virtual/libintl
+ !!media-gfx/mate-image-viewer
+"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" )
+
+src_configure() {
+ mate_src_configure \
+ --enable-thumbnailer \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(usex imagemagick \
+ --without-gdk-pixbuf-thumbnailer \
+ --with-gdk-pixbuf-thumbnailer \
+ ) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-08-08 20:42 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2020-08-08 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 8d7509df40806ac267b7a287e4d719ebc18dc3d9
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 20:41:28 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 20:41:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7509df
media-gfx/eom: Fix typo
Closes: https://bugs.gentoo.org/736376
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/{eom-1.24.0-r1.ebuild => eom-1.24.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.24.0-r1.ebuild b/media-gfx/eom/eom-1.24.0-r2.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.24.0-r1.ebuild
rename to media-gfx/eom/eom-1.24.0-r2.ebuild
index 457fdf14e10..0eaa2620b20 100644
--- a/media-gfx/eom/eom-1.24.0-r1.ebuild
+++ b/media-gfx/eom/eom-1.24.0-r2.ebuild
@@ -65,7 +65,7 @@ src_configure() {
$(use_with exif libexif) \
$(usex imagemagick \
--without-gdk-pixbuf-thumbnailer \
- --with-gdk-pixbuf-thumbnail \
+ --with-gdk-pixbuf-thumbnailer \
) \
$(use_with jpeg libjpeg) \
$(use_with lcms cms) \
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-08-07 3:18 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2020-08-07 3:18 UTC (permalink / raw
To: gentoo-commits
commit: 99daf9fecbe036299ac9eb31c9e9b654d93ea3f9
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 16:03:19 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 03:17:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99daf9fe
media-gfx/eom: Stabilize 1.24.0-r1 for amd64, x86
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/eom-1.24.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.24.0-r1.ebuild b/media-gfx/eom/eom-1.24.0-r1.ebuild
index b5693d8c3b2..457fdf14e10 100644
--- a/media-gfx/eom/eom-1.24.0-r1.ebuild
+++ b/media-gfx/eom/eom-1.24.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-05-08 12:01 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2020-05-08 12:01 UTC (permalink / raw
To: gentoo-commits
commit: f7c6a3d81ae40c6e74d515a3ab13944be6a5e921
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 12:00:25 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 8 12:00:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c6a3d8
media-gfx/eom: Drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.22.1.ebuild | 62 -----------------------------------------
2 files changed, 63 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 6fcaa9ba8a6..8c610514ba2 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,3 +1,2 @@
-DIST eom-1.22.1.tar.xz 2142132 BLAKE2B c68f6d6ee4284de7dea3f3d9761f4b67a2edc0a169b3c3ac04ac6efd13e9f1044cf0be023e36891672b31ff73815d7ce765d8db656bbeb69f324e0ee412eb231 SHA512 f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
DIST eom-1.22.2.tar.xz 2158376 BLAKE2B 88d8b635af5b37f1ee4a36c08eb6f4a50cada86f605ab5927b031458f7f36191fa76457263ce38a9f8a02b7ba59308655b5df7039a73083192bf89c15fbee32f SHA512 1045c6bb98056ad707b0acf509c12e0400c21238482bf801abc6b69252f2ffe9687f7fda8b7e09c6338bc80794b104cbb42c1ea89ff1f169c45fdc1fcbdbeabe
DIST eom-1.24.0.tar.xz 2433420 BLAKE2B 58f99ba3cf0df3594c459af691cc6ab281657facb49bc3b6101bec1718b165b72b882aabd9abac3c4981b547157aa64d2f24f174fccae06cdaa685728e49740c SHA512 17d26a9341cde0a86f8d8b65008f554398111d80f5d131441654bd9e907df9c9d696038e678aca8d7f4bd2923ff593f626735a3cc30451118818cdbebceb87ab
diff --git a/media-gfx/eom/eom-1.22.1.ebuild b/media-gfx/eom/eom-1.22.1.ebuild
deleted file mode 100644
index 9732879b846..00000000000
--- a/media-gfx/eom/eom-1.22.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
-
-RDEPEND="
- dev-libs/atk
- >=dev-libs/glib-2.50:2
- >=dev-libs/libpeas-1.8.0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib
- x11-libs/cairo
- >=x11-libs/gdk-pixbuf-2.30:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libX11
- >=x11-misc/shared-mime-info-0.20
- virtual/libintl
- exif? (
- >=media-libs/libexif-0.6.14
- virtual/jpeg:0
- )
- 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-1.99.5:2 )
- !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- mate_src_configure \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with exif libexif) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-05-08 5:35 Joonas Niilola
0 siblings, 0 replies; 53+ messages in thread
From: Joonas Niilola @ 2020-05-08 5:35 UTC (permalink / raw
To: gentoo-commits
commit: e551a66921a73e1fa22e30eada127fba693b8e86
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 05:34:22 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 8 05:35:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e551a669
media-gfx/eom: fix manifest
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/eom/Manifest | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 6d59d3492ce..6fcaa9ba8a6 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,4 +1,3 @@
-DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698 SHA512 1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
DIST eom-1.22.1.tar.xz 2142132 BLAKE2B c68f6d6ee4284de7dea3f3d9761f4b67a2edc0a169b3c3ac04ac6efd13e9f1044cf0be023e36891672b31ff73815d7ce765d8db656bbeb69f324e0ee412eb231 SHA512 f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
DIST eom-1.22.2.tar.xz 2158376 BLAKE2B 88d8b635af5b37f1ee4a36c08eb6f4a50cada86f605ab5927b031458f7f36191fa76457263ce38a9f8a02b7ba59308655b5df7039a73083192bf89c15fbee32f SHA512 1045c6bb98056ad707b0acf509c12e0400c21238482bf801abc6b69252f2ffe9687f7fda8b7e09c6338bc80794b104cbb42c1ea89ff1f169c45fdc1fcbdbeabe
DIST eom-1.24.0.tar.xz 2433420 BLAKE2B 58f99ba3cf0df3594c459af691cc6ab281657facb49bc3b6101bec1718b165b72b882aabd9abac3c4981b547157aa64d2f24f174fccae06cdaa685728e49740c SHA512 17d26a9341cde0a86f8d8b65008f554398111d80f5d131441654bd9e907df9c9d696038e678aca8d7f4bd2923ff593f626735a3cc30451118818cdbebceb87ab
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2020-05-08 4:45 Adam Feldman
0 siblings, 0 replies; 53+ messages in thread
From: Adam Feldman @ 2020-05-08 4:45 UTC (permalink / raw
To: gentoo-commits
commit: 360c5f3286f1bd9b5f557d6b54607d4e4180bcd1
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 04:11:12 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 8 04:44:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360c5f32
media-gfx/eom: Stabilize 1.22.2 for amd64,x86
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
media-gfx/eom/eom-1.22.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.22.2.ebuild b/media-gfx/eom/eom-1.22.2.ebuild
index cd0a1d6937c..42ba95e06f2 100644
--- a/media-gfx/eom/eom-1.22.2.ebuild
+++ b/media-gfx/eom/eom-1.22.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-05-12 21:04 Göktürk Yüksek
0 siblings, 0 replies; 53+ messages in thread
From: Göktürk Yüksek @ 2019-05-12 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 19688a6de7768c8866e63c083445e86dce01eafd
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 20:20:23 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun May 12 21:02:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19688a6d
media-gfx/eom: bump to 1.22.1
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.22.1.ebuild | 62 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index f2377114ffc..c2003475f18 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698 SHA512 1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
+DIST eom-1.22.1.tar.xz 2142132 BLAKE2B c68f6d6ee4284de7dea3f3d9761f4b67a2edc0a169b3c3ac04ac6efd13e9f1044cf0be023e36891672b31ff73815d7ce765d8db656bbeb69f324e0ee412eb231 SHA512 f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
diff --git a/media-gfx/eom/eom-1.22.1.ebuild b/media-gfx/eom/eom-1.22.1.ebuild
new file mode 100644
index 00000000000..e6779fb6b7d
--- /dev/null
+++ b/media-gfx/eom/eom-1.22.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
+
+RDEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.30:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ virtual/libintl
+ exif? (
+ >=media-libs/libexif-0.6.14
+ virtual/jpeg:0
+ )
+ 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-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ dev-util/glib-utils
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ mate_src_configure \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-04-14 21:24 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2019-04-14 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 16c0c82271d4fc69e71930a73a4abcb17339851c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 21:19:52 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 21:24:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c0c822
media-gfx/eom: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.18.3.ebuild | 65 -----------------------------------------
2 files changed, 66 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index d41f965c22b..f2377114ffc 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
-DIST eom-1.18.3.tar.xz 2198324 BLAKE2B efdee3c56fec54342184ae75f7ecb3ebda0227ab0586b2cfcd8c1b793e1b9ae2fdea79202c8b3e0bcb45d9cd5c0eaf6ad51d59b5508126d9160806bf4b7c8239 SHA512 64244d5f8c354c53e479027f38c359e38c1dba3cc937440e1af6e4a05f54fc4a65327311998575b90055b5e65bd0dc24dae81e40e0f82b99b3e41c44685d5188
DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698 SHA512 1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
diff --git a/media-gfx/eom/eom-1.18.3.ebuild b/media-gfx/eom/eom-1.18.3.ebuild
deleted file mode 100644
index 8b4d2d8201b..00000000000
--- a/media-gfx/eom/eom-1.18.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp"
-
-COMMON_DEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.36:2
- >=dev-libs/libpeas-1.2.0[gtk]
- >=dev-libs/libxml2-2:2
- gnome-base/dconf:0
- >=mate-base/mate-desktop-1.17.0
- sys-libs/zlib:0
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
- >=x11-libs/gtk+-3.14:3[introspection?]
- x11-libs/libX11:0
- >=x11-misc/shared-mime-info-0.20:0
- virtual/libintl:0
- dbus? ( >=dev-libs/dbus-glib-0.71:0 )
- exif? (
- >=media-libs/libexif-0.6.14:0
- virtual/jpeg:0
- )
- 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-1.99.5:2 )
- !!media-gfx/mate-image-viewer"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools:0
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- >=dev-util/intltool-0.50.1:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-src_configure() {
- mate_src_configure \
- $(use_enable debug) \
- $(use_enable introspection) \
- $(use_with X x) \
- $(use_with dbus) \
- $(use_with exif libexif) \
- $(use_with jpeg libjpeg) \
- $(use_with lcms cms) \
- $(use_with svg librsvg) \
- $(use_with xmp)
-}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-04-14 16:24 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2019-04-14 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 00a68fe6531e32f938bbbf0c63c68f207da8bbf1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 16:22:27 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 16:24:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a68fe6
media-gfx/eom: x86 stable wrt bug #682168
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
media-gfx/eom/eom-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
index 1475e2703a3..c0f71f634ca 100644
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-04-14 15:27 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2019-04-14 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 3cb76296c2320c62ddb89cb294010a1404bba861
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:25:34 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:26:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb76296
media-gfx/eom: amd64 stable wrt bug #682168
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
media-gfx/eom/eom-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
index e6779fb6b7d..1475e2703a3 100644
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-04-07 10:50 Andreas Sturmlechner
0 siblings, 0 replies; 53+ messages in thread
From: Andreas Sturmlechner @ 2019-04-07 10:50 UTC (permalink / raw
To: gentoo-commits
commit: e6b4be08756e1e951cee499be163b78d6e76fc43
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 10:35:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 10:49:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b4be08
media-gfx/eom: Add missing dev-util/glib-utils
Non-maintainer fix.
Closes: https://bugs.gentoo.org/668572
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/eom/eom-1.22.0.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
index b0edd30076c..7327f18731c 100644
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp"
-COMMON_DEPEND="
+RDEPEND="
dev-libs/atk
>=dev-libs/glib-2.50:2
>=dev-libs/libpeas-1.8.0[gtk]
@@ -41,15 +41,14 @@ COMMON_DEPEND="
xmp? ( >=media-libs/exempi-1.99.5:2 )
!!media-gfx/mate-image-viewer"
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
app-text/yelp-tools
+ dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.50.1
- sys-devel/gettext:*
- virtual/pkgconfig:*"
+ sys-devel/gettext
+ virtual/pkgconfig"
src_configure() {
mate_src_configure \
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-04-07 10:50 Andreas Sturmlechner
0 siblings, 0 replies; 53+ messages in thread
From: Andreas Sturmlechner @ 2019-04-07 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 5c781eba2b071b7d06162ddb3f11619cd00cff93
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 10:38:17 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 10:49:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c781eba
media-gfx/eom: Drop USE dbus
Non-maintainer fix.
Closes: https://bugs.gentoo.org/682430
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/eom/eom-1.22.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
index 7327f18731c..e6779fb6b7d 100644
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="The MATE image viewer"
LICENSE="GPL-2"
SLOT="0"
-IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp"
+IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
RDEPEND="
dev-libs/atk
@@ -29,7 +29,6 @@ RDEPEND="
x11-libs/libX11
>=x11-misc/shared-mime-info-0.20
virtual/libintl
- dbus? ( >=dev-libs/dbus-glib-0.71 )
exif? (
>=media-libs/libexif-0.6.14
virtual/jpeg:0
@@ -55,7 +54,6 @@ src_configure() {
$(use_enable debug) \
$(use_enable introspection) \
$(use_with X x) \
- $(use_with dbus) \
$(use_with exif libexif) \
$(use_with jpeg libjpeg) \
$(use_with lcms cms) \
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-03-17 11:11 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2019-03-17 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 8c843baf3be4b1da3678ad9ee1dbd47795d39f3d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 23:34:38 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 11:11:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c843baf
media-gfx/eom: make repoman happy
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-gfx/eom/eom-1.22.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
index f359afaef31..b0edd30076c 100644
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -32,10 +32,10 @@ COMMON_DEPEND="
dbus? ( >=dev-libs/dbus-glib-0.71 )
exif? (
>=media-libs/libexif-0.6.14
- virtual/jpeg
+ virtual/jpeg:0
)
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
- jpeg? ( virtual/jpeg )
+ jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
xmp? ( >=media-libs/exempi-1.99.5:2 )
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2019-03-17 11:11 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2019-03-17 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 4f37fe3ab482677603cb31da6f76ce629fb083aa
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 23:32:40 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 11:11:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f37fe3a
media-gfx/eom: Version bump (v1.22.0)
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.22.0.ebuild | 65 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index eb794c9c54b..d41f965c22b 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.18.3.tar.xz 2198324 BLAKE2B efdee3c56fec54342184ae75f7ecb3ebda0227ab0586b2cfcd8c1b793e1b9ae2fdea79202c8b3e0bcb45d9cd5c0eaf6ad51d59b5508126d9160806bf4b7c8239 SHA512 64244d5f8c354c53e479027f38c359e38c1dba3cc937440e1af6e4a05f54fc4a65327311998575b90055b5e65bd0dc24dae81e40e0f82b99b3e41c44685d5188
+DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698 SHA512 1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
new file mode 100644
index 00000000000..f359afaef31
--- /dev/null
+++ b/media-gfx/eom/eom-1.22.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=dev-libs/glib-2.50:2
+ >=dev-libs/libpeas-1.8.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib
+ x11-libs/cairo
+ >=x11-libs/gdk-pixbuf-2.30:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.22:3[introspection?]
+ x11-libs/libX11
+ >=x11-misc/shared-mime-info-0.20
+ virtual/libintl
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
+ exif? (
+ >=media-libs/libexif-0.6.14
+ virtual/jpeg
+ )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( virtual/jpeg )
+ lcms? ( media-libs/lcms:2 )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+src_configure() {
+ mate_src_configure \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with dbus) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2018-09-10 16:19 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2018-09-10 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 51b9e34169016fab3e3508418d6081d042254167
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 15:51:23 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 16:18:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b9e341
media-gfx/eom: amd64 stable wrt bug #625838
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-gfx/eom/eom-1.18.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.18.3.ebuild b/media-gfx/eom/eom-1.18.3.ebuild
index ad4436a42bc..8b4d2d8201b 100644
--- a/media-gfx/eom/eom-1.18.3.ebuild
+++ b/media-gfx/eom/eom-1.18.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2018-09-09 23:53 Thomas Deutschmann
0 siblings, 0 replies; 53+ messages in thread
From: Thomas Deutschmann @ 2018-09-09 23:53 UTC (permalink / raw
To: gentoo-commits
commit: b8b147ec8caaac47b2a8cda7093ba17ef3443680
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 23:41:40 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 23:53:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b147ec
media-gfx/eom: x86 stable (bug #625838)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-gfx/eom/eom-1.18.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/eom/eom-1.18.3.ebuild b/media-gfx/eom/eom-1.18.3.ebuild
index ed91e1376aa..ad4436a42bc 100644
--- a/media-gfx/eom/eom-1.18.3.ebuild
+++ b/media-gfx/eom/eom-1.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2018-02-11 15:03 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2018-02-11 15:03 UTC (permalink / raw
To: gentoo-commits
commit: afebba565b658b079ad0ce875e8d855b83025731
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 17:09:01 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 15:00:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afebba56
media-gfx/eom: Bump to version 1.18.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-gfx/eom/Manifest | 2 +-
media-gfx/eom/{eom-1.18.2.ebuild => eom-1.18.3.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 6fcd9133c36..f93abab2a46 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,4 +1,4 @@
DIST eom-1.12.2.tar.xz 2213260 BLAKE2B f05264c5b0a5185d1bda8a27e140910e8a1bcf23104a20ff9af78052b9b0a513da50e797ac90da7973dab7d868d10f72098c3ac13f22d369b4c2561a981def69 SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4
DIST eom-1.14.2.tar.xz 2254180 BLAKE2B 4ee974fa38fb10ae6984bf32bdbe428e6eefd6b9871fb7bc93df809659d3faaff76ef8afe9c0581bb8f34da64a2b58fdbf4a12d520524fde6c94e6387d3e4e06 SHA512 87d7c5e62249d598474324f24bac1f5f3388bb11517fc54531792fc0291ef42199f3339e492dfc1a1caafed575cf3b21e36ea91f15d0a03b8e912a3d16e5f3b7
DIST eom-1.16.1.tar.xz 2215676 BLAKE2B 78ac0049c36008ae56fe4d59b908728b49925a1e678ad6b61dcc4dcf450633bc56279bc04d9f64c2631f9a78c957a0f51ab385cdb770b48d3c5dad6ab38f2e01 SHA512 6154f8423eb825fea3cba975e15ac46bd9c46c139966c02365c1fe5d0a0144c4a4bffc80801eddd41506ae0ef86909ca8acb1591f39260aedb6cbb0db9335b4f
-DIST eom-1.18.2.tar.xz 2196228 BLAKE2B 6689a3b3b0954b7f29f12bd951adfe2d2a89de8c964e3c8b9a7b2754ccea6dc6e8bbadaa332a8c6014e529a3e31c22463052a1db79cc63345080cee4e994e387 SHA512 d0d8aaa7837564fafd949da26e477e675a6cbecf6efd799ea0f29ba23800d4df36147f83bf059dcf38f9c4a9601e8501ec78065e02125fb18261011e1c3ac12c
+DIST eom-1.18.3.tar.xz 2198324 BLAKE2B efdee3c56fec54342184ae75f7ecb3ebda0227ab0586b2cfcd8c1b793e1b9ae2fdea79202c8b3e0bcb45d9cd5c0eaf6ad51d59b5508126d9160806bf4b7c8239 SHA512 64244d5f8c354c53e479027f38c359e38c1dba3cc937440e1af6e4a05f54fc4a65327311998575b90055b5e65bd0dc24dae81e40e0f82b99b3e41c44685d5188
diff --git a/media-gfx/eom/eom-1.18.2.ebuild b/media-gfx/eom/eom-1.18.3.ebuild
similarity index 100%
rename from media-gfx/eom/eom-1.18.2.ebuild
rename to media-gfx/eom/eom-1.18.3.ebuild
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2018-01-14 17:18 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2018-01-14 17:18 UTC (permalink / raw
To: gentoo-commits
commit: 0c5274d2f823c12d373ee41350915e065d01f522
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:46:17 2018 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:17:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5274d2
media-gfx/eom: Bump version to 1.16.1
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-gfx/eom/Manifest | 2 +-
media-gfx/eom/{eom-1.16.0.ebuild => eom-1.16.1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 28d12429405..6fcd9133c36 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,4 +1,4 @@
DIST eom-1.12.2.tar.xz 2213260 BLAKE2B f05264c5b0a5185d1bda8a27e140910e8a1bcf23104a20ff9af78052b9b0a513da50e797ac90da7973dab7d868d10f72098c3ac13f22d369b4c2561a981def69 SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4
DIST eom-1.14.2.tar.xz 2254180 BLAKE2B 4ee974fa38fb10ae6984bf32bdbe428e6eefd6b9871fb7bc93df809659d3faaff76ef8afe9c0581bb8f34da64a2b58fdbf4a12d520524fde6c94e6387d3e4e06 SHA512 87d7c5e62249d598474324f24bac1f5f3388bb11517fc54531792fc0291ef42199f3339e492dfc1a1caafed575cf3b21e36ea91f15d0a03b8e912a3d16e5f3b7
-DIST eom-1.16.0.tar.xz 2214612 BLAKE2B d95b478262b16e67e6d4a431a68bee782c2f11bb3ae18c935aef249a72e1078a7daf960938f82a2bf4da21db7a4eea9e4486c74bb67e48926f062876d72cce0c SHA512 ed1dfb8bfd8af6e74def133c38bcbaef81adbbc98df428479cf8a4037379f1cea0df2033eeb4ea28e5cba2c5996b0c248012be34e5450b2cfda575f2f79a5f36
+DIST eom-1.16.1.tar.xz 2215676 BLAKE2B 78ac0049c36008ae56fe4d59b908728b49925a1e678ad6b61dcc4dcf450633bc56279bc04d9f64c2631f9a78c957a0f51ab385cdb770b48d3c5dad6ab38f2e01 SHA512 6154f8423eb825fea3cba975e15ac46bd9c46c139966c02365c1fe5d0a0144c4a4bffc80801eddd41506ae0ef86909ca8acb1591f39260aedb6cbb0db9335b4f
DIST eom-1.18.2.tar.xz 2196228 BLAKE2B 6689a3b3b0954b7f29f12bd951adfe2d2a89de8c964e3c8b9a7b2754ccea6dc6e8bbadaa332a8c6014e529a3e31c22463052a1db79cc63345080cee4e994e387 SHA512 d0d8aaa7837564fafd949da26e477e675a6cbecf6efd799ea0f29ba23800d4df36147f83bf059dcf38f9c4a9601e8501ec78065e02125fb18261011e1c3ac12c
diff --git a/media-gfx/eom/eom-1.16.0.ebuild b/media-gfx/eom/eom-1.16.1.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.16.0.ebuild
rename to media-gfx/eom/eom-1.16.1.ebuild
index 293481bdcc7..1bf8859a097 100644
--- a/media-gfx/eom/eom-1.16.0.ebuild
+++ b/media-gfx/eom/eom-1.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2017-12-21 21:16 Patrice Clement
0 siblings, 0 replies; 53+ messages in thread
From: Patrice Clement @ 2017-12-21 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 95c2a4506d308d6188075cb8650af2934fde8b82
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 16:44:51 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 21:15:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c2a450
media-gfx/eom: added ~arm64 keyword.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
media-gfx/eom/eom-1.18.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.18.2.ebuild b/media-gfx/eom/eom-1.18.2.ebuild
index 42937726582..ed91e1376aa 100644
--- a/media-gfx/eom/eom-1.18.2.ebuild
+++ b/media-gfx/eom/eom-1.18.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit mate
if [[ ${PV} != 9999 ]]; then
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="The MATE image viewer"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2017-09-27 3:23 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2017-09-27 3:23 UTC (permalink / raw
To: gentoo-commits
commit: f067ffeffd9accbb7045a75f0d7cce2d1fb9faac
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 03:15:20 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 03:22:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f067ffef
media-gfx/eom: Fix inconsistent metadata.xml spacing
Package-Manager: Portage-2.3.10, Repoman-2.3.3
media-gfx/eom/metadata.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-gfx/eom/metadata.xml b/media-gfx/eom/metadata.xml
index 1309b016808..90e9ee97331 100644
--- a/media-gfx/eom/metadata.xml
+++ b/media-gfx/eom/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>mate@gentoo.org</email>
- <name>Gentoo MATE Desktop</name>
- </maintainer>
+ <maintainer type="project">
+ <email>mate@gentoo.org</email>
+ <name>Gentoo MATE Desktop</name>
+ </maintainer>
<use>
<flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
</use>
- <upstream>
- <remote-id type="github">mate-desktop/eom</remote-id>
- </upstream>
+ <upstream>
+ <remote-id type="github">mate-desktop/eom</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2017-06-04 15:18 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2017-06-04 15:18 UTC (permalink / raw
To: gentoo-commits
commit: aa88527afb6b9e7994a8262445c2e3560c7af697
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 14:04:52 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 15:16:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa88527a
media-gfx/eom: Version bump to 1.18.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.18.2.ebuild | 65 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index f10e1bbb5ba..4fdd8e5052d 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,3 +1,4 @@
DIST eom-1.12.2.tar.xz 2213260 SHA256 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4 WHIRLPOOL ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
DIST eom-1.14.2.tar.xz 2254180 SHA256 ffdd2a229e6a1c3a133b3d4e981b820e9573983e4195cc66b98300ed6113fda2 SHA512 87d7c5e62249d598474324f24bac1f5f3388bb11517fc54531792fc0291ef42199f3339e492dfc1a1caafed575cf3b21e36ea91f15d0a03b8e912a3d16e5f3b7 WHIRLPOOL 8a337a80c0f9e1def14bf57d7e46675fd223ddff80d4843c908e9e5fbc33c07f1c319498c912f10ba12b620127565b4f20411cb3aeaca7ec95b2f5a6247e4301
DIST eom-1.16.0.tar.xz 2214612 SHA256 974356c10bf96b974b777614d5d6f88f982a6c9ab3735d9397b4a33a6812c4fe SHA512 ed1dfb8bfd8af6e74def133c38bcbaef81adbbc98df428479cf8a4037379f1cea0df2033eeb4ea28e5cba2c5996b0c248012be34e5450b2cfda575f2f79a5f36 WHIRLPOOL f4341940cb66a2096cfa561cd7616d0ac8d281acec35496178fdffa6c538a86968ea8b62afba4cb533010d21cd019e4d863db75929d9b3dad82c5fcf54e1194d
+DIST eom-1.18.2.tar.xz 2196228 SHA256 0755a43f48fe1a09b826cdd6ed239631f5e4f9163ccb481362534d8fcf3bda02 SHA512 d0d8aaa7837564fafd949da26e477e675a6cbecf6efd799ea0f29ba23800d4df36147f83bf059dcf38f9c4a9601e8501ec78065e02125fb18261011e1c3ac12c WHIRLPOOL 57db81a9e27f71f8e844fc53451eca51be0ddba5bddbaa6745c31be7d982f70f7a1ef418590da93aaec00de392fcaef4d4fab2e16782dc8acf670edaff9c26f3
diff --git a/media-gfx/eom/eom-1.18.2.ebuild b/media-gfx/eom/eom-1.18.2.ebuild
new file mode 100644
index 00000000000..42937726582
--- /dev/null
+++ b/media-gfx/eom/eom-1.18.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+ dev-libs/atk:0
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libpeas-1.2.0[gtk]
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf:0
+ >=mate-base/mate-desktop-1.17.0
+ sys-libs/zlib:0
+ x11-libs/cairo:0
+ >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
+ >=x11-libs/gtk+-3.14:3[introspection?]
+ x11-libs/libX11:0
+ >=x11-misc/shared-mime-info-0.20:0
+ virtual/libintl:0
+ dbus? ( >=dev-libs/dbus-glib-0.71:0 )
+ exif? (
+ >=media-libs/libexif-0.6.14:0
+ virtual/jpeg:0
+ )
+ 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-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools:0
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1:*
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+src_configure() {
+ mate_src_configure \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_with X x) \
+ $(use_with dbus) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-12-08 15:31 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2016-12-08 15:31 UTC (permalink / raw
To: gentoo-commits
commit: 8ff873e471833a3b9fde79b56bce342115f786b6
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 17:27:02 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 15:30:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff873e4
media-gfx/eom: version bump to 1.16.0
Package-Manager: portage-2.3.1
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.16.0.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 017ace1..f10e1bb 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1,3 @@
DIST eom-1.12.2.tar.xz 2213260 SHA256 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4 WHIRLPOOL ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
DIST eom-1.14.2.tar.xz 2254180 SHA256 ffdd2a229e6a1c3a133b3d4e981b820e9573983e4195cc66b98300ed6113fda2 SHA512 87d7c5e62249d598474324f24bac1f5f3388bb11517fc54531792fc0291ef42199f3339e492dfc1a1caafed575cf3b21e36ea91f15d0a03b8e912a3d16e5f3b7 WHIRLPOOL 8a337a80c0f9e1def14bf57d7e46675fd223ddff80d4843c908e9e5fbc33c07f1c319498c912f10ba12b620127565b4f20411cb3aeaca7ec95b2f5a6247e4301
+DIST eom-1.16.0.tar.xz 2214612 SHA256 974356c10bf96b974b777614d5d6f88f982a6c9ab3735d9397b4a33a6812c4fe SHA512 ed1dfb8bfd8af6e74def133c38bcbaef81adbbc98df428479cf8a4037379f1cea0df2033eeb4ea28e5cba2c5996b0c248012be34e5450b2cfda575f2f79a5f36 WHIRLPOOL f4341940cb66a2096cfa561cd7616d0ac8d281acec35496178fdffa6c538a86968ea8b62afba4cb533010d21cd019e4d863db75929d9b3dad82c5fcf54e1194d
diff --git a/media-gfx/eom/eom-1.16.0.ebuild b/media-gfx/eom/eom-1.16.0.ebuild
new file mode 100644
index 00000000..12739c6
--- /dev/null
+++ b/media-gfx/eom/eom-1.16.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif gtk3 +introspection jpeg lcms python svg tiff xmp"
+
+REQUIRED_USE="
+ gtk3? ( !python )
+ python? ( ${PYTHON_REQUIRED_USE} )
+ "
+
+COMMON_DEPEND="
+ dev-libs/atk:0
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf:0
+ >=mate-base/mate-desktop-1.9.1[gtk3(-)=]
+ sys-libs/zlib:0
+ x11-libs/cairo:0
+ >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
+ x11-libs/libX11:0
+ >=x11-misc/shared-mime-info-0.20:0
+ virtual/libintl:0
+ dbus? ( >=dev-libs/dbus-glib-0.71:0 )
+ exif? (
+ >=media-libs/libexif-0.6.14:0
+ virtual/jpeg:0
+ )
+ !gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
+ gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( virtual/jpeg:0 )
+ lcms? ( media-libs/lcms:2 )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
+ )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools:0
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1:*
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ mate_src_configure \
+ --with-gtk=$(usex gtk3 3.0 2.0) \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_enable python) \
+ $(use_with X x) \
+ $(use_with dbus) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-11-21 11:02 Ettore Di Giacinto
0 siblings, 0 replies; 53+ messages in thread
From: Ettore Di Giacinto @ 2016-11-21 11:02 UTC (permalink / raw
To: gentoo-commits
commit: bd12294b1c52fc2181fc8b6d8ddc1910354fc6c3
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Tue Sep 20 18:08:59 2016 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd12294b
media-gfx/eom: Bump to 1.14.2
Package-Manager: portage-2.2.28
media-gfx/eom/Manifest | 2 +-
media-gfx/eom/{eom-1.14.1.ebuild => eom-1.14.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index f2f7100..8503209 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,3 +1,3 @@
DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
DIST eom-1.12.2.tar.xz 2213260 SHA256 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4 WHIRLPOOL ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
-DIST eom-1.14.1.tar.xz 2232412 SHA256 8c79ff62c73603175f51c34255edbc4c4e28d03a77a0fd17a308c1ae985a7c3f SHA512 9d7e828eb24aa849e404c058b651e3f4f5bc6688990212a7082657c6421dc3b88d1da4590a4bd12a5bb76a2f7391d8ba9af24e7684fce6cb0ccb9848dd685f53 WHIRLPOOL c6d69de23470dda35527888ef8571760e15340eda4226a853378b24f0973501e0ffc67abe914e6059245908ef2df4bc9f0aebe3d39f0aca19a3d9a6271b2bda0
+DIST eom-1.14.2.tar.xz 2254180 SHA256 ffdd2a229e6a1c3a133b3d4e981b820e9573983e4195cc66b98300ed6113fda2 SHA512 87d7c5e62249d598474324f24bac1f5f3388bb11517fc54531792fc0291ef42199f3339e492dfc1a1caafed575cf3b21e36ea91f15d0a03b8e912a3d16e5f3b7 WHIRLPOOL 8a337a80c0f9e1def14bf57d7e46675fd223ddff80d4843c908e9e5fbc33c07f1c319498c912f10ba12b620127565b4f20411cb3aeaca7ec95b2f5a6247e4301
diff --git a/media-gfx/eom/eom-1.14.1.ebuild b/media-gfx/eom/eom-1.14.2.ebuild
similarity index 100%
rename from media-gfx/eom/eom-1.14.1.ebuild
rename to media-gfx/eom/eom-1.14.2.ebuild
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-08-12 5:13 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2016-08-12 5:13 UTC (permalink / raw
To: gentoo-commits
commit: 27a9c862e6fc42c99b114542421b5896043167cd
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 04:04:14 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 05:12:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a9c862
media-gfx/eom: 1.12.x vbump, add gtk3 support, import from project repo
Package-Manager: portage-2.3.0
media-gfx/eom/Manifest | 1 +
media-gfx/eom/eom-1.12.2-r2.ebuild | 82 ++++++++++++++++++++++++++++++++++++++
media-gfx/eom/metadata.xml | 3 ++
3 files changed, 86 insertions(+)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index bdc0126..4f064fb 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
+DIST eom-1.12.2.tar.xz 2213260 SHA256 38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4 WHIRLPOOL ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
diff --git a/media-gfx/eom/eom-1.12.2-r2.ebuild b/media-gfx/eom/eom-1.12.2-r2.ebuild
new file mode 100644
index 0000000..af12c2f
--- /dev/null
+++ b/media-gfx/eom/eom-1.12.2-r2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif gtk3 +introspection jpeg lcms python svg tiff xmp"
+
+REQUIRED_USE="
+ gtk3? ( !python )
+ python? ( ${PYTHON_REQUIRED_USE} )
+ "
+
+RDEPEND="
+ dev-libs/atk:0
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libxml2-2:2
+ gnome-base/dconf:0
+ >=mate-base/mate-desktop-1.9.1[gtk3(-)=]
+ sys-libs/zlib:0
+ x11-libs/cairo:0
+ >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
+ x11-libs/libX11:0
+ >=x11-misc/shared-mime-info-0.20:0
+ virtual/libintl:0
+ dbus? ( >=dev-libs/dbus-glib-0.71:0 )
+ exif? (
+ >=media-libs/libexif-0.6.14:0
+ virtual/jpeg:0
+ )
+ !gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
+ gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+ introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+ jpeg? ( virtual/jpeg:0 )
+ lcms? ( media-libs/lcms:2 )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
+ >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
+ )
+ svg? ( >=gnome-base/librsvg-2.36.2:2 )
+ xmp? ( >=media-libs/exempi-1.99.5:2 )
+ !!media-gfx/mate-image-viewer"
+
+DEPEND="${RDEPEND}
+ app-text/yelp-tools:0
+ dev-util/gtk-doc
+ dev-util/gtk-doc-am
+ >=dev-util/intltool-0.50.1:*
+ sys-devel/gettext:*
+ virtual/pkgconfig:*"
+
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+ mate_src_configure \
+ --with-gtk=$(usex gtk3 3.0 2.0) \
+ $(use_enable debug) \
+ $(use_enable introspection) \
+ $(use_enable python) \
+ $(use_with X x) \
+ $(use_with dbus) \
+ $(use_with exif libexif) \
+ $(use_with jpeg libjpeg) \
+ $(use_with lcms cms) \
+ $(use_with svg librsvg) \
+ $(use_with xmp)
+}
diff --git a/media-gfx/eom/metadata.xml b/media-gfx/eom/metadata.xml
index 519571d..1309b01 100644
--- a/media-gfx/eom/metadata.xml
+++ b/media-gfx/eom/metadata.xml
@@ -5,6 +5,9 @@
<email>mate@gentoo.org</email>
<name>Gentoo MATE Desktop</name>
</maintainer>
+ <use>
+ <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
+ </use>
<upstream>
<remote-id type="github">mate-desktop/eom</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-08-06 2:12 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2016-08-06 2:12 UTC (permalink / raw
To: gentoo-commits
commit: c40712673e0c59776730e1be7328c2a44628f5fc
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:07:36 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 02:12:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4071267
media-gfx/eom: Drop 1.8.x
Package-Manager: portage-2.2.26
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.8.1.ebuild | 77 ------------------------------------------
2 files changed, 78 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index fdb71aa..bdc0126 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1 @@
DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
-DIST eom-1.8.1.tar.xz 2192220 SHA256 d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 SHA512 e054286eebdc88390dd8855d6b43704d4bc5d0b7d69f0dc73108d26e75882ee13bfaec01a30dbc42cee14e10ca42eeb9a6f576fe8435055ba289fe2292f97837 WHIRLPOOL 10856132756b1ea7ab9be23547d94968fcce3183528cb0d656c9cd307108fe8623a70a7ee53c85db6ef74a333691ffcf1210f8c9885db4a31b63713d8924c0d9
diff --git a/media-gfx/eom/eom-1.8.1.ebuild b/media-gfx/eom/eom-1.8.1.ebuild
deleted file mode 100644
index b025831..0000000
--- a/media-gfx/eom/eom-1.8.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="The MATE image viewer"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="X dbus exif jpeg lcms python svg tiff xmp"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.25.9:2
- >=dev-libs/libxml2-2:2
- gnome-base/dconf:0
- >=mate-base/mate-desktop-1.8:0
- sys-libs/zlib:0
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.4:2[jpeg?,tiff?]
- >=x11-libs/gtk+-2.18:2
- x11-libs/libX11:0
- >=x11-misc/shared-mime-info-0.20:0
- >=x11-themes/mate-icon-theme-1.8:0
- virtual/libintl:0
- dbus? ( >=dev-libs/dbus-glib-0.71:0 )
- exif? (
- >=media-libs/libexif-0.6.14:0
- virtual/jpeg:0 )
- jpeg? ( virtual/jpeg:0 )
- lcms? ( media-libs/lcms:2 )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] )
- svg? ( >=gnome-base/librsvg-2.26:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2 )
- !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.40:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable python) \
- $(use_with jpeg libjpeg) \
- $(use_with exif libexif) \
- $(use_with dbus) \
- $(use_with lcms cms) \
- $(use_with xmp) \
- $(use_with svg librsvg) \
- $(use_with X x) \
- --without-cms
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-07-25 18:36 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2016-07-25 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 332c1602c30ec9746f9587309f522b1143beea6d
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:15:22 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:36:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332c1602
media-gfx/eom: amd64 x86 stable wrt bug #579644
Package-Manager: portage-2.2.28
media-gfx/eom/eom-1.10.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.10.5-r3.ebuild b/media-gfx/eom/eom-1.10.5-r3.ebuild
index 04027b6..3273a9e 100644
--- a/media-gfx/eom/eom-1.10.5-r3.ebuild
+++ b/media-gfx/eom/eom-1.10.5-r3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="X dbus exif +introspection jpeg lcms python svg tiff xmp"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-06-27 21:12 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2016-06-27 21:12 UTC (permalink / raw
To: gentoo-commits
commit: a910bfe08cacc275fedda6530b1063b2a87b2ca6
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 21:10:30 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 21:11:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a910bfe0
media-gfx/eom: reset XDG env vars, resolves #586756
Package-Manager: portage-2.2.28
media-gfx/eom/{eom-1.10.5-r2.ebuild => eom-1.10.5-r3.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-gfx/eom/eom-1.10.5-r2.ebuild b/media-gfx/eom/eom-1.10.5-r3.ebuild
similarity index 99%
rename from media-gfx/eom/eom-1.10.5-r2.ebuild
rename to media-gfx/eom/eom-1.10.5-r3.ebuild
index 8132f20..04027b6 100644
--- a/media-gfx/eom/eom-1.10.5-r2.ebuild
+++ b/media-gfx/eom/eom-1.10.5-r3.ebuild
@@ -65,6 +65,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/eom-1.10-fix-introspection.patch"
epatch "${FILESDIR}/eom-cve-2013-7447.patch"
+ gnome2_src_prepare
eautoreconf
}
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-05-30 19:18 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2016-05-30 19:18 UTC (permalink / raw
To: gentoo-commits
commit: c67a48bd64825addb0154043951d4931f3d0fb91
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 19:11:37 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 30 19:17:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67a48bd
media-gfx/eom: Add ~arm keyword wrt bug #508072
Package-Manager: portage-2.2.28
media-gfx/eom/eom-1.10.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.10.5-r2.ebuild b/media-gfx/eom/eom-1.10.5-r2.ebuild
index 67144a8..8132f20 100644
--- a/media-gfx/eom/eom-1.10.5-r2.ebuild
+++ b/media-gfx/eom/eom-1.10.5-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="X dbus exif +introspection jpeg lcms python svg tiff xmp"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-03-26 2:37 NP Hardass
0 siblings, 0 replies; 53+ messages in thread
From: NP Hardass @ 2016-03-26 2:37 UTC (permalink / raw
To: gentoo-commits
commit: fb44dfe815fb4deb01c84416cec589aaa48b2713
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:39:31 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:36:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb44dfe8
media-gfx/eom: Drop old
Package-Manager: portage-2.2.26
media-gfx/eom/Manifest | 1 -
media-gfx/eom/eom-1.8.0.ebuild | 77 ------------------------------------------
2 files changed, 78 deletions(-)
diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index dbd0f2b..fdb71aa 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,3 +1,2 @@
DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
-DIST eom-1.8.0.tar.xz 2190980 SHA256 ec8450bf2ebef13c2e376b1674f0f7402f87669a71eb9e2e4d1161a2784aaf9e SHA512 cc9d82ec164043653eae2f73a0b7896c0d09b2eb466a5c919b0e1df732dd18fff58fa978d01a9bbb2bb7b8427c11328affb3f4e6aeb18a77a18585f39a1f3f5a WHIRLPOOL 26c091d74a8a052a4ce1e0295e41d75bb14ed1d93024367f63214139624d61b74fdd74fc66ee02a472f7d7494cbcfa9aac4e1762f1057432f7afd5db1cf0e515
DIST eom-1.8.1.tar.xz 2192220 SHA256 d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 SHA512 e054286eebdc88390dd8855d6b43704d4bc5d0b7d69f0dc73108d26e75882ee13bfaec01a30dbc42cee14e10ca42eeb9a6f576fe8435055ba289fe2292f97837 WHIRLPOOL 10856132756b1ea7ab9be23547d94968fcce3183528cb0d656c9cd307108fe8623a70a7ee53c85db6ef74a333691ffcf1210f8c9885db4a31b63713d8924c0d9
diff --git a/media-gfx/eom/eom-1.8.0.ebuild b/media-gfx/eom/eom-1.8.0.ebuild
deleted file mode 100644
index b025831..0000000
--- a/media-gfx/eom/eom-1.8.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
-DESCRIPTION="The MATE image viewer"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="X dbus exif jpeg lcms python svg tiff xmp"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- dev-libs/atk:0
- >=dev-libs/glib-2.25.9:2
- >=dev-libs/libxml2-2:2
- gnome-base/dconf:0
- >=mate-base/mate-desktop-1.8:0
- sys-libs/zlib:0
- x11-libs/cairo:0
- >=x11-libs/gdk-pixbuf-2.4:2[jpeg?,tiff?]
- >=x11-libs/gtk+-2.18:2
- x11-libs/libX11:0
- >=x11-misc/shared-mime-info-0.20:0
- >=x11-themes/mate-icon-theme-1.8:0
- virtual/libintl:0
- dbus? ( >=dev-libs/dbus-glib-0.71:0 )
- exif? (
- >=media-libs/libexif-0.6.14:0
- virtual/jpeg:0 )
- jpeg? ( virtual/jpeg:0 )
- lcms? ( media-libs/lcms:2 )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] )
- svg? ( >=gnome-base/librsvg-2.26:2 )
- xmp? ( >=media-libs/exempi-1.99.5:2 )
- !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
- app-text/yelp-tools:0
- >=dev-util/intltool-0.40:*
- sys-devel/gettext:*
- virtual/pkgconfig:*"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable python) \
- $(use_with jpeg libjpeg) \
- $(use_with exif libexif) \
- $(use_with dbus) \
- $(use_with lcms cms) \
- $(use_with xmp) \
- $(use_with svg librsvg) \
- $(use_with X x) \
- --without-cms
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-03-15 17:53 Agostino Sarubbo
0 siblings, 0 replies; 53+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 17:53 UTC (permalink / raw
To: gentoo-commits
commit: d584163925dd2b9a99fe5ae8899e0a9f584c0f2e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 17:52:29 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 17:53:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5841639
media-gfx/eom: x86 stable wrt bug #573048
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-gfx/eom/eom-1.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.8.1.ebuild b/media-gfx/eom/eom-1.8.1.ebuild
index 3efe196..b025831 100644
--- a/media-gfx/eom/eom-1.8.1.ebuild
+++ b/media-gfx/eom/eom-1.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="X dbus exif jpeg lcms python svg tiff xmp"
^ permalink raw reply related [flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
@ 2016-03-06 8:09 Mikle Kolyada
0 siblings, 0 replies; 53+ messages in thread
From: Mikle Kolyada @ 2016-03-06 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 3c9d71e65d92a9c356958e789e9409c25fab9aba
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 08:03:24 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 08:03:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9d71e6
media-gfx/eom: amd64 stable wrt bug #573048
Package-Manager: portage-2.2.26
media-gfx/eom/eom-1.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/eom/eom-1.8.1.ebuild b/media-gfx/eom/eom-1.8.1.ebuild
index 9ca917f..3efe196 100644
--- a/media-gfx/eom/eom-1.8.1.ebuild
+++ b/media-gfx/eom/eom-1.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="X dbus exif jpeg lcms python svg tiff xmp"
^ permalink raw reply related [flat|nested] 53+ messages in thread
end of thread, other threads:[~2024-10-06 7:17 UTC | newest]
Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 11:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/ Ettore Di Giacinto
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 7:17 Sam James
2024-09-17 17:50 Andreas Sturmlechner
2024-09-01 20:35 Eli Schwartz
2024-09-01 6:41 Eli Schwartz
2024-06-18 8:06 Joonas Niilola
2023-12-21 11:55 Sam James
2023-10-29 22:23 Mart Raudsepp
2023-10-29 22:23 Mart Raudsepp
2023-10-09 18:57 Sam James
2023-10-09 16:21 Arthur Zamarin
2023-08-17 6:22 Sam James
2023-08-17 6:22 Sam James
2023-08-17 6:22 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-10-29 20:29 Sam James
2022-10-24 13:52 Sam James
2022-01-09 15:48 Andreas Sturmlechner
2021-12-10 20:10 Jakov Smolić
2021-12-10 11:35 Jakov Smolić
2021-06-30 22:43 Adam Feldman
2020-09-25 20:32 Adam Feldman
2020-08-08 20:42 Adam Feldman
2020-08-07 3:18 Adam Feldman
2020-05-08 12:01 Adam Feldman
2020-05-08 5:35 Joonas Niilola
2020-05-08 4:45 Adam Feldman
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2019-04-07 10:50 Andreas Sturmlechner
2019-04-07 10:50 Andreas Sturmlechner
2019-03-17 11:11 Mikle Kolyada
2019-03-17 11:11 Mikle Kolyada
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2018-01-14 17:18 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2017-09-27 3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-08-12 5:13 NP Hardass
2016-08-06 2:12 NP Hardass
2016-07-25 18:36 NP Hardass
2016-06-27 21:12 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-03-26 2:37 NP Hardass
2016-03-15 17:53 Agostino Sarubbo
2016-03-06 8:09 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox