* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.32.1.ebuild librsvg-2.26.0.ebuild librsvg-2.32.0.ebuild librsvg-2.26.2.ebuild
@ 2010-11-19 21:39 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-11-19 21:39 UTC (permalink / raw
To: gentoo-commits
pacho 10/11/19 21:39:45
Modified: ChangeLog
Added: librsvg-2.32.1.ebuild
Removed: librsvg-2.26.0.ebuild librsvg-2.32.0.ebuild
librsvg-2.26.2.ebuild
Log:
Version bump: make sure the surfaces own their pixels, remove stray comma from enum, dist testcase input file. Remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Revision Changes Path
1.228 gnome-base/librsvg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.227&r2=1.228
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog 8 Nov 2010 21:21:25 -0000 1.227
+++ ChangeLog 19 Nov 2010 21:39:45 -0000 1.228
@@ -1,6 +1,16 @@
# ChangeLog for gnome-base/librsvg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.227 2010/11/08 21:21:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.228 2010/11/19 21:39:45 pacho Exp $
+
+*librsvg-2.32.1 (19 Nov 2010)
+
+ 19 Nov 2010; Pacho Ramos <pacho@gentoo.org>
+ -files/librsvg-2.22.3-fix-segfault-with-firefox.patch,
+ -librsvg-2.26.0.ebuild, -librsvg-2.26.2.ebuild,
+ -files/librsvg-2.26.2-choosable-tools.patch, -librsvg-2.32.0.ebuild,
+ +librsvg-2.32.1.ebuild:
+ Version bump: make sure the surfaces own their pixels, remove stray comma
+ from enum, dist testcase input file. Remove old.
*librsvg-2.32.0 (08 Nov 2010)
1.1 gnome-base/librsvg/librsvg-2.32.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.32.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.32.1.ebuild?rev=1.1&content-type=text/plain
Index: librsvg-2.32.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.32.1.ebuild,v 1.1 2010/11/19 21:39:45 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2 multilib
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
HOMEPAGE="http://librsvg.sourceforge.net/"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +gtk tools"
RDEPEND=">=media-libs/fontconfig-1.0.1
>=media-libs/freetype-2
>=dev-libs/glib-2.24:2
>=x11-libs/cairo-1.2
>=x11-libs/pango-1.10
>=dev-libs/libxml2-2.4.7
>=dev-libs/libcroco-0.6.1
|| ( x11-libs/gdk-pixbuf
x11-libs/gtk+:2 )
gtk? ( >=x11-libs/gtk+-2.16:2 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12
doc? ( >=dev-util/gtk-doc-1 )"
# >=dev-util/gtk-doc-am-1.13 needed by eautoreconf
pkg_setup() {
# croco is forced on to respect SVG specification
G2CONF="${G2CONF}
--disable-static
$(use_enable tools)
$(use_enable gtk gtk-theme)
--with-croco
--enable-pixbuf-loader"
DOCS="AUTHORS ChangeLog README NEWS TODO"
}
src_install() {
gnome2_src_install
# Remove .la files, these libraries are dlopen()-ed.
rm -vf "${ED}"/usr/lib*/gtk-2.0/*/engines/libsvg.la
rm -vf "${ED}"/usr/lib*/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.la
}
pkg_postinst() {
gdk-pixbuf-query-loaders > "${EROOT}/usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
}
pkg_postrm() {
gdk-pixbuf-query-loaders > "${EROOT}/usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-19 21:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 21:39 [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg: ChangeLog librsvg-2.32.1.ebuild librsvg-2.26.0.ebuild librsvg-2.32.0.ebuild librsvg-2.26.2.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox