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.40.4.ebuild ChangeLog
Date: Thu, 02 Oct 2014 11:57:05
Message-Id: 20141002115700.7F2D56C2E@oystercatcher.gentoo.org
1 pacho 14/10/02 11:57:00
2
3 Modified: ChangeLog
4 Added: librsvg-2.40.4.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.362 gnome-base/librsvg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.362&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.362&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.361&r2=1.362
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
20 retrieving revision 1.361
21 retrieving revision 1.362
22 diff -u -r1.361 -r1.362
23 --- ChangeLog 15 Sep 2014 08:20:34 -0000 1.361
24 +++ ChangeLog 2 Oct 2014 11:57:00 -0000 1.362
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/librsvg
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.361 2014/09/15 08:20:34 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.362 2014/10/02 11:57:00 pacho Exp $
30 +
31 +*librsvg-2.40.4 (02 Oct 2014)
32 +
33 + 02 Oct 2014; Pacho Ramos <pacho@g.o> +librsvg-2.40.4.ebuild:
34 + Version bump
35
36 15 Sep 2014; Agostino Sarubbo <ago@g.o> librsvg-2.40.2-r1.ebuild:
37 Stable for sparc, wrt bug #512012
38
39
40
41 1.1 gnome-base/librsvg/librsvg-2.40.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: librsvg-2.40.4.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.4.ebuild,v 1.1 2014/10/02 11:57:00 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 VALA_MIN_API_VERSION="0.18"
56 VALA_USE_DEPEND="vapigen"
57
58 inherit autotools gnome2 multilib-minimal vala
59
60 DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
61 HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg"
62
63 LICENSE="LGPL-2"
64 SLOT="2"
65 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"
66 IUSE="+introspection vala tools"
67 REQUIRED_USE="
68 vala? ( introspection )
69 "
70
71 RDEPEND="
72 >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
73 >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}]
74 >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
75 >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
76 >=dev-libs/libcroco-0.6.8-r1[${MULTILIB_USEDEP}]
77 >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}]
78 introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
79 tools? ( >=x11-libs/gtk+-3.2.0:3 )
80 "
81 DEPEND="${RDEPEND}
82 dev-libs/gobject-introspection-common
83 dev-libs/vala-common
84 >=dev-util/gtk-doc-am-1.13
85 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
86 vala? ( $(vala_depend) )
87 "
88 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
89
90 src_prepare() {
91 # https://bugzilla.gnome.org/show_bug.cgi?id=712693
92 epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch"
93
94 # https://bugzilla.gnome.org/show_bug.cgi?id=731826
95 epatch "${FILESDIR}/${PN}-2.40.2-vala-out-of-source.patch"
96
97 eautoreconf
98
99 use vala && vala_src_prepare
100 gnome2_src_prepare
101 }
102
103 multilib_src_configure() {
104 local myconf=()
105
106 # -Bsymbolic is not supported by the Darwin toolchain
107 if [[ ${CHOST} == *-darwin* ]]; then
108 myconf+=( --disable-Bsymbolic )
109 fi
110
111 # --disable-tools even when USE=tools; the tools/ subdirectory is useful
112 # only for librsvg developers
113 ECONF_SOURCE=${S} \
114 gnome2_src_configure \
115 --disable-static \
116 --disable-tools \
117 $(multilib_native_use_enable introspection) \
118 $(multilib_native_use_with tools gtk3) \
119 $(multilib_native_use_enable vala) \
120 --enable-pixbuf-loader \
121 "${myconf[@]}"
122
123 if multilib_is_native_abi; then
124 ln -s "${S}"/doc/html doc/html || die
125 fi
126 }
127
128 multilib_src_compile() {
129 # causes segfault if set, see bug #411765
130 unset __GL_NO_DSO_FINALIZER
131 gnome2_src_compile
132 }
133
134 multilib_src_install() {
135 gnome2_src_install
136 }
137
138 pkg_postinst() {
139 # causes segfault if set, see bug 375615
140 unset __GL_NO_DSO_FINALIZER
141 multilib_foreach_abi gnome2_pkg_postinst
142 }
143
144 pkg_postrm() {
145 # causes segfault if set, see bug 375615
146 unset __GL_NO_DSO_FINALIZER
147 multilib_foreach_abi gnome2_pkg_postrm
148 }