From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/
Date: Sun, 27 Aug 2017 17:57:15 +0000 (UTC) [thread overview]
Message-ID: <1503856612.c0ea77d174af239388dc3b84db0088446c8daeca.eva@gentoo> (raw)
commit: c0ea77d174af239388dc3b84db0088446c8daeca
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 16:51:51 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 17:56:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ea77d1
media-gfx/gnome-photos: version bump 3.24.2 → 3.24.3
Fix support for gegl >=0.3.16. Drop gnome-desktop and replace it with
calls to the thumbnailer service. Translation updates.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
media-gfx/gnome-photos/Manifest | 1 +
media-gfx/gnome-photos/gnome-photos-3.24.3.ebuild | 66 +++++++++++++++++++++++
2 files changed, 67 insertions(+)
diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 5f9c370c1f9..ac8e34bdf49 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,2 +1,3 @@
DIST gnome-photos-3.22.6.tar.xz 962468 SHA256 476a901e4ed3eb9759a5e379937ff91e985f2f796de8d76289580b8b2f7fd86e SHA512 4fb2a67b5acdbd63cf6f252d0116a4b759e0e6daae48d638ce96ec35f24deee44720c45cb0720a26b6a380e66bbde1619173de340375828bc2f4ef943606fe26 WHIRLPOOL 78557d62348844a6cba345f7a9f6eff8e584494e0f0fc95f6410ff0f4f05ef888e7f2bdefbf03904ff7e9fffcd1d81a7c3373ebd58ee182a91eddbcc129320e0
DIST gnome-photos-3.24.2.tar.xz 984372 SHA256 31ddc078ad2f6bc4bbfa2f71eb23377782750b9cb2ad2b0e6ff2a1971548cdf9 SHA512 6747d7f7b0fe8710f299a7cd72916a1abd2e6296d642f9d7bf027de731f0fa4e0f862cb6bcb5622bb2d69298b911433df2a31f37f1f7d02fd4e5582234fe0c9f WHIRLPOOL f8abd3026cbc28b32253e59a89468f44cd5d852394c3e0881e9d06af92776b386ebd97a80d31f54db19a18cfcb94af68cafa87c6a5edbae8f9e063e01a7ce412
+DIST gnome-photos-3.24.3.tar.xz 984796 SHA256 cd365629ce584d223c023676a88b6194012bbc561c4a4b1c8eca462425e76288 SHA512 254fc37cfdfcd1b2d854e1ddb5a71d28aab6da3caa6a8739dcbecdabc8a9cb449b2b4080319bb9b73d4b16464f7a7ab7060304fd1194f3bc8cacc67497567a2c WHIRLPOOL 1cd7bc12fb529fe3f5e168ccee3b1e2ad1f9d6f6d8ece6aad6b05fa49a51115c25d17f43f3532364f5ff0dfd46c8999fc40dec9815227abe94f889a476561e9d
diff --git a/media-gfx/gnome-photos/gnome-photos-3.24.3.ebuild b/media-gfx/gnome-photos/gnome-photos-3.24.3.ebuild
new file mode 100644
index 00000000000..72c739cc839
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.24.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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="flickr test upnp-av"
+
+COMMON_DEPEND="
+ >=app-misc/tracker-1:=[miner-fs]
+ >=dev-libs/glib-2.44:2
+ gnome-base/gsettings-desktop-schemas
+ >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
+ media-libs/babl
+ >=media-libs/gegl-0.3.14:0.3[cairo,jpeg2k,raw]
+ media-libs/gexiv2
+ >=media-libs/grilo-0.3.0:0.3=
+ >=media-libs/libpng-1.6:0=
+ >=net-libs/gnome-online-accounts-3.8:=
+ >=net-libs/libgfbgraph-0.2.1:0.2
+ sci-geosciences/geocode-glib
+ >=x11-libs/cairo-1.14
+ x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-3.22.15:3
+"
+# gnome-online-miners is also used for google, facebook, DLNA - not only flickr
+# but out of all the grilo-plugins, only upnp-av and flickr get used, which have USE flags here,
+# so don't pull it always, but only if either USE flag is enabled
+RDEPEND="${COMMON_DEPEND}
+ net-misc/gnome-online-miners[flickr?]
+ upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
+ flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
+"
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ dev-util/desktop-file-utils
+ >=dev-util/intltool-0.50.1
+ virtual/pkgconfig
+ test? ( $(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
+}
next reply other threads:[~2017-08-27 17:57 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-27 17:57 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-24 10:46 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ WANG Xuerui
2023-04-25 15:20 Matt Turner
2023-04-25 15:20 Matt Turner
2023-04-10 20:52 Matt Turner
2023-03-30 13:43 Matt Turner
2022-10-31 2:56 Matt Turner
2022-10-15 15:01 Sam James
2022-09-27 23:55 Matt Turner
2022-09-27 23:55 Matt Turner
2022-05-28 5:45 Sam James
2022-05-28 1:27 Sam James
2022-05-28 1:20 Sam James
2022-03-24 2:38 Matt Turner
2022-02-08 4:45 Sam James
2022-01-25 0:51 Sam James
2021-12-31 3:42 Yixun Lan
2021-10-02 21:00 Mart Raudsepp
2021-07-28 2:53 Georgy Yakovlev
2021-04-28 16:27 Matt Turner
2021-04-17 22:51 Matt Turner
2020-11-07 15:23 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-07-18 10:09 Mart Raudsepp
2020-04-25 20:17 Mart Raudsepp
2020-04-18 17:09 Mart Raudsepp
2020-03-29 17:08 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 17:50 Mart Raudsepp
2019-08-06 0:52 Aaron Bauman
2019-07-14 12:28 David Seifert
2019-07-14 10:30 David Seifert
2019-04-10 12:20 Mart Raudsepp
2019-04-09 21:09 Mikle Kolyada
2019-04-08 2:18 Thomas Deutschmann
2019-03-30 22:50 Mart Raudsepp
2019-03-16 21:54 Mart Raudsepp
2019-03-11 16:16 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-02-15 13:42 Mart Raudsepp
2019-01-16 3:32 Mart Raudsepp
2018-04-29 0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-14 21:33 Mart Raudsepp
2018-02-03 22:46 Mart Raudsepp
2018-01-27 0:41 Thomas Deutschmann
2018-01-18 2:44 Mikle Kolyada
2018-01-09 1:19 Mart Raudsepp
2017-12-19 7:38 Gilles Dartiguelongue
2017-08-12 23:15 Gilles Dartiguelongue
2017-05-20 4:59 Mart Raudsepp
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-05-11 9:02 Mart Raudsepp
2017-03-23 10:13 Mart Raudsepp
2017-03-23 10:01 Mart Raudsepp
2017-03-23 9:13 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-12 12:23 Gilles Dartiguelongue
2016-10-23 23:01 Gilles Dartiguelongue
2016-10-08 9:51 Pacho Ramos
2016-10-08 9:51 Pacho Ramos
2016-09-04 23:20 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-08-15 9:01 Pacho Ramos
2016-04-11 10:39 Agostino Sarubbo
2016-04-11 10:21 Agostino Sarubbo
2016-04-09 11:04 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-11 8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-11-09 10:22 Pacho Ramos
2015-11-07 10:42 Pacho Ramos
2015-11-07 10:42 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada
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=1503856612.c0ea77d174af239388dc3b84db0088446c8daeca.eva@gentoo \
--to=eva@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