public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.15.0.ebuild
@ 2013-10-08 13:34 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-10-08 13:34 UTC (permalink / raw
  To: gentoo-commits

jlec        13/10/08 13:34:47

  Modified:             ChangeLog
  Added:                shotwell-0.15.0.ebuild
  Log:
  media-gfx/shotwell: Version Bump, thanks Mark R. Pariente for the patch
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.61                 media-gfx/shotwell/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	4 Oct 2013 22:12:48 -0000	1.60
+++ ChangeLog	8 Oct 2013 13:34:47 -0000	1.61
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/shotwell
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.60 2013/10/04 22:12:48 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.61 2013/10/08 13:34:47 jlec Exp $
+
+*shotwell-0.15.0 (08 Oct 2013)
+
+  08 Oct 2013; Justin Lecher <jlec@gentoo.org> +shotwell-0.15.0.ebuild:
+  Version Bump, thanks Mark R. Pariente for the patch
 
   04 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
   shotwell-0.13.1-r2.ebuild, shotwell-0.14.0-r1.ebuild, shotwell-0.14.1.ebuild:



1.1                  media-gfx/shotwell/shotwell-0.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild?rev=1.1&content-type=text/plain

Index: shotwell-0.15.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild,v 1.1 2013/10/08 13:34:47 jlec Exp $

EAPI=5

GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.20"
VALA_MAX_API_VERSION="0.22"

inherit eutils gnome2 multilib toolchain-funcs vala versionator

MY_PV=$(get_version_component_range 1-2)
DESCRIPTION="Open source photo manager for GNOME"
HOMEPAGE="http://yorba.org/shotwell/"
SRC_URI="http://www.yorba.org/download/${PN}/stable/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

CORE_SUPPORTED_LANGUAGES="
	ia hi te fr de it es pl et sv sk lv pt bg bn nl da zh_CN
	el ru pa hu en_GB uk ja fi zh_TW cs nb id th sl hr ar ast ro sr lt gl tr ca ko kk pt_BR
	eu he mk ta vi or km af as gu kn ml mr af_ZA bn_IN id_ID ky nn_NO ta_IN te_IN "

EXTRAS_SUPPORTED_LANGUAGES="
	fr de it es pl et sv sk lv pt bg bn nl da zh_CN el ru pa hu en_GB uk
	ja fi zh_TW cs nb id th sl hr ar ast ro sr lt gl tr ca ko kk pt_BR eu he mk te ta eo or hi
	as kn ml mr bn_IN gu id_ID nn_NO vi"

for x in ${CORE_SUPPORTED_LANGUAGES} ${EXTRAS_SUPPORTED_LANGUAGES}; do
	IUSE+="linguas_${x} "
done

RDEPEND="
	>=dev-db/sqlite-3.5.9:3
	>=dev-libs/dbus-glib-0.80
	>=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
	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.4.2:=
	>=media-libs/libraw-0.13.2:=
	>=net-libs/libsoup-2.26.0:2.4
	net-libs/rest:0.7
	net-libs/webkit-gtk:3
	>=virtual/udev-145[gudev]
	>=x11-libs/gtk+-3.6.0:3"
DEPEND="${RDEPEND}
	$(vala_depend)
	sys-devel/m4"

DOCS=( AUTHORS MAINTAINERS NEWS README THANKS )

# 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"

pkg_setup() {
	tc-export CC
	G2CONF="${G2CONF}
		--disable-schemas-compile
		--disable-desktop-update
		--disable-icon-update
		--prefix=/usr
		--lib=$(get_libdir)"
}

src_prepare() {
	vala_src_prepare
	sed \
		-e 's|CFLAGS :|CFLAGS +|g' \
		-i plugins/Makefile.plugin.mk || die
	epatch \
		"${FILESDIR}"/${PN}-0.13.1-ldflags.patch
}

src_configure() {
	./configure \
		${G2CONF} \
		|| die
}

src_compile() {
	local valaver="$(vala_best_api_version)"
	emake VALAC="$(type -p valac-${valaver})"
}

src_install() {
	gnome2_src_install
	for x in ${LANGS}; do
		if ! has ${x} ${LINGUAS}; then
			find "${D}"/usr/share/locale/${x} -type f -exec rm {} \;
		fi
	done
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.15.0.ebuild
@ 2013-10-26 13:59 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-10-26 13:59 UTC (permalink / raw
  To: gentoo-commits

jlec        13/10/26 13:59:36

  Modified:             ChangeLog shotwell-0.15.0.ebuild
  Log:
  media-gfx/shotwell: Update deps, thanks Mao PU for the patch; #489464
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.62                 media-gfx/shotwell/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	8 Oct 2013 13:34:47 -0000	1.61
+++ ChangeLog	26 Oct 2013 13:59:35 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/shotwell
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.61 2013/10/08 13:34:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.62 2013/10/26 13:59:35 jlec Exp $
+
+  26 Oct 2013; Justin Lecher <jlec@gentoo.org> shotwell-0.15.0.ebuild:
+  Update deps, thanks Mao PU for the patch; #489464
 
 *shotwell-0.15.0 (08 Oct 2013)
 



1.2                  media-gfx/shotwell/shotwell-0.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild?r1=1.1&r2=1.2

Index: shotwell-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shotwell-0.15.0.ebuild	8 Oct 2013 13:34:47 -0000	1.1
+++ shotwell-0.15.0.ebuild	26 Oct 2013 13:59:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild,v 1.1 2013/10/08 13:34:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.15.0.ebuild,v 1.2 2013/10/26 13:59:36 jlec Exp $
 
 EAPI=5
 
@@ -37,12 +37,13 @@
 RDEPEND="
 	>=dev-db/sqlite-3.5.9:3
 	>=dev-libs/dbus-glib-0.80
-	>=dev-libs/glib-2.30.0:2
+	>=dev-libs/glib-2.33.0:2
 	>=dev-libs/json-glib-0.7.6
-	>=dev-libs/libgee-0.8.5:0.8
+	>=dev-libs/libgee-0.8.0: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/gexiv2-0.5
 	media-libs/gst-plugins-base:1.0
 	media-libs/gst-plugins-good:1.0
 	media-libs/gstreamer:1.0
@@ -51,13 +52,13 @@
 	>=media-libs/libgphoto2-2.4.2:=
 	>=media-libs/libraw-0.13.2:=
 	>=net-libs/libsoup-2.26.0:2.4
-	net-libs/rest:0.7
-	net-libs/webkit-gtk:3
+	>=net-libs/rest-0.7:0.7
+	>=net-libs/webkit-gtk-1.4:3
 	>=virtual/udev-145[gudev]
 	>=x11-libs/gtk+-3.6.0:3"
 DEPEND="${RDEPEND}
 	$(vala_depend)
-	sys-devel/m4"
+	>=sys-devel/m4-1.4.13"
 
 DOCS=( AUTHORS MAINTAINERS NEWS README THANKS )
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-26 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 13:34 [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.15.0.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-26 13:59 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox