pacho       14/03/29 19:57:11

  Modified:             ChangeLog
  Added:                librsvg-2.40.2.ebuild
  Removed:              librsvg-2.39.0.ebuild librsvg-2.40.1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.332                gnome-base/librsvg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.332&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.332&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.331&r2=1.332

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- ChangeLog   28 Mar 2014 02:25:24 -0000      1.331
+++ ChangeLog   29 Mar 2014 19:57:11 -0000      1.332
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/librsvg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.331 
2014/03/28 02:25:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.332 
2014/03/29 19:57:11 pacho Exp $
+
+*librsvg-2.40.2 (29 Mar 2014)
+
+  29 Mar 2014; Pacho Ramos <[email protected]> +librsvg-2.40.2.ebuild,
+  -librsvg-2.39.0.ebuild, -librsvg-2.40.1.ebuild:
+  Version bump, drop old
 
   28 Mar 2014; Jeroen Roovers <[email protected]> librsvg-2.40.1-r1.ebuild:
   Stable for HPPA (bug #499954).



1.1                  gnome-base/librsvg/librsvg-2.40.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild?rev=1.1&content-type=text/plain

Index: librsvg-2.40.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2.ebuild,v 
1.1 2014/03/29 19:57:11 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
VALA_MIN_API_VERSION="0.18"
VALA_USE_DEPEND="vapigen"

inherit autotools gnome2 vala

DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg";

LICENSE="LGPL-2"
SLOT="2"
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"
IUSE="+introspection vala tools"
REQUIRED_USE="
        vala? ( introspection )
"

RDEPEND="
        >=dev-libs/glib-2.24:2
        >=x11-libs/cairo-1.2
        >=x11-libs/pango-1.32.6
        >=dev-libs/libxml2-2.7:2
        >=dev-libs/libcroco-0.6.1
        >=x11-libs/gdk-pixbuf-2.20:2[introspection?]
        introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
        tools? ( >=x11-libs/gtk+-3.2.0:3 )
"
DEPEND="${RDEPEND}
        dev-libs/gobject-introspection-common
        dev-libs/vala-common
        >=dev-util/gtk-doc-am-1.13
        virtual/pkgconfig
        vala? ( $(vala_depend) )
"
# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by 
eautoreconf

src_prepare() {
        # https://bugzilla.gnome.org/show_bug.cgi?id=712693
        epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch"
        eautoreconf

        use vala && vala_src_prepare
        gnome2_src_prepare
}

src_configure() {
        local myconf=""

        # -Bsymbolic is not supported by the Darwin toolchain
        if [[ ${CHOST} == *-darwin* ]]; then
                myconf="${myconf} --disable-Bsymbolic"
        fi

        # --disable-tools even when USE=tools; the tools/ subdirectory is useful
        # only for librsvg developers
        gnome2_src_configure \
                --disable-static \
                --disable-tools \
                $(use_enable introspection) \
                $(use_with tools gtk3) \
                $(use_enable vala) \
                --enable-pixbuf-loader \
                ${myconf}
}

src_compile() {
        # causes segfault if set, see bug #411765
        unset __GL_NO_DSO_FINALIZER
        gnome2_src_compile
}

pkg_postinst() {
        # causes segfault if set, see bug 375615
        unset __GL_NO_DSO_FINALIZER
        gnome2_pkg_postinst
}

pkg_postrm() {
        # causes segfault if set, see bug 375615
        unset __GL_NO_DSO_FINALIZER
        gnome2_pkg_postrm
}




Reply via email to