Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Fri, 11 Aug 2017 11:21:53
Message-Id: 1502450500.0d49d5ca2a03279afaba00af30c7a5952597e343.nicolasbock@gentoo
1 commit: 0d49d5ca2a03279afaba00af30c7a5952597e343
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 11:21:24 2017 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 11:21:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d49d5ca
7
8 media-gfx/shotwell: Version bump to shotwell-0.26.3
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-gfx/shotwell/Manifest | 1 +
13 media-gfx/shotwell/shotwell-0.26.3.ebuild | 63 +++++++++++++++++++++++++++++++
14 2 files changed, 64 insertions(+)
15
16 diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
17 index 2c0bcd25261..1b960fd0418 100644
18 --- a/media-gfx/shotwell/Manifest
19 +++ b/media-gfx/shotwell/Manifest
20 @@ -3,4 +3,5 @@ DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 e69c96b3ee650aed8f83dfe099e01d85f83
21 DIST shotwell-0.26.0.tar.xz 5583732 SHA256 305df4d49971eb10f2a04b577ebbd9448202f13d51aa02608e433b8613df1024 SHA512 fd25bd24593360ae3d1f4cf5960d8ff2023f965e5d3bb70b80801a4c23103b570ae856e243c08e486b428c746b6f82bf3c3982a21689e72be7d2dfc3aec16ccf WHIRLPOOL df449129ee5d8b0a4ec5826b2a106e228fe3f9daca864038e02524b04d568d336b3c4acfa76ec57a510acaa5ccf839a3f0d2f2c35e5602e05a01690a8ce1fac5
22 DIST shotwell-0.26.1.tar.xz 5593092 SHA256 0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 SHA512 82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1 WHIRLPOOL 8cbf50548eec1bb7b53d6d2df75dacc3b464b7790a0bbcceed799c948e5e3f777ad6f7f547ae2ef74d42466c06db94368ebf8fa0125908cb57ca200c49456119
23 DIST shotwell-0.26.2.tar.xz 5575388 SHA256 4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b SHA512 a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813 WHIRLPOOL 1b8ba18aa63b033c00d55f1cdc2e95d8232f32c8d1e438cbba90b7e2e8cfb3fe454934686363d81cdda56beb19e1494f8ed69c7edc29398b54ff23216516225d
24 +DIST shotwell-0.26.3.tar.xz 5581204 SHA256 fb83e4b0b3d2fde62f3870e01294269fa099a94cfbcfcc614ab6b09387690ee5 SHA512 8d54ffec947b81517840f4f9d223edb6673e6ef66c6cc4333c2353b7c197c0630c10fbf7ae5d3ff5963322f19e5b7adfd6aac5e391262c6edb3b22a01de9a18f WHIRLPOOL d5f6a4ecba5417ce66bf30479e5db7810c7887f044769de7d28c2effcd5da8e093dd4d485c9e433c73451b829385e99b7bf9e48616935aea60263aef635eb332
25 DIST shotwell-0.27.0.tar.xz 5574988 SHA256 42851935652986f000d96b4c6ac4180c96942fd63e437dee3179b249c2b87c0f SHA512 e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb WHIRLPOOL bf188b53f841c65acc0d3589fce5ca39b1e6c0f7b867f88b7018104f211c5677f6f0906b037ab54aafdfc3bec87d29076f97ce3d286f50c852690862b8e919ea
26
27 diff --git a/media-gfx/shotwell/shotwell-0.26.3.ebuild b/media-gfx/shotwell/shotwell-0.26.3.ebuild
28 new file mode 100644
29 index 00000000000..0cafa2080fc
30 --- /dev/null
31 +++ b/media-gfx/shotwell/shotwell-0.26.3.ebuild
32 @@ -0,0 +1,63 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +GNOME2_LA_PUNT="yes"
38 +VALA_MIN_API_VERSION="0.28"
39 +
40 +inherit gnome2 multilib toolchain-funcs vala versionator
41 +
42 +MY_PV=$(get_version_component_range 1-2)
43 +DESCRIPTION="Open source photo manager for GNOME"
44 +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"
45 +
46 +LICENSE="LGPL-2.1"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
49 +IUSE=""
50 +
51 +RDEPEND="
52 + >=app-crypt/gcr-3[gtk]
53 + >=dev-db/sqlite-3.5.9:3
54 + >=dev-libs/glib-2.40.0:2
55 + >=dev-libs/json-glib-0.7.6
56 + >=dev-libs/libgee-0.8.5:0.8
57 + >=dev-libs/libxml2-2.6.32:2
58 + gnome-base/dconf
59 + >=media-libs/gexiv2-0.10.4
60 + media-libs/gst-plugins-base:1.0
61 + media-libs/gst-plugins-good:1.0
62 + media-libs/gstreamer:1.0
63 + media-libs/lcms:2
64 + >=media-libs/libexif-0.6.16:=
65 + >=media-libs/libgphoto2-2.5:=
66 + >=media-libs/libraw-0.13.2:=
67 + media-plugins/gst-plugins-gdkpixbuf:1.0
68 + >=net-libs/libsoup-2.42.0:2.4
69 + net-libs/webkit-gtk:4
70 + virtual/libgudev:=[introspection]
71 + >=x11-libs/gtk+-3.14.0:3[X]
72 + dev-libs/libgdata
73 +
74 +"
75 +DEPEND="${RDEPEND}
76 + $(vala_depend)
77 + dev-util/itstool
78 + >=sys-devel/gettext-0.19.7
79 + >=sys-devel/m4-1.4.13
80 + virtual/pkgconfig
81 +"
82 +
83 +# This probably comes from libraries that
84 +# shotwell-video-thumbnailer links to.
85 +# Nothing we can do at the moment. #435048
86 +QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
87 +
88 +src_prepare() {
89 + vala_src_prepare
90 + gnome2_src_prepare
91 +}
92 +
93 +src_configure() {
94 + gnome2_src_configure --disable-static
95 +}