commit:     e532571b0d8ad2f87d7f325e14935048b34d7aa1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 09:39:35 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 09:40:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e532571b

media-gfx/shotwell: bump to 0.30.10

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-gfx/shotwell/Manifest                |  1 +
 media-gfx/shotwell/shotwell-0.30.10.ebuild | 82 ++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index f638c8c1b9f..b156b3c9798 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1 +1,2 @@
+DIST shotwell-0.30.10.tar.xz 6465992 BLAKE2B 
d6be2a2b34cf4adbae4ac1f2bce5a29bfe059c546b8ab76f35b3ac9159a9233f231ee1ac4b3f81e8016278fcdec6b222af3ba7a62b2eb8d15dd82ef2cfb544c1
 SHA512 
4c84b5702476f264bd475fa93eff2e58f2876b076f186fc19b3dbddaae76b80485793b887f668788ac3c7f7230eb0c6a61fef2c0c70d52c665d0e49f6deb0b11
 DIST shotwell-0.30.9.tar.xz 6465508 BLAKE2B 
9b302d156b350d5cfa961afaa5d75e71db8b34a65a27de0d3b298841ca9be96d502dc98c85c681ca336965fce72db8034609f3f9c6c04fea1127db6c397e6499
 SHA512 
a232d717356d7e9f0a6b1ad825f4182dd9f6ee4cca9745717e3bd18ded03cdaba94c32256d055389ce2b0cda0c5828b25d1448c10598a474dc3ea0817fc303ee

diff --git a/media-gfx/shotwell/shotwell-0.30.10.ebuild 
b/media-gfx/shotwell/shotwell-0.30.10.ebuild
new file mode 100644
index 00000000000..906964fd376
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.30.10.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="opencv udev"
+
+DEPEND="
+       >=x11-libs/gtk+-3.22.0:3
+       >=dev-libs/glib-2.40.0:2
+       >=dev-libs/libgee-0.8.5:0.8
+       >=net-libs/webkit-gtk-2.4:4
+       >=dev-libs/json-glib-0.7.6
+       >=dev-libs/libxml2-2.6.32:2
+       x11-libs/gdk-pixbuf:2
+       >=dev-db/sqlite-3.5.9:3
+       media-libs/gstreamer:1.0
+       media-libs/gst-plugins-base:1.0
+       >=media-libs/libgphoto2-2.5:=
+       udev? ( >=dev-libs/libgudev-145:= )
+       >=media-libs/gexiv2-0.10.4
+       >=media-libs/libraw-0.13.2:=
+       >=media-libs/libexif-0.6.16:=
+       dev-libs/libgdata
+       >=app-crypt/gcr-3:=[gtk]
+       x11-libs/cairo
+       opencv? ( >=media-libs/opencv-2.3.0:= )
+"
+RDEPEND="${DEPEND}
+       media-plugins/gst-plugins-gdkpixbuf:1.0
+       media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+       $(vala_depend)
+       dev-libs/appstream-glib
+       dev-util/itstool
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+       net-libs/libsoup:2.4[vala]
+       media-libs/gexiv2[vala]
+       app-crypt/gcr[vala]
+"
+
+src_prepare() {
+       xdg_src_prepare
+       vala_src_prepare
+}
+
+src_configure() {
+       local emesonargs=(
+               -Dunity-support=false
+               # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
+               -Dextra-plugins=true
+               #trace
+               #measure
+               -Ddupe-detection=true
+               $(meson_use udev)
+               -Dinstall-apport-hook=false
+               $(meson_use opencv face-detection)
+               -Dfatal_warnings=false
+       )
+       meson_src_configure
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to