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: ChangeLog librsvg-2.26.2.ebuild
Date: Tue, 30 Mar 2010 16:39:50
Message-Id: E1NweTj-0007m1-Hh@stork.gentoo.org
1 pacho 10/03/30 16:39:47
2
3 Modified: ChangeLog
4 Added: librsvg-2.26.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.205 gnome-base/librsvg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.205&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.205&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.204&r2=1.205
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
19 retrieving revision 1.204
20 retrieving revision 1.205
21 diff -u -r1.204 -r1.205
22 --- ChangeLog 16 Jan 2010 17:21:43 -0000 1.204
23 +++ ChangeLog 30 Mar 2010 16:39:47 -0000 1.205
24 @@ -1,6 +1,20 @@
25 # ChangeLog for gnome-base/librsvg
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.204 2010/01/16 17:21:43 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.205 2010/03/30 16:39:47 pacho Exp $
29 +
30 +*librsvg-2.26.2 (30 Mar 2010)
31 +
32 + 30 Mar 2010; Pacho Ramos <pacho@g.o> +librsvg-2.26.2.ebuild:
33 + Version bump with these relevant changes:
34 + - Enable silent build by default
35 + - Use GDK_DRAWABLE() instead of non-existing GTK_DRAWABLE()
36 + - Fix compiler warnings
37 + - Remove some deprecated gtk+/gdk functions and bump gtk+ requirement
38 + - Fix linking with pedantic linkers
39 + - Make librsvg compile with -DGSEAL_ENABLED
40 + - Drop mozilla plugin.
41 + Ebuild modified to achieve mozilla plugin removal and gtk+ requeriment
42 + bump.
43
44 16 Jan 2010; Raúl Porcel <armin76@g.o> librsvg-2.26.0.ebuild:
45 sh stable
46
47
48
49 1.1 gnome-base/librsvg/librsvg-2.26.2.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: librsvg-2.26.2.ebuild
55 ===================================================================
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.2.ebuild,v 1.1 2010/03/30 16:39:47 pacho Exp $
59
60 inherit eutils gnome2 multilib
61
62 DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
63 HOMEPAGE="http://librsvg.sourceforge.net/"
64
65 LICENSE="LGPL-2"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
68 IUSE="doc zlib"
69
70 RDEPEND=">=media-libs/fontconfig-1.0.1
71 >=media-libs/freetype-2
72 >=x11-libs/gtk+-2.16
73 >=dev-libs/glib-2.15.4
74 >=x11-libs/cairo-1.2
75 >=x11-libs/pango-1.10
76 >=dev-libs/libxml2-2.4.7
77 >=dev-libs/libcroco-0.6.1
78 zlib? ( >=gnome-extra/libgsf-1.6 )"
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.12
81 doc? ( >=dev-util/gtk-doc-1 )"
82
83 DOCS="AUTHORS ChangeLog README NEWS TODO"
84
85 pkg_setup() {
86 # croco is forced on to respect SVG specification
87 G2CONF="${G2CONF}
88 $(use_with zlib svgz)
89 --with-croco
90 --enable-pixbuf-loader
91 --enable-gtk-theme"
92 }
93
94 src_unpack() {
95 gnome2_src_unpack
96
97 # gcc-4.3.2-r3 related segfault with various apps like firefox -- bug 239992
98 epatch "${FILESDIR}/${PN}-2.22.3-fix-segfault-with-firefox.patch"
99 }
100
101 set_gtk_confdir() {
102 # An arch specific config directory is used on multilib systems
103 has_multilib_profile && GTK2_CONFDIR="${ROOT}etc/gtk-2.0/${CHOST}"
104 GTK2_CONFDIR="${GTK2_CONFDIR:-/etc/gtk-2.0}"
105 }
106
107 src_install() {
108 gnome2_src_install
109
110 # remove gdk-pixbuf loaders (#47766)
111 rm -fr "${D}/etc"
112 }
113
114 pkg_postinst() {
115 set_gtk_confdir
116 gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders"
117 }
118
119 pkg_postrm() {
120 set_gtk_confdir
121 gdk-pixbuf-query-loaders > "${GTK2_CONFDIR}/gdk-pixbuf.loaders"
122 }