public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Tue, 11 Apr 2017 23:22:54 +0000 (UTC)	[thread overview]
Message-ID: <1491952540.b5742e7db9dca3e009686d2dba9f24e79f31fe2e.leio@gentoo> (raw)

commit:     b5742e7db9dca3e009686d2dba9f24e79f31fe2e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 21:52:53 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 23:15:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5742e7d

media-gfx/eog-plugins: bump to 3.16.6 for translation updates, don't default enable flickr

flickr pulls in postr, which in its current latest version drags in pygtk:2 and co,
so lets not IUSE default to it for now; modern flickr upload support is in gnome-photos.

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

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index 0b0c3febc63..6fa7be62224 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1 +1,2 @@
 DIST eog-plugins-3.16.5.tar.xz 397044 SHA256 9de42235cc7dabc4e4b228c1a27ead4ee386cf5a3cc75fdb7ea12355d408108a SHA512 08a92cec37155fe4875de542865d583d2a1eca497af4caf94d21b38c7672685c27fcff23f18c50261b5f8012824931a531e62a8eb77167d6b3a5e375c83dfc40 WHIRLPOOL eccccce1b00495da09747866842cddbea044ef5320e05693c076d122bfd22457c8ea8099b31b5087c5e8836e9133a2c00df07ab243298a6035934269ef78dbdc
+DIST eog-plugins-3.16.6.tar.xz 398836 SHA256 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b WHIRLPOOL 277016a9939e213f40c5612b1afbdf7119951eecd346bb5d70b4665d07a1aa7082add1b2fe51a6e3c3b71ea5dd7c2e55484ac2af3792fc7b1facdaadc78cea2a

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


             reply	other threads:[~2017-04-11 23:23 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11 23:22 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  9:21 [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ Pacho Ramos
2024-06-16 10:16 Pacho Ramos
2024-06-16 10:16 Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-05-02 19:36 Arthur Zamarin
2023-05-02 18:52 Arthur Zamarin
2023-04-12 15:45 Matt Turner
2023-03-19  3:51 Matt Turner
2023-02-17  8:23 Arthur Zamarin
2023-01-08 17:56 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-10-30 23:21 Matt Turner
2022-04-24 20:46 Matt Turner
2022-03-24  2:29 Matt Turner
2022-03-08  9:35 Sam James
2022-01-09 19:42 Matt Turner
2021-10-17 21:07 Mart Raudsepp
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-04-16  2:16 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12  8:01 Mikle Kolyada
2021-01-05 18:30 Matt Turner
2020-08-30 18:09 Sam James
2020-08-02 21:27 Mart Raudsepp
2020-02-09 16:29 Michał Górny
2019-12-23 22:02 Mart Raudsepp
2019-12-04 20:17 Matt Turner
2019-09-15 11:43 Pacho Ramos
2019-05-18 22:08 Mart Raudsepp
2018-08-04 13:03 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-02-27 22:05 Pacho Ramos
2017-12-09 19:40 Pacho Ramos
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-04-17 16:49 David Seifert
2017-02-15 20:38 Mart Raudsepp
2016-10-16 16:10 Pacho Ramos
2016-10-16 16:10 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-03-06 20:12 Mikle Kolyada
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-04 10:28 Pacho Ramos
2015-10-04 10:28 Pacho Ramos
2015-08-23 16:10 Gilles Dartiguelongue
2015-08-23 14:56 Gilles Dartiguelongue
2015-08-23 14:56 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491952540.b5742e7db9dca3e009686d2dba9f24e79f31fe2e.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox