From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A426138334 for ; Wed, 27 Jun 2018 22:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20F23E0BA4; Wed, 27 Jun 2018 22:21:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 968ADE0BA4 for ; Wed, 27 Jun 2018 22:21:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 544F6335C91 for ; Wed, 27 Jun 2018 22:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DCF2349 for ; Wed, 27 Jun 2018 22:20:58 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1530138001.6c9a69308534c649fcf1c09e98b59cfe25124605.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/shotwell/shotwell-0.29.2.ebuild X-VCS-Directories: media-gfx/shotwell/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 6c9a69308534c649fcf1c09e98b59cfe25124605 X-VCS-Branch: master Date: Wed, 27 Jun 2018 22:20:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07f830eb-b6ee-4909-b607-90fcfd83364e X-Archives-Hash: bc7d448c18a4364d71854a487a437b79 commit: 6c9a69308534c649fcf1c09e98b59cfe25124605 Author: Nicolas Bock gentoo org> AuthorDate: Wed Jun 27 22:20:01 2018 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Wed Jun 27 22:20:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9a6930 media-gfx/shotwell: Fix ebuild Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-gfx/shotwell/shotwell-0.29.2.ebuild | 56 +++++++++---------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/media-gfx/shotwell/shotwell-0.29.2.ebuild b/media-gfx/shotwell/shotwell-0.29.2.ebuild index ed1f7341421..fc06ece5175 100644 --- a/media-gfx/shotwell/shotwell-0.29.2.ebuild +++ b/media-gfx/shotwell/shotwell-0.29.2.ebuild @@ -2,14 +2,14 @@ # 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 +inherit gnome2 meson vala -MY_PV=$(get_version_component_range 1-2) -DESCRIPTION="Open source photo manager for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell" +DESCRIPTION="Shotwell is a photo manager for GNOME 3" +HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell/" LICENSE="LGPL-2.1" SLOT="0" @@ -17,47 +17,23 @@ 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 - + app-crypt/gcr:=[gtk,vala] + dev-libs/libgdata:=[vala] + dev-libs/libgee:= + media-libs/gexiv2:=[introspection,vala] + media-libs/libexif:= + media-libs/libgphoto2:= + media-libs/libraw:= + net-libs/webkit-gtk:= + x11-libs/gtk+:=[X] " -DEPEND="${RDEPEND} +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 + eapply_user }