Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Tue, 11 Apr 2017 23:23:00
Message-Id: 1491952540.b5742e7db9dca3e009686d2dba9f24e79f31fe2e.leio@gentoo
1 commit: b5742e7db9dca3e009686d2dba9f24e79f31fe2e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 21:52:53 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 11 23:15:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5742e7d
7
8 media-gfx/eog-plugins: bump to 3.16.6 for translation updates, don't default enable flickr
9
10 flickr pulls in postr, which in its current latest version drags in pygtk:2 and co,
11 so lets not IUSE default to it for now; modern flickr upload support is in gnome-photos.
12
13 media-gfx/eog-plugins/Manifest | 1 +
14 media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 65 +++++++++++++++++++++++++
15 2 files changed, 66 insertions(+)
16
17 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
18 index 0b0c3febc63..6fa7be62224 100644
19 --- a/media-gfx/eog-plugins/Manifest
20 +++ b/media-gfx/eog-plugins/Manifest
21 @@ -1 +1,2 @@
22 DIST eog-plugins-3.16.5.tar.xz 397044 SHA256 9de42235cc7dabc4e4b228c1a27ead4ee386cf5a3cc75fdb7ea12355d408108a SHA512 08a92cec37155fe4875de542865d583d2a1eca497af4caf94d21b38c7672685c27fcff23f18c50261b5f8012824931a531e62a8eb77167d6b3a5e375c83dfc40 WHIRLPOOL eccccce1b00495da09747866842cddbea044ef5320e05693c076d122bfd22457c8ea8099b31b5087c5e8836e9133a2c00df07ab243298a6035934269ef78dbdc
23 +DIST eog-plugins-3.16.6.tar.xz 398836 SHA256 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b WHIRLPOOL 277016a9939e213f40c5612b1afbdf7119951eecd346bb5d70b4665d07a1aa7082add1b2fe51a6e3c3b71ea5dd7c2e55484ac2af3792fc7b1facdaadc78cea2a
24
25 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
26 new file mode 100644
27 index 00000000000..2247c807dd2
28 --- /dev/null
29 +++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
30 @@ -0,0 +1,65 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +PYTHON_COMPAT=( python{3_4,3_5} )
37 +
38 +inherit gnome2 python-r1
39 +
40 +DESCRIPTION="Eye of GNOME plugins"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +IUSE="+exif flickr map picasa +python"
48 +REQUIRED_USE="
49 + map? ( exif )
50 + python? ( ^^ ( $(python_gen_useflags '*') ) )
51 +"
52 +
53 +RDEPEND="
54 + >=dev-libs/glib-2.38:2
55 + >=dev-libs/libpeas-0.7.4:=
56 + >=media-gfx/eog-3.15.90
57 + >=x11-libs/gtk+-3.14:3
58 + exif? ( >=media-libs/libexif-0.6.16 )
59 + flickr? ( media-gfx/postr )
60 + map? (
61 + media-libs/libchamplain:0.12[gtk]
62 + >=media-libs/clutter-1.9.4:1.0
63 + >=media-libs/clutter-gtk-1.1.2:1.0 )
64 + picasa? ( >=dev-libs/libgdata-0.9.1:= )
65 + python? (
66 + ${PYTHON_DEPS}
67 + >=dev-libs/glib-2.32:2[dbus]
68 + dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
69 + dev-python/pygobject:3[${PYTHON_USEDEP}]
70 + gnome-base/gsettings-desktop-schemas
71 + media-gfx/eog[introspection]
72 + x11-libs/gtk+:3[introspection]
73 + x11-libs/pango[introspection] )
74 +"
75 +DEPEND="${RDEPEND}
76 + >=dev-util/intltool-0.50.1
77 + sys-devel/gettext
78 + virtual/pkgconfig
79 +"
80 +
81 +pkg_setup() {
82 + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
83 +}
84 +
85 +src_configure() {
86 + local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
87 + use exif && plugins="${plugins},exif-display"
88 + use flickr && plugins="${plugins},postr"
89 + use map && plugins="${plugins},map"
90 + use picasa && plugins="${plugins},postasa"
91 + use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
92 + gnome2_src_configure \
93 + $(use_enable python) \
94 + --with-plugins=${plugins}
95 +}