Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Sat, 28 May 2016 15:49:45
Message-Id: 1464450499.86122f7018f19890073e1307dfd3cb7a7eb60f75.pacho@gentoo
1 commit: 86122f7018f19890073e1307dfd3cb7a7eb60f75
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:36:58 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86122f70
7
8 media-gfx/eog-plugins: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 media-gfx/eog-plugins/Manifest | 1 +
13 media-gfx/eog-plugins/eog-plugins-3.16.4.ebuild | 65 +++++++++++++++++++++++++
14 2 files changed, 66 insertions(+)
15
16 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
17 index bb6bffb..d582cc4 100644
18 --- a/media-gfx/eog-plugins/Manifest
19 +++ b/media-gfx/eog-plugins/Manifest
20 @@ -1 +1,2 @@
21 DIST eog-plugins-3.16.3.tar.xz 370528 SHA256 2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2 SHA512 1ab8840147eadce718af9c8a7a5a9ddd99a30316ffbe31b57b24d8aa34e9908d83f95ed42e9ddc9368ebcc3eb8ea6e371232be8a015a771964178b02e7eb79b9 WHIRLPOOL efb351a9fbc9386bd527c4a0e9e9f3fb14274e1f129cd71bddb4e36132d5f4fbdf797d2bf962e442d6b2388c0ec219f52a9a588be99d0f124626e16633a54aa0
22 +DIST eog-plugins-3.16.4.tar.xz 394868 SHA256 4fcfe7df19cdf8e39f5fec599d7ff46bbd82842d49083274740fbbc51cf4d25e SHA512 bec368a2b23d2f0e270d1bebcfc52ec602a32fc1436478f115fe960dfbf73dafa4217589e1e49d2c299672f755a22aaae3a78a353bac698c9e9d88487c7d2d41 WHIRLPOOL 7f862dddcba84f4c50618e19424e4c140c3c83d26ed3c62667ff6f6beaf5ec2039add55448b4347121951bac3248dfad7e3d4ace3f1ea9417044cfb1ccbd05fe
23
24 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.4.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.4.ebuild
25 new file mode 100644
26 index 0000000..eba12f8
27 --- /dev/null
28 +++ b/media-gfx/eog-plugins/eog-plugins-3.16.4.ebuild
29 @@ -0,0 +1,65 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +PYTHON_COMPAT=( python{3_3,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 +RDEPEND="
53 + >=dev-libs/glib-2.38:2
54 + >=dev-libs/libpeas-0.7.4:=
55 + >=media-gfx/eog-3.15.90
56 + >=x11-libs/gtk+-3.14:3
57 + exif? ( >=media-libs/libexif-0.6.16 )
58 + flickr? ( media-gfx/postr )
59 + map? (
60 + media-libs/libchamplain:0.12[gtk]
61 + >=media-libs/clutter-1.9.4:1.0
62 + >=media-libs/clutter-gtk-1.1.2:1.0 )
63 + picasa? ( >=dev-libs/libgdata-0.9.1:= )
64 + python? (
65 + ${PYTHON_DEPS}
66 + >=dev-libs/glib-2.32:2[dbus]
67 + dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
68 + dev-python/pygobject:3[${PYTHON_USEDEP}]
69 + gnome-base/gsettings-desktop-schemas
70 + media-gfx/eog[introspection]
71 + x11-libs/gtk+:3[introspection]
72 + x11-libs/pango[introspection] )
73 +"
74 +DEPEND="${RDEPEND}
75 + >=dev-util/intltool-0.50.1
76 + sys-devel/gettext
77 + virtual/pkgconfig
78 +"
79 +
80 +pkg_setup() {
81 + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
82 +}
83 +
84 +src_configure() {
85 + local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
86 + use exif && plugins="${plugins},exif-display"
87 + use flickr && plugins="${plugins},postr"
88 + use map && plugins="${plugins},map"
89 + use picasa && plugins="${plugins},postasa"
90 + use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
91 + gnome2_src_configure \
92 + $(use_enable python) \
93 + --with-plugins=${plugins}
94 +}