Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.11.0.ebuild
Date: Mon, 05 Sep 2011 08:35:41
Message-Id: 20110905083528.F2EFF20051@flycatcher.gentoo.org
1 jlec 11/09/05 08:35:28
2
3 Modified: ChangeLog
4 Added: shotwell-0.11.0.ebuild
5 Log:
6 Non-maintainer Version Bump, #381765; thanks Christoph Brill for the patch
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.22 media-gfx/shotwell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 9 Jul 2011 21:39:58 -0000 1.21
24 +++ ChangeLog 5 Sep 2011 08:35:28 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/shotwell
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.21 2011/07/09 21:39:58 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.22 2011/09/05 08:35:28 jlec Exp $
30 +
31 +*shotwell-0.11.0 (05 Sep 2011)
32 +
33 + 05 Sep 2011; Justin Lecher <jlec@g.o> +files/0.11.0-ldflags.patch,
34 + +shotwell-0.11.0.ebuild:
35 + Non-maintainer Version Bump, #381765; thanks Christoph Brill for the patch
36
37 09 Jul 2011; Christoph Mende <angelos@g.o> -shotwell-0.10.ebuild,
38 shotwell-0.10.1.ebuild, +files/shotwell-0.10.1-libraw-config.patch:
39
40
41
42 1.1 media-gfx/shotwell/shotwell-0.11.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shotwell-0.11.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.0.ebuild,v 1.1 2011/09/05 08:35:28 jlec Exp $
52
53 EAPI=4
54 GCONF_DEBUG="no"
55 inherit gnome2 versionator eutils multilib toolchain-funcs
56
57 MY_PV=$(get_version_component_range 1-2)
58 DESCRIPTION="Open source photo manager for GNOME"
59 HOMEPAGE="http://www.yorba.org/shotwell/"
60 SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/${P}.tar.bz2"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="
68 >=dev-db/sqlite-3.5.9:3
69 >=dev-libs/dbus-glib-0.80
70 >=dev-libs/json-glib-0.7.6
71 >=dev-libs/libgee-0.5.0
72 >=dev-libs/libunique-1:1
73 >=dev-libs/libxml2-2.6.32:2
74 >=gnome-base/gconf-2.22.0:2
75 >=media-libs/gexiv2-0.2.0
76 media-libs/gstreamer:0.10
77 media-libs/lcms:2
78 >=media-libs/libexif-0.6.16
79 >=media-libs/libgphoto2-2.4.2
80 >=media-libs/libraw-0.9.0
81 >=net-libs/libsoup-2.26.0:2.4
82 >=net-libs/webkit-gtk-1.1.5:2
83 || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] )
84 >=x11-libs/gtk+-2.18.0:2"
85 DEPEND="${RDEPEND}
86 >=dev-lang/vala-0.11.7:0.12"
87
88 DOCS=( AUTHORS MAINTAINERS NEWS README THANKS )
89
90 pkg_setup() {
91 tc-export CC
92 G2CONF="${G2CONF}
93 --disable-schemas-install
94 --disable-desktop-update
95 --disable-icon-update
96 --lib=$(get_libdir)"
97 }
98
99 src_prepare() {
100 epatch \
101 "${FILESDIR}"/${PV}-ldflags.patch
102 # \
103 # "${FILESDIR}"/${P}-libraw-config.patch
104 gnome2_src_prepare
105
106 sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk || die
107 sed -e 's/valac/valac-0.12/' -i Makefile || die
108 }
109
110 src_install() {
111 # # This is needed so that gnome2_gconf_savelist() works correctly.
112 # insinto /etc/gconf/schemas
113 # doins misc/shotwell.schemas || die "install gconf schema failed"
114 gnome2_src_install
115 }