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/shotwell/
Date: Sat, 08 Oct 2016 09:51:33
Message-Id: 1475920261.da3abb401fe23d5d5ce5451eda37ac36112c8683.pacho@gentoo
1 commit: da3abb401fe23d5d5ce5451eda37ac36112c8683
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 09:39:27 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 09:51:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3abb40
7
8 media-gfx/shotwell: Version bump
9
10 Package-Manager: portage-2.3.1
11
12 media-gfx/shotwell/Manifest | 1 +
13 media-gfx/shotwell/shotwell-0.24.0.ebuild | 61 +++++++++++++++++++++++++++++++
14 2 files changed, 62 insertions(+)
15
16 diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
17 index bc63ee1..995f2b2 100644
18 --- a/media-gfx/shotwell/Manifest
19 +++ b/media-gfx/shotwell/Manifest
20 @@ -1 +1,2 @@
21 DIST shotwell-0.23.7.tar.xz 5348360 SHA256 daa627aa69f17b1b9bef4ad5d4813c32e9a05f5b5aa2762b4f91d837ed14c7aa SHA512 b3d80d01ec5ac2f3245512926302e6b5e4e1d468e98d7567ec8788d35bdc9ecc839b43eca1a2fa2333deb047c760d165e2f2a9913951f0bcbbcd6404927374dc WHIRLPOOL 6ff8722f7d4007c37d6b7e1da388dd28853921f8e5740f3ac6dd4e70cdc7fe0eafdc889a4c8493948c4643f409847f34c6e915d0b79b4f9039298de8f671d4aa
22 +DIST shotwell-0.24.0.tar.xz 5344220 SHA256 95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32 WHIRLPOOL 79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae
23
24 diff --git a/media-gfx/shotwell/shotwell-0.24.0.ebuild b/media-gfx/shotwell/shotwell-0.24.0.ebuild
25 new file mode 100644
26 index 00000000..e178d0c
27 --- /dev/null
28 +++ b/media-gfx/shotwell/shotwell-0.24.0.ebuild
29 @@ -0,0 +1,61 @@
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 +VALA_MIN_API_VERSION="0.28"
37 +
38 +inherit gnome2 multilib toolchain-funcs vala versionator
39 +
40 +MY_PV=$(get_version_component_range 1-2)
41 +DESCRIPTION="Open source photo manager for GNOME"
42 +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"
43 +
44 +LICENSE="LGPL-2.1"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + app-text/gnome-doc-utils
51 + >=dev-db/sqlite-3.5.9:3
52 + >=dev-libs/glib-2.30.0:2
53 + >=dev-libs/json-glib-0.7.6
54 + >=dev-libs/libgee-0.8.5:0.8
55 + >=dev-libs/libxml2-2.6.32:2
56 + >=dev-util/desktop-file-utils-0.13
57 + gnome-base/dconf
58 + >=media-libs/gexiv2-0.4.90
59 + media-libs/gst-plugins-base:1.0
60 + media-libs/gst-plugins-good:1.0
61 + media-libs/gstreamer:1.0
62 + media-libs/lcms:2
63 + >=media-libs/libexif-0.6.16:=
64 + >=media-libs/libgphoto2-2.5:=
65 + >=media-libs/libraw-0.13.2:=
66 + >=net-libs/libsoup-2.26.0:2.4
67 + net-libs/webkit-gtk:4
68 + virtual/libgudev:=[introspection]
69 + >=x11-libs/gtk+-3.12.2:3[X]
70 +"
71 +DEPEND="${RDEPEND}
72 + $(vala_depend)
73 + dev-util/itstool
74 + >=sys-devel/gettext-0.19.7
75 + >=sys-devel/m4-1.4.13
76 +"
77 +
78 +# This probably comes from libraries that
79 +# shotwell-video-thumbnailer links to.
80 +# Nothing we can do at the moment. #435048
81 +QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
82 +
83 +src_prepare() {
84 + vala_src_prepare
85 + gnome2_src_prepare
86 +}
87 +
88 +src_configure() {
89 + gnome2_src_configure --disable-static
90 +}