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: Mon, 31 Oct 2016 09:51:17
Message-Id: 1477907464.7903041e10ee985e5bcc8ae1db35dfbe5655d7d9.pacho@gentoo
1 commit: 7903041e10ee985e5bcc8ae1db35dfbe5655d7d9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 09:50:41 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 09:51:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7903041e
7
8 media-gfx/shotwell: Version bump, gst-plugins-gdkpixbuf is used (#597968 by Fabio Bonfante).
9
10 Package-Manager: portage-2.3.2
11
12 media-gfx/shotwell/Manifest | 1 +
13 media-gfx/shotwell/shotwell-0.24.1.ebuild | 62 +++++++++++++++++++++++++++++++
14 2 files changed, 63 insertions(+)
15
16 diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
17 index 995f2b2..23f26a0 100644
18 --- a/media-gfx/shotwell/Manifest
19 +++ b/media-gfx/shotwell/Manifest
20 @@ -1,2 +1,3 @@
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 +DIST shotwell-0.24.1.tar.xz 5348976 SHA256 60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47 WHIRLPOOL 903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444
24
25 diff --git a/media-gfx/shotwell/shotwell-0.24.1.ebuild b/media-gfx/shotwell/shotwell-0.24.1.ebuild
26 new file mode 100644
27 index 00000000..16ac045
28 --- /dev/null
29 +++ b/media-gfx/shotwell/shotwell-0.24.1.ebuild
30 @@ -0,0 +1,62 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +VALA_MIN_API_VERSION="0.28"
38 +
39 +inherit gnome2 multilib toolchain-funcs vala versionator
40 +
41 +MY_PV=$(get_version_component_range 1-2)
42 +DESCRIPTION="Open source photo manager for GNOME"
43 +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"
44 +
45 +LICENSE="LGPL-2.1"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + app-text/gnome-doc-utils
52 + >=dev-db/sqlite-3.5.9:3
53 + >=dev-libs/glib-2.30.0:2
54 + >=dev-libs/json-glib-0.7.6
55 + >=dev-libs/libgee-0.8.5:0.8
56 + >=dev-libs/libxml2-2.6.32:2
57 + >=dev-util/desktop-file-utils-0.13
58 + gnome-base/dconf
59 + >=media-libs/gexiv2-0.4.90
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.26.0:2.4
69 + net-libs/webkit-gtk:4
70 + virtual/libgudev:=[introspection]
71 + >=x11-libs/gtk+-3.12.2:3[X]
72 +"
73 +DEPEND="${RDEPEND}
74 + $(vala_depend)
75 + dev-util/itstool
76 + >=sys-devel/gettext-0.19.7
77 + >=sys-devel/m4-1.4.13
78 +"
79 +
80 +# This probably comes from libraries that
81 +# shotwell-video-thumbnailer links to.
82 +# Nothing we can do at the moment. #435048
83 +QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
84 +
85 +src_prepare() {
86 + vala_src_prepare
87 + gnome2_src_prepare
88 +}
89 +
90 +src_configure() {
91 + gnome2_src_configure --disable-static
92 +}