From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/
Date: Mon, 15 Aug 2016 09:01:55 +0000 (UTC) [thread overview]
Message-ID: <1471251678.124e5013cb3f50e240a71aecb4d85653bc203511.pacho@gentoo> (raw)
commit: 124e5013cb3f50e240a71aecb4d85653bc203511
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 08:38:56 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 09:01:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124e5013
media-gfx/gnome-photos: Version bump
Package-Manager: portage-2.3.0
media-gfx/gnome-photos/Manifest | 1 +
media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild | 55 +++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 7149720..c6f3864 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,2 +1,3 @@
DIST gnome-photos-3.18.3.tar.xz 776220 SHA256 cb0b0573b2b473257a41024de7b99986a10a67af07cbdead5bf266291e9ed167 SHA512 e7e2f7251fb6a5dae0994cb45f363508481f2f30922a6ec966f1ad5767643ba0ff554ebf3d4108ca90ef63cf22a0cdb8b069b558f9547320e694bc872122aaf5 WHIRLPOOL 16f73b96b4cf0de391b990a64f28e8ddc26aca7b1545cad44ff0a17e32a64e7ff5d6c7d7dfa6afbca1eadbcec3f9397e7a561bc74776abffd6bfc2bf4e35b13d
DIST gnome-photos-3.20.2.tar.xz 927128 SHA256 ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46 SHA512 14022afa3480366f92579a233b04a3d094ceda3e65089351be62166ade6a92ec22cee62ae89d7e51543d48ca83fc9d76afb1ef21ce8b1c8c2d252098b717fb4d WHIRLPOOL e3b779e1cdbeb4bccae54e747e22639117d75db426eec843bd0a1d3e69ee9ba8ce34d6a6d0cf777d61a80fb2ccfac7b71222eb6d9c7f52245332c3bb348411dd
+DIST gnome-photos-3.20.3.tar.xz 927568 SHA256 d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996 SHA512 05994d30eb9c21e17fffb6b852d9be33f3aa6cc136d6ca4cbacb585b5a2bec8c04fbcd7d490c43b66d0cf52830b39faa41e84e4788ce4ec580e4439524ba2131 WHIRLPOOL c7f761d0d182e8048f51d8f041245132971f0ae39edf743819c4121df8cbd156d9741fb6dfa2aed028bf3b5478e7515a592e6e82a5092c2df671933bb371541b
diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
new file mode 100644
index 0000000..b326325
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 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.39.3: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
+ >=media-libs/grilo-0.3.0:0.3=
+ >=media-libs/libpng-1.6:0=
+ >=media-plugins/grilo-plugins-0.2.6:0.2[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}
+ dev-util/desktop-file-utils
+ >=dev-util/intltool-0.50.1
+ dev-util/itstool
+ virtual/pkgconfig
+ test? ( dev-util/dogtail )
+"
+# eautoreconf
+# app-text/yelp-tools
+
+pkg_setup() {
+ use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable test dogtail)
+}
+
+src_test() {
+ virtx emake check
+}
next reply other threads:[~2016-08-15 9:02 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-15 9:01 Pacho Ramos [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-27 17:57 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-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=1471251678.124e5013cb3f50e240a71aecb4d85653bc203511.pacho@gentoo \
--to=pacho@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