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.9.3.ebuild
Date: Fri, 06 May 2011 15:28:55
Message-Id: 20110506152845.31A5220054@flycatcher.gentoo.org
1 jlec 11/05/06 15:28:45
2
3 Modified: ChangeLog
4 Added: shotwell-0.9.3.ebuild
5 Log:
6 Non-maintainer Version Bump, notified by euscan
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 media-gfx/shotwell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 19 Apr 2011 06:02:46 -0000 1.14
24 +++ ChangeLog 6 May 2011 15:28:45 -0000 1.15
25 @@ -1,6 +1,11 @@
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.14 2011/04/19 06:02:46 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.15 2011/05/06 15:28:45 jlec Exp $
30 +
31 +*shotwell-0.9.3 (06 May 2011)
32 +
33 + 06 May 2011; Justin Lecher <jlec@g.o> +shotwell-0.9.3.ebuild:
34 + Non-maintainer Version Bump, notified by euscan
35
36 *shotwell-0.9.2 (19 Apr 2011)
37
38
39
40
41 1.1 media-gfx/shotwell/shotwell-0.9.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.9.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.9.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: shotwell-0.9.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.9.3.ebuild,v 1.1 2011/05/06 15:28:45 jlec Exp $
51
52 EAPI="2"
53 GCONF_DEBUG="no"
54
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=">=dev-db/sqlite-3.5.9:3
68 >=dev-libs/dbus-glib-0.80
69 >=dev-libs/json-glib-0.7.6
70 >=dev-libs/libgee-0.5.0
71 >=dev-libs/libunique-1:1
72 >=dev-libs/libxml2-2.6.32:2
73 >=gnome-base/gconf-2.22.0:2
74 gnome-base/gnome-vfs: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-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 "${FILESDIR}"/0.9.1-ldflags.patch
101 gnome2_src_prepare
102
103 sed -e 's/valac/valac-0.12/' -i plugins/Makefile.plugin.mk || die
104 sed -e 's/valac/valac-0.12/' -i Makefile || die
105 }
106
107 src_install() {
108 # This is needed so that gnome2_gconf_savelist() works correctly.
109 insinto /etc/gconf/schemas
110 doins misc/shotwell.schemas || die "install gconf schema failed"
111 gnome2_src_install
112 }