Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: librsvg-2.39.0.ebuild ChangeLog librsvg-2.36.1.ebuild
Date: Mon, 30 Sep 2013 21:57:37
Message-Id: 20130930215731.14DD32004C@flycatcher.gentoo.org
1 pacho 13/09/30 21:57:31
2
3 Modified: ChangeLog
4 Added: librsvg-2.39.0.ebuild
5 Removed: librsvg-2.36.1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.310 gnome-base/librsvg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.310&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.310&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.309&r2=1.310
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
21 retrieving revision 1.309
22 retrieving revision 1.310
23 diff -u -r1.309 -r1.310
24 --- ChangeLog 3 Sep 2013 22:12:02 -0000 1.309
25 +++ ChangeLog 30 Sep 2013 21:57:30 -0000 1.310
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-base/librsvg
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.309 2013/09/03 22:12:02 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.310 2013/09/30 21:57:30 pacho Exp $
31 +
32 +*librsvg-2.39.0 (30 Sep 2013)
33 +
34 + 30 Sep 2013; Pacho Ramos <pacho@g.o> +librsvg-2.39.0.ebuild,
35 + -librsvg-2.36.1.ebuild:
36 + Version bump
37
38 03 Sep 2013; Gilles Dartiguelongue <eva@g.o> librsvg-2.36.1.ebuild,
39 -librsvg-2.36.3.ebuild:
40
41
42
43 1.1 gnome-base/librsvg/librsvg-2.39.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.39.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.39.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: librsvg-2.39.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.39.0.ebuild,v 1.1 2013/09/30 21:57:30 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57 VALA_MIN_API_VERSION="0.18"
58 VALA_USE_DEPEND="vapigen"
59
60 inherit autotools eutils gnome2 multilib vala
61
62 DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
63 HOMEPAGE="https://live.gnome.org/LibRsvg"
64
65 LICENSE="LGPL-2"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
68 IUSE="+gtk +introspection tools vala"
69 REQUIRED_USE="
70 vala? ( introspection )
71 tools? ( gtk )
72 "
73
74 RDEPEND="
75 >=dev-libs/glib-2.24:2
76 >=x11-libs/cairo-1.2
77 >=x11-libs/pango-1.32.6
78 >=dev-libs/libxml2-2.7:2
79 >=dev-libs/libcroco-0.6.1
80 x11-libs/gdk-pixbuf:2[introspection?]
81 gtk? (
82 >=x11-libs/gtk+-2.16:2
83 tools? ( >=x11-libs/gtk+-3:3 ) )
84 introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
85 "
86 DEPEND="${RDEPEND}
87 dev-libs/gobject-introspection-common
88 dev-libs/vala-common
89 >=dev-util/gtk-doc-am-1.13
90 virtual/pkgconfig
91 vala? ( $(vala_depend) )
92 "
93 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
94
95 src_prepare() {
96 # Make rsvg-view non-automagic, upstream bug #653323
97 epatch "${FILESDIR}/${PN}-2.36.0-rsvg-view-automagic.patch"
98
99 use vala && vala_src_prepare
100
101 eautoreconf
102 gnome2_src_prepare
103 }
104
105 src_configure() {
106 local myconf=""
107
108 # -Bsymbolic is not supported by the Darwin toolchain
109 if [[ ${CHOST} == *-darwin* ]]; then
110 myconf="${myconf} --disable-Bsymbolic"
111 fi
112
113 gnome2_src_configure \
114 --disable-static \
115 --disable-tools \
116 $(use_enable tools rsvg-view) \
117 $(use_enable gtk gtk-theme) \
118 $(use_enable introspection) \
119 $(use_enable vala) \
120 --enable-pixbuf-loader \
121 ${myconf}
122 }
123
124 src_compile() {
125 # causes segfault if set, see bug #411765
126 unset __GL_NO_DSO_FINALIZER
127 gnome2_src_compile
128 }
129
130 pkg_postinst() {
131 # causes segfault if set, see bug 375615
132 unset __GL_NO_DSO_FINALIZER
133 gnome2_pkg_postinst
134 }
135
136 pkg_postrm() {
137 # causes segfault if set, see bug 375615
138 unset __GL_NO_DSO_FINALIZER
139 gnome2_pkg_postrm
140 }