Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Tue, 25 May 2021 18:52:02
Message-Id: 1621968710.e7fc9c1f26d2b39a3cd612f4451fbb4201174465.mattst88@gentoo
1 commit: e7fc9c1f26d2b39a3cd612f4451fbb4201174465
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:45:39 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 18:51:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fc9c1f
7
8 media-gfx/shotwell: Version bump to 0.30.12
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-gfx/shotwell/Manifest | 1 +
13 media-gfx/shotwell/shotwell-0.30.12.ebuild | 82 ++++++++++++++++++++++++++++++
14 2 files changed, 83 insertions(+)
15
16 diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
17 index 1925eb89c71..f76b78b73a7 100644
18 --- a/media-gfx/shotwell/Manifest
19 +++ b/media-gfx/shotwell/Manifest
20 @@ -1 +1,2 @@
21 DIST shotwell-0.30.11.tar.xz 6499416 BLAKE2B 8b63b2ff64ae41560221d9bcca2c88d0dff8c40416278d3344dbdbf50e4352e999e3ae52ea9fbcc871d5023ffeeb6ee954ee91a2d7eddc1a8f1df45dc4e12cf8 SHA512 71a057aa1ae2b432f385e174429e29f46ca29055aa6003b6017f3da54551027536c70e9f8ca605719e8e008233bdb6f17981462a54495d91e94aebdbe5718c9f
22 +DIST shotwell-0.30.12.tar.xz 6519996 BLAKE2B 7417f1bf0057b4974b45be675b177f6fba232d60d56c3d98cc6d5a7a95a31281add5190a04eab965739759aa7d826515996f2fd62350352a54ebf969dc732d95 SHA512 3274f15969be7f75ad2fa44e78773b76e11ee6cf8d4990c7f658fa8ce7e84a8fa5f06542fbab4b585c70e41c097c7b07ba702540102e4d0dfca8e927e00180cf
23
24 diff --git a/media-gfx/shotwell/shotwell-0.30.12.ebuild b/media-gfx/shotwell/shotwell-0.30.12.ebuild
25 new file mode 100644
26 index 00000000000..3397e5e6867
27 --- /dev/null
28 +++ b/media-gfx/shotwell/shotwell-0.30.12.ebuild
29 @@ -0,0 +1,82 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +VALA_MIN_API_VERSION="0.40"
35 +
36 +inherit gnome.org gnome2-utils meson vala xdg
37 +
38 +DESCRIPTION="Open source photo manager for GNOME"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"
40 +
41 +LICENSE="LGPL-2.1"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
44 +IUSE="opencv udev"
45 +
46 +DEPEND="
47 + >=x11-libs/gtk+-3.22.0:3
48 + >=dev-libs/glib-2.40.0:2
49 + >=dev-libs/libgee-0.8.5:0.8
50 + >=net-libs/webkit-gtk-2.26:4
51 + >=dev-libs/json-glib-0.7.6
52 + >=dev-libs/libxml2-2.6.32:2
53 + x11-libs/gdk-pixbuf:2
54 + >=dev-db/sqlite-3.5.9:3
55 + media-libs/gstreamer:1.0
56 + media-libs/gst-plugins-base:1.0
57 + >=media-libs/libgphoto2-2.5:=
58 + udev? ( >=dev-libs/libgudev-145:= )
59 + >=media-libs/gexiv2-0.10.4
60 + >=media-libs/libraw-0.13.2:=
61 + >=media-libs/libexif-0.6.16:=
62 + dev-libs/libgdata
63 + >=app-crypt/gcr-3:=[gtk]
64 + x11-libs/cairo
65 + opencv? ( >=media-libs/opencv-2.3.0:= )
66 +"
67 +RDEPEND="${DEPEND}
68 + media-plugins/gst-plugins-gdkpixbuf:1.0
69 + media-plugins/gst-plugins-meta:1.0
70 +"
71 +BDEPEND="
72 + $(vala_depend)
73 + dev-libs/appstream-glib
74 + dev-util/itstool
75 + >=sys-devel/gettext-0.19.8
76 + virtual/pkgconfig
77 + net-libs/libsoup:2.4[vala]
78 + media-libs/gexiv2[vala]
79 + app-crypt/gcr[vala]
80 +"
81 +
82 +src_prepare() {
83 + xdg_src_prepare
84 + vala_src_prepare
85 +}
86 +
87 +src_configure() {
88 + local emesonargs=(
89 + -Dunity-support=false
90 + # -Dpublishers # In 0.30.2 all get compiled in anyways, even if restricted list, affects only runtime support
91 + -Dextra-plugins=true
92 + #trace
93 + #measure
94 + -Ddupe-detection=true
95 + $(meson_use udev)
96 + -Dinstall-apport-hook=false
97 + $(meson_use opencv face-detection)
98 + -Dfatal_warnings=false
99 + )
100 + meson_src_configure
101 +}
102 +
103 +pkg_postinst() {
104 + xdg_pkg_postinst
105 + gnome2_schemas_update
106 +}
107 +
108 +pkg_postrm() {
109 + xdg_pkg_postrm
110 + gnome2_schemas_update
111 +}