public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/
Date: Sat,  2 Jul 2016 17:12:12 +0000 (UTC)	[thread overview]
Message-ID: <1467479441.5d1d3419c61732a86488216842ac72b79149ac29.pacho@gentoo> (raw)

commit:     5d1d3419c61732a86488216842ac72b79149ac29
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 15:44:25 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 17:10:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1d3419

media-gfx/shotwell: Version bump

Package-Manager: portage-2.3.0_rc1

 media-gfx/shotwell/Manifest               |  1 +
 media-gfx/shotwell/shotwell-0.23.2.ebuild | 97 +++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index fa786cf..82a48d4 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,4 @@
 DIST shotwell-0.23.1.tar.xz 1963512 SHA256 e24d33ff19f1902fa9595ef73288784f6332bfa99d40171efe60ab2ac68d358a SHA512 c47da700f28a8c14e6ea81069399d381b5a2eb33f6bd4c21763d42d25d9f0f6dcb2894a8b6ebf9967809fc828ea65b222be7002a4ff6f6a6165dbecdac66f96f WHIRLPOOL e99c29ed18cbcedcc5b975509d33cc4a7af0ab4e6f41e373c9f6c9fc1a3560e3eff7c383202dd78352f5a156d1d5a556275e2e3bac7f7c536c74375c04d65817
+DIST shotwell-0.23.2.tar.xz 2073932 SHA256 d52caae4e3204f2f78e2eb828d955848ea6fef5c91d3ac6e9eb0b185c0490b39 SHA512 769e7cb0c4b8fc4e7f03d258de9025763e4a8d019daad76f4520771cca5b94c8ceba7297446ad8979dda6acb853b56249d4e14c35e833395a087b34f08a467a1 WHIRLPOOL ab22212688821afd9fd683efd5da3a3dadc4ba02ef8f1b04083d4eca52414e1ae6ddad6e82c2ebec599d5402f44a4012c1443f61cd1896d3d5fb04f70372cabb
 DIST shotwell-icons.tar.bz2 61397 SHA256 edab0b34992dab8e1d397c30a4dca2ef3dad601c6c75e9c1cc771040089762c2 SHA512 b06ce3bb34728253bc3a3643ff7adde38ed7939961d79e001ae445e71435efc8aaefa94e5a3306a10abb9821511d2421590db7488bf7a95c8e5d6d677ecc712c WHIRLPOOL 783c5d0f354791cc8a9ec47aadda2ab3fdc2c73add236306f641422d02ecd6ff36ee38a45d356cd805cd592358471e24f27b67e8e24694523cf4f6340d7ca8bb
 DIST shotwell.1 1238 SHA256 7f4036f14a6c599835bd121d63705ddc766388aae8c6414eb3a405c85b9a5014 SHA512 8090d5d339a44992d2543ba9ed1bb6e0eb18da8d3fe6ad4f95f917d3aca352e6af0b8c21a7da3a8be9aa1cb04a13e8602d9db8484d4801547cfadc6c40500ad4 WHIRLPOOL cb3c1ef3cb6a577fa94d0aec4dfc06ee84a1f77771268e3217704fed269cd0cd3c220a4e68d270c152b34dc2e438e193d47aee87dd891a39fd8236a6d269eb3b

