# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.45.1.ebuild,v 1.7 2007/04/09 19:47:47 cryos Exp $ inherit gnome2 DESCRIPTION="A SVG based generic vector-drawing program" HOMEPAGE="http://www.inkscape.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="dia gnome mmx inkjar lcms doc postscript spell wmf" RESTRICT="test" COMMON_DEPEND=">=x11-libs/gtk+-2.10.7 dev-cpp/glibmm >=dev-cpp/gtkmm-2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 dev-libs/popt media-libs/fontconfig >=media-libs/freetype-2 media-libs/libpng >=x11-libs/pango-1.4.0 >=dev-libs/libxml2-2.6.20 dev-perl/XML-Parser dev-perl/XML-XQL dev-python/pyxml virtual/xft gnome? ( >=gnome-base/gnome-vfs-2.0 gnome-base/libgnomeprint gnome-base/libgnomeprintui ) lcms? ( >=media-libs/lcms-1.14 ) spell? ( app-text/gtkspell )" # These only use executables provided by these packages # See share/extensions for more details. inkscape can tell you to # install these so we could of course just not depend on those and rely # on that. RDEPEND=" ${COMMON_DEPEND} dia? ( app-office/dia ) postscript? ( >=media-gfx/pstoedit-3.44 media-gfx/skencil ) wmf? ( media-libs/libwmf )" DEPEND="${COMMON_DEPEND} sys-devel/gettext dev-util/pkgconfig x11-libs/libX11 >=dev-util/intltool-0.29" pkg_setup() { G2CONF="${G2CONF} --with-xft" G2CONF="${G2CONF} $(use_with spell gtkspell)" #G2CONF="${G2CONF} $(use_with jabber inkboard)" G2CONF="${G2CONF} $(use_enable mmx)" G2CONF="${G2CONF} $(use_with inkjar)" G2CONF="${G2CONF} $(use_with gnome gnome-vfs)" G2CONF="${G2CONF} $(use_with gnome gnome-print)" G2CONF="${G2CONF} $(use_enable lcms)" } DOCS="AUTHORS COPYING ChangeLog NEWS README"