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.2.ebuild ChangeLog librsvg-2.39.0.ebuild librsvg-2.40.1.ebuild
Date: Sat, 29 Mar 2014 19:57:17
Message-Id: 20140329195711.C049D20054@flycatcher.gentoo.org
1 pacho 14/03/29 19:57:11
2
3 Modified: ChangeLog
4 Added: librsvg-2.40.2.ebuild
5 Removed: librsvg-2.39.0.ebuild librsvg-2.40.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.332 gnome-base/librsvg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.332&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.332&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.331&r2=1.332
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
21 retrieving revision 1.331
22 retrieving revision 1.332
23 diff -u -r1.331 -r1.332
24 --- ChangeLog 28 Mar 2014 02:25:24 -0000 1.331
25 +++ ChangeLog 29 Mar 2014 19:57:11 -0000 1.332
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-base/librsvg
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.331 2014/03/28 02:25:24 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.332 2014/03/29 19:57:11 pacho Exp $
31 +
32 +*librsvg-2.40.2 (29 Mar 2014)
33 +
34 + 29 Mar 2014; Pacho Ramos <pacho@g.o> +librsvg-2.40.2.ebuild,
35 + -librsvg-2.39.0.ebuild, -librsvg-2.40.1.ebuild:
36 + Version bump, drop old
37
38 28 Mar 2014; Jeroen Roovers <jer@g.o> librsvg-2.40.1-r1.ebuild:
39 Stable for HPPA (bug #499954).
40
41
42
43 1.1 gnome-base/librsvg/librsvg-2.40.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: librsvg-2.40.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 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.40.2.ebuild,v 1.1 2014/03/29 19:57:11 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 gnome2 vala
61
62 DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
63 HOMEPAGE="https://wiki.gnome.org/Projects/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="+introspection vala tools"
69 REQUIRED_USE="
70 vala? ( introspection )
71 "
72
73 RDEPEND="
74 >=dev-libs/glib-2.24:2
75 >=x11-libs/cairo-1.2
76 >=x11-libs/pango-1.32.6
77 >=dev-libs/libxml2-2.7:2
78 >=dev-libs/libcroco-0.6.1
79 >=x11-libs/gdk-pixbuf-2.20:2[introspection?]
80 introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
81 tools? ( >=x11-libs/gtk+-3.2.0:3 )
82 "
83 DEPEND="${RDEPEND}
84 dev-libs/gobject-introspection-common
85 dev-libs/vala-common
86 >=dev-util/gtk-doc-am-1.13
87 virtual/pkgconfig
88 vala? ( $(vala_depend) )
89 "
90 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
91
92 src_prepare() {
93 # https://bugzilla.gnome.org/show_bug.cgi?id=712693
94 epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch"
95 eautoreconf
96
97 use vala && vala_src_prepare
98 gnome2_src_prepare
99 }
100
101 src_configure() {
102 local myconf=""
103
104 # -Bsymbolic is not supported by the Darwin toolchain
105 if [[ ${CHOST} == *-darwin* ]]; then
106 myconf="${myconf} --disable-Bsymbolic"
107 fi
108
109 # --disable-tools even when USE=tools; the tools/ subdirectory is useful
110 # only for librsvg developers
111 gnome2_src_configure \
112 --disable-static \
113 --disable-tools \
114 $(use_enable introspection) \
115 $(use_with tools gtk3) \
116 $(use_enable vala) \
117 --enable-pixbuf-loader \
118 ${myconf}
119 }
120
121 src_compile() {
122 # causes segfault if set, see bug #411765
123 unset __GL_NO_DSO_FINALIZER
124 gnome2_src_compile
125 }
126
127 pkg_postinst() {
128 # causes segfault if set, see bug 375615
129 unset __GL_NO_DSO_FINALIZER
130 gnome2_pkg_postinst
131 }
132
133 pkg_postrm() {
134 # causes segfault if set, see bug 375615
135 unset __GL_NO_DSO_FINALIZER
136 gnome2_pkg_postrm
137 }