diff --git a/media-gfx/shotwell/shotwell-0.23.2.ebuild b/media-gfx/shotwell/shotwell-0.23.2.ebuild
new file mode 100644
index 0000000..ab03981
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.23.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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=""
+
+CORE_SUPPORTED_LANGUAGES="
+	af ar as ast bg bn bn_IN bs ca cs da de el en_GB eo es et eu fi fr gd gl gu
+	he hi hr hu ia id it ja kk km kn ko ky lt lv mk ml mr nb nl nn or pa pl pt
+	pt_BR ro ru sk sl sr sr@latin sv ta te th tr uk vi zh_CN zh_HK zh_TW"
+
+for x in ${CORE_SUPPORTED_LANGUAGES}; do
+	IUSE+="linguas_${x} "
+done
+
+RDEPEND="
+	app-text/gnome-doc-utils
+	>=dev-db/sqlite-3.5.9:3
+	>=dev-libs/glib-2.30.0:2
+	>=dev-libs/json-glib-0.7.6
+	>=dev-libs/libgee-0.8.5:0.8
+	>=dev-libs/libxml2-2.6.32:2
+	>=dev-util/desktop-file-utils-0.13
+	gnome-base/dconf
+	>=media-libs/gexiv2-0.4.90
+	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:=
+	>=net-libs/libsoup-2.26.0:2.4
+	>=net-libs/rest-0.7:0.7
+	net-libs/webkit-gtk:4
+	virtual/libgudev:=[introspection]
+	>=x11-libs/gtk+-3.12.2:3[X]
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=sys-devel/m4-1.4.13
+"
+
+# 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() {
+	local x
+	local linguas="en_GB ${LINGUAS}"
+
+	vala_src_prepare
+
+	sed \
+		-e 's|CFLAGS :|CFLAGS +|g' \
+		-i plugins/Makefile.plugin.mk || die
+
+	# remove disabled lenguages from build
+	for x in ${CORE_SUPPORTED_LANGUAGES}; do
+		if ! has ${x} ${linguas}; then
+			sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
+		fi
+	done
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	# Not a normal configure
+	./configure \
+		--disable-schemas-compile \
+		--disable-desktop-update \
+		--disable-icon-update \
+		--prefix=/usr \
+		--lib=$(get_libdir) || die
+}
+
+src_compile() {
+	tc-export CC
+	local valaver="$(vala_best_api_version)"
+
+	# Parallel build fixed in next version
+	MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile VALAC="$(type -p valac-${valaver})"
+}


             reply	other threads:[~2016-07-02 17:12 UTC|newest]

Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02 17:12 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 18:16 [gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/ Pacho Ramos
2024-11-08 18:16 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2024-10-17 11:56 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-12-18 10:19 Pacho Ramos
2023-11-24 12:37 Pacho Ramos
2023-08-30  7:57 Arthur Zamarin
2023-07-22 17:56 Matt Turner
2023-06-19 15:30 Matt Turner
2023-06-17 17:17 Arthur Zamarin
2023-06-03 18:01 Arthur Zamarin
2023-06-03  2:23 Sam James
2023-05-22 14:49 Matt Turner
2023-05-10 14:46 Matt Turner
2023-05-02 19:03 Arthur Zamarin
2023-05-02 18:52 Arthur Zamarin
2023-05-02 18:44 Arthur Zamarin
2023-04-23  1:41 Matt Turner
2023-03-05 20:33 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-11-05  5:59 Arthur Zamarin
2022-10-31  2:56 Matt Turner
2022-10-01 17:16 Matt Turner
2022-09-27  0:20 Matt Turner
2022-07-29  2:59 Sam James
2022-06-07 10:06 Florian Schmaus
2022-05-28  5:45 Sam James
2022-05-28  1:27 Sam James
2022-05-28  1:20 Sam James
2022-05-18 16:27 Matt Turner
2022-04-05 16:03 Nicolas Bock
2022-04-03 19:16 Matt Turner
2022-02-08  4:45 Sam James
2021-12-17 17:50 Mart Raudsepp
2021-12-08 10:14 Yixun Lan
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-08-19  3:01 Matt Turner
2021-07-26  7:15 Matt Turner
2021-07-10 15:40 Sam James
2021-05-25 18:51 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12  8:01 Mikle Kolyada
2020-11-08 10:17 Mart Raudsepp
2020-11-07 15:23 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-08-22  9:40 Mart Raudsepp
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-05-17 16:50 Mart Raudsepp
2020-04-14 10:49 Mart Raudsepp
2020-04-14  9:49 Mart Raudsepp
2020-04-11  9:11 Mart Raudsepp
2020-01-28  9:39 Mart Raudsepp
2020-01-27  9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-04  9:36 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-08-23 19:33 Mart Raudsepp
2019-08-22 18:11 Mart Raudsepp
2019-08-22 18:11 Mart Raudsepp
2019-08-04 22:35 Aaron Bauman
2019-07-28  6:42 Mart Raudsepp
2019-05-18 22:08 Mart Raudsepp
2019-03-17  9:16 Mart Raudsepp
2019-03-06 19:36 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-06-27 22:20 Nicolas Bock
2018-06-27 22:20 Nicolas Bock
2018-06-27 22:20 Nicolas Bock
2018-06-26 20:07 Nicolas Bock
2018-05-22 21:55 Nicolas Bock
2018-05-16 12:22 Agostino Sarubbo
2018-05-15  1:46 Thomas Deutschmann
2018-05-08 19:29 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-25 12:30 Nicolas Bock
2018-04-24 18:11 Nicolas Bock
2018-04-13 11:13 Nicolas Bock
2018-02-22 12:04 Agostino Sarubbo
2018-02-13 20:11 Thomas Deutschmann
2018-02-06 11:03 Nicolas Bock
2018-01-09 22:50 Nicolas Bock
2017-12-24 14:35 Nicolas Bock
2017-11-10 20:29 Nicolas Bock
2017-10-24 12:41 Nicolas Bock
2017-10-04 11:43 Nicolas Bock
2017-08-11 11:21 Nicolas Bock
2017-07-16  7:54 Nicolas Bock
2017-06-02  1:28 Nicolas Bock
2017-06-01 20:02 Nicolas Bock
2017-05-20 12:18 Nicolas Bock
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-04-12  0:30 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-12 12:23 Gilles Dartiguelongue
2016-11-09 23:27 Gilles Dartiguelongue
2016-11-09 23:27 Gilles Dartiguelongue
2016-10-31  9:51 Pacho Ramos
2016-10-08  9:51 Pacho Ramos
2016-10-08  9:51 Pacho Ramos
2016-09-17 13:32 Pacho Ramos
2016-09-17 13:32 Pacho Ramos
2016-07-30 10:50 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-02-01 21:05 Pacho Ramos
2015-10-12 14:30 Justin Lecher
2015-10-11  7:05 Justin Lecher
2015-10-10 14:15 Justin Lecher
2015-10-10 11:17 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467479441.5d1d3419c61732a86488216842ac72b79149ac29.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox