commit:     c9338dbd7effb03034e7f1c61e6efa1811d2e655
Author:     Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Tue Jan  3 16:54:44 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 22:37:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9338dbd

media-gfx/gnome-photos: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 media-gfx/gnome-photos/Manifest                   |  1 +
 media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild | 61 +++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 5a09726..a53dc9b 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -2,3 +2,4 @@ DIST gnome-photos-3.20.3.tar.xz 927568 SHA256 
d1dd8bd8178dd1d0120abd2ff3e959fb11
 DIST gnome-photos-3.20.4.tar.xz 929828 SHA256 
9ca30753b96368b01d7dca91c130be8ba688ac6d200ff21101992f9171b4ee34 SHA512 
179d9e011186dd99dfe9da056c1b5a8ea2adf024fbead90e222ae0f350b78d9b4b7b73a67a21df0c2319fdeb9491e6c0180107768e9ae5ee0fe599bd5e2075ad
 WHIRLPOOL 
e3d6e7afd950310c36d85668efdc38bed8f28ab10d761e17b27ca16500369ec1befd56bb4630b344e611945e8c11b1305b48b3f2173a1a63a15eabdc00fb0fba
 DIST gnome-photos-3.22.1.tar.xz 960780 SHA256 
51aa6204e8bf126015894e77aecae34b56e3cb51c6788b6e1229603746d25f4a SHA512 
8261ab5dc2e26cbaf378ad88a4411bd00d8f66a10b7c4c370380ed856cf88a369a09592fed02f87a9a6ff75cca2feecc8527a0507d4f710cbb6c8130742d8561
 WHIRLPOOL 
e2844f220df3e2179b75d45cc4766eadf1539c7326eb016be10821825289b0986dbf7e4d9ea54b2adcca1509861f49a403434c0df43e0b90eb37be1206798cee
 DIST gnome-photos-3.22.2.tar.xz 961500 SHA256 
09b00488ca8086f149e9bd673266934b7447cf57790963090a5f93adc30a9720 SHA512 
cf38c9b81d50c20cfc1f76d8d66d5c4520dfb909a1ebba183817664cb2f4d42d86573b5c537b73d87de752d570a0d043acc37bedff20da3349f68969e9bb2128
 WHIRLPOOL 
0085f8256b83532306d9814dcd0346013dc943da09cfa60c9bd0ec224795d02812692ba546992731c1702adef321d3b51d1e2ff59c3bca1c138c776be3a1b4e5
+DIST gnome-photos-3.22.3.tar.xz 961204 SHA256 
5b8cce0f7ff5cb2b863c6d89455b1498b46b71eaebdb8cc2ce1c0fba6e6d2152 SHA512 
184211213d8d2749d15cca71fdb1e3274631948f6d9d0a09d0ce940374091c491d094e0fadd7a6cba70b9a8a7c13162c01fc693160bebab17fc192e5a27c254e
 WHIRLPOOL 
b60932ca190be304ea70b631212fd47b9bb77570a33e5e216b872bb15ecf47fe8f7969ec78e4014bd10d61ab75fa54cd9a36b9f6effbae1b608e9560d3365d1e

diff --git a/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild
new file mode 100644
index 00000000..ba82a6c
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="Access, organize and share your photos on GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Photos";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=app-misc/tracker-1:=[miner-fs]
+       >=dev-libs/glib-2.44:2
+       gnome-base/gnome-desktop:3=
+       >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
+       media-libs/babl
+       >=media-libs/gegl-0.3.5:0.3[cairo,jpeg2k,raw]
+       media-libs/gexiv2
+       >=media-libs/grilo-0.3.0:0.3=
+       >=media-libs/libpng-1.6:0=
+       media-plugins/grilo-plugins:0.3[upnp-av]
+       >=net-libs/gnome-online-accounts-3.8:=
+       >=net-libs/libgfbgraph-0.2.1:0.2
+       >=x11-libs/cairo-1.14
+       x11-libs/gdk-pixbuf:2
+       >=x11-libs/gtk+-3.19.1:3
+"
+DEPEND="${RDEPEND}
+       app-text/yelp-tools
+       dev-util/desktop-file-utils
+       >=dev-util/intltool-0.50.1
+       virtual/pkgconfig
+       test? (
+               ${PYTHON_DEPS}
+               $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+python_check_deps() {
+       use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+       use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+       # XXX: how to deal with rdtscp support, x86intrin
+       gnome2_src_configure \
+               $(use_enable test dogtail)
+}
+
+src_test() {
+       virtx emake check
+}

Reply via email to