Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: ChangeLog shotwell-0.11.2.ebuild
Date: Tue, 04 Oct 2011 18:20:10
Message-Id: 20111004181958.D567A2004B@flycatcher.gentoo.org
1 radhermit 11/10/04 18:19:58
2
3 Modified: ChangeLog shotwell-0.11.2.ebuild
4 Log:
5 Fix build with libraw-0.14.0 (bug #384165, patch by Alexandre Rostovtsev).
6
7 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 media-gfx/shotwell/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 23 Sep 2011 18:04:05 -0000 1.26
23 +++ ChangeLog 4 Oct 2011 18:19:58 -0000 1.27
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/shotwell
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.26 2011/09/23 18:04:05 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.27 2011/10/04 18:19:58 radhermit Exp $
29 +
30 + 04 Oct 2011; Tim Harder <radhermit@g.o> shotwell-0.11.2.ebuild,
31 + +files/shotwell-0.11.2-libraw-0.14.patch:
32 + Fix build with libraw-0.14.0 (bug #384165, patch by Alexandre Rostovtsev).
33
34 *shotwell-0.11.2 (23 Sep 2011)
35
36
37
38
39 1.2 media-gfx/shotwell/shotwell-0.11.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild?r1=1.1&r2=1.2
44
45 Index: shotwell-0.11.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- shotwell-0.11.2.ebuild 23 Sep 2011 18:04:05 -0000 1.1
52 +++ shotwell-0.11.2.ebuild 4 Oct 2011 18:19:58 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild,v 1.1 2011/09/23 18:04:05 angelos Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.11.2.ebuild,v 1.2 2011/10/04 18:19:58 radhermit Exp $
58
59 EAPI=4
60 GCONF_DEBUG="no"
61 @@ -29,7 +29,7 @@
62 media-libs/lcms:2
63 >=media-libs/libexif-0.6.16
64 >=media-libs/libgphoto2-2.4.2
65 - >=media-libs/libraw-0.9.0
66 + >=media-libs/libraw-0.14.0
67 >=net-libs/libsoup-2.26.0:2.4
68 >=net-libs/webkit-gtk-1.1.5:2
69 || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] )
70 @@ -48,6 +48,10 @@
71 --lib=$(get_libdir)"
72 }
73
74 +src_prepare() {
75 + epatch "${FILESDIR}"/${P}-libraw-0.14.patch
76 +}
77 +
78 src_compile() {
79 emake VALAC="$(type -p valac-0.12)"
80 }