Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: shotwell-0.13.1.ebuild ChangeLog
Date: Sun, 28 Oct 2012 19:30:30
Message-Id: 20121028193002.853AF21601@flycatcher.gentoo.org
1 hwoarang 12/10/28 19:30:02
2
3 Modified: ChangeLog
4 Added: shotwell-0.13.1.ebuild
5 Log:
6 Respect ldflags. Bug #435048. Version bump. #438604
7
8 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
9
10 Revision Changes Path
11 1.39 media-gfx/shotwell/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 26 Aug 2012 00:39:29 -0000 1.38
24 +++ ChangeLog 28 Oct 2012 19:30:02 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/shotwell
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.38 2012/08/26 00:39:29 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.39 2012/10/28 19:30:02 hwoarang Exp $
30 +
31 +*shotwell-0.13.1 (28 Oct 2012)
32 +
33 + 28 Oct 2012; Markos Chandras <hwoarang@g.o>
34 + +files/shotwell-0.13.1-ldflags.patch, +shotwell-0.13.1.ebuild:
35 + Respect ldflags. Bug #435048. Version bump. #438604
36
37 26 Aug 2012; Markos Chandras <hwoarang@g.o> -files/0.10-ldflags.patch,
38 -files/0.11.0-ldflags.patch, -files/shotwell-0.10.1-libraw-config.patch,
39
40
41
42 1.1 media-gfx/shotwell/shotwell-0.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.13.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.13.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shotwell-0.13.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.13.1.ebuild,v 1.1 2012/10/28 19:30:02 hwoarang Exp $
52
53 EAPI=4
54 GCONF_DEBUG="no"
55 VALA_MIN_API_VERSION="0.18"
56
57 inherit gnome2 versionator eutils multilib toolchain-funcs vala
58
59 MY_PV=$(get_version_component_range 1-2)
60 DESCRIPTION="Open source photo manager for GNOME"
61 HOMEPAGE="http://www.yorba.org/shotwell/"
62 SRC_URI="http://www.yorba.org/download/${PN}/stable/${P}.tar.xz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 LANGS="ar ast bg bn ca cs da de el en_GB es et eu fi fr gl he hi hr hu ia id it ja kk
70 ko lt lv mk nb nl pa pl pt pt_BR ro ru sk sl sr sv ta te ta_IN te_IN th tr uk vi zh_CN zh_TW"
71
72 for x in ${LANGS}; do
73 IUSE+="linguas_${x} "
74 done
75
76 RDEPEND="
77 >=dev-db/sqlite-3.5.9:3
78 >=dev-libs/dbus-glib-0.80
79 >=dev-libs/glib-2.30.0:2
80 >=dev-libs/json-glib-0.7.6
81 >=dev-libs/libgee-0.5.0:0
82 >=dev-libs/libunique-3.0.0:3
83 >=dev-libs/libxml2-2.6.32:2
84 >=media-libs/gexiv2-0.3.92
85 media-libs/gst-plugins-base:0.10
86 media-libs/gstreamer:0.10
87 media-libs/lcms:2
88 >=media-libs/libexif-0.6.16
89 >=media-libs/libgphoto2-2.4.2
90 >=media-libs/libraw-0.14.0
91 >=net-libs/libsoup-2.26.0:2.4
92 net-libs/rest:0.7
93 net-libs/webkit-gtk:3
94 || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] )
95 x11-libs/gtk+:3"
96 DEPEND="${RDEPEND}
97 $(vala_depend)
98 sys-devel/m4"
99
100 DOCS=( AUTHORS MAINTAINERS NEWS README THANKS )
101
102 # This probabl comes from libraries that
103 # shotwell-video-thumbnailer links to.
104 # Nothing we can do at the moment. #435048
105 QA_FLAGS_IGNORED="/usr/bin/${PN}-video-thumbnailer"
106
107 pkg_setup() {
108 tc-export CC
109 G2CONF="${G2CONF}
110 --disable-schemas-compile
111 --disable-desktop-update
112 --disable-icon-update
113 --lib=$(get_libdir)"
114 }
115
116 src_prepare() {
117 vala_src_prepare
118 sed \
119 -e 's|CFLAGS :|CFLAGS +|g' \
120 -i plugins/Makefile.plugin.mk || die
121 # respect LDFLAGS. Bug #435048
122 epatch "${FILESDIR}"/${P}-ldflags.patch
123 }
124
125 src_compile() {
126 local valaver="$(vala_best_api_version)"
127 emake VALAC="$(type -p valac-${valaver})"
128 }
129
130 src_install() {
131 gnome2_src_install
132 for x in ${LANGS}; do
133 if ! has ${x} ${LINGUAS}; then
134 find "${D}"/usr/share/locale/${x} -type f -exec rm {} \;
135 fi
136 done
137 }