commit:     50fca28a74f05c47df37e14346a40c1f86d241f1
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 11:10:42 2018 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 11:13:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fca28a

media-gfx/shotwell: Version bump to shotwell-0.28.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/shotwell/Manifest               |  1 +
 media-gfx/shotwell/shotwell-0.28.2.ebuild | 63 +++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 7c963788019..b88fbf7fa8f 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -10,3 +10,4 @@ DIST shotwell-0.27.1.tar.xz 5619824 BLAKE2B 
7ba1606b1604ca156aacd71d014bdec507ab
 DIST shotwell-0.27.2.tar.xz 5619692 BLAKE2B 
0a532d6d2f7391f0783cb0fb91fbc15a681e87041d12355ca75581d4b7f4ebe7fe3feeaca7fc12b0fd82710bf2d906c1d3abd382b61a5dfac3041cec482edd38
 SHA512 
a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b
 DIST shotwell-0.27.3.tar.xz 5623408 BLAKE2B 
582c0b4bb0636dda4aab7e0a8ca69098b1af455d8c393bd8b5d37337cc85ae38036c6020eb54eeb9fc21f2fe603631305965351bb20f8824b50b5606829a7a47
 SHA512 
204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275
 DIST shotwell-0.27.4.tar.xz 5626284 BLAKE2B 
2f17546c190dbd04bdf467e12a092c2558ec5bbac1e13a3054c746c391876a1ac4eeddbb4578a575cd0b73f402432ea3763fd90e214a2b0f11a6f281a77a8bac
 SHA512 
9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f
+DIST shotwell-0.28.2.tar.xz 5582276 BLAKE2B 
20d35f714543d35bd04fe81617040419664e662664ae504cbfb0b3bb160d97a5469478e1e134b6432b174fc19bb4fc370b5eb38c576c805e876d00999fb7d979
 SHA512 
dc00f45e55eabadaaf825de5a4152d40db2eb652f966b870a08d36006887a18aacf570b05d232a9fc7ef7df097a468a497778022bf7b86ae2143877c02540cc0

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
new file mode 100644
index 00000000000..ed1f7341421
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.28.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+       >=app-crypt/gcr-3[gtk]
+       >=dev-db/sqlite-3.5.9:3
+       >=dev-libs/glib-2.40.0:2
+       >=dev-libs/json-glib-0.7.6
+       >=dev-libs/libgee-0.8.5:0.8
+       >=dev-libs/libxml2-2.6.32:2
+       gnome-base/dconf
+       >=media-libs/gexiv2-0.10.4
+       media-libs/gst-plugins-base:1.0
+       media-libs/gst-plugins-good:1.0
+       media-libs/gstreamer:1.0
+       media-libs/lcms:2
+       >=media-libs/libexif-0.6.16:=
+       >=media-libs/libgphoto2-2.5:=
+       >=media-libs/libraw-0.13.2:=
+       media-plugins/gst-plugins-gdkpixbuf:1.0
+       >=net-libs/libsoup-2.42.0:2.4
+       net-libs/webkit-gtk:4
+       virtual/libgudev:=[introspection]
+       >=x11-libs/gtk+-3.14.0:3[X]
+       dev-libs/libgdata
+
+"
+DEPEND="${RDEPEND}
+       $(vala_depend)
+       dev-util/itstool
+       >=sys-devel/gettext-0.19.7
+       >=sys-devel/m4-1.4.13
+       virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+       vala_src_prepare
+       gnome2_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure --disable-static
+}

Reply via email to