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.10.ebuild
Date: Wed, 01 Jun 2011 15:31:55
Message-Id: 20110601153125.85D0A20054@flycatcher.gentoo.org
1 jlec 11/06/01 15:31:25
2
3 Modified: ChangeLog
4 Added: shotwell-0.10.ebuild
5 Log:
6 Version Bump
7
8 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 media-gfx/shotwell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 6 May 2011 15:28:45 -0000 1.15
24 +++ ChangeLog 1 Jun 2011 15:31:25 -0000 1.16
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.15 2011/05/06 15:28:45 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.16 2011/06/01 15:31:25 jlec Exp $
30 +
31 +*shotwell-0.10 (01 Jun 2011)
32 +
33 + 01 Jun 2011; Justin Lecher <jlec@g.o> +files/0.10-ldflags.patch,
34 + +shotwell-0.10.ebuild:
35 + Version Bump
36
37 *shotwell-0.9.3 (06 May 2011)
38
39
40
41
42 1.1 media-gfx/shotwell/shotwell-0.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shotwell-0.10.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.10.ebuild,v 1.1 2011/06/01 15:31:25 jlec Exp $
52
53 EAPI="2"
54 GCONF_DEBUG="no"
55
56 inherit gnome2 versionator eutils multilib toolchain-funcs
57
58 MY_PV=$(get_version_component_range 1-2)
59 DESCRIPTION="Open source photo manager for GNOME"
60 HOMEPAGE="http://www.yorba.org/shotwell/"
61 SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/${P}.tar.bz2"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=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 gnome-base/gnome-vfs:2
76 >=media-libs/gexiv2-0.2.0
77 media-libs/gstreamer:0.10
78 media-libs/lcms:2
79 >=media-libs/libexif-0.6.16
80 >=media-libs/libgphoto2-2.4.2
81 >=media-libs/libraw-0.9.0
82 >=net-libs/libsoup-2.26.0:2.4
83 >=net-libs/webkit-gtk-1.1.5:2
84 >=sys-fs/udev-145[extras]
85 >=x11-libs/gtk+-2.18.0:2"
86 DEPEND="${RDEPEND}
87 >=dev-lang/vala-0.11.7:0.12"
88
89 DOCS="AUTHORS MAINTAINERS NEWS README THANKS"
90
91 pkg_setup() {
92 tc-export CC
93 G2CONF="${G2CONF}
94 --disable-schemas-install
95 --disable-desktop-update
96 --disable-icon-update
97 --lib=$(get_libdir)"
98 }
99
100 src_prepare() {
101 epatch "${FILESDIR}"/${PV}-ldflags.patch
102 gnome2_src_prepare
103
104 sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk || die
105 sed -e 's/valac/valac-0.12/' -i Makefile || die
106 }
107
108 src_install() {
109 # This is needed so that gnome2_gconf_savelist() works correctly.
110 insinto /etc/gconf/schemas
111 doins misc/shotwell.schemas || die "install gconf schema failed"
112 gnome2_src_install
113 }