Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137703 - inkscape-0.44.ebuild
Summary: inkscape-0.44.ebuild
Status: RESOLVED DUPLICATE of bug 135030
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 03:33 UTC by R Stephan
Modified: 2006-06-23 04:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R Stephan 2006-06-23 03:33:15 UTC
the official ebuild from a member of the inkscape team ;)

There were a number of changes to previous ebuilds due to changes in inkscape:
- the 0.44 source file is a gz (bz2 will appear later)
- removed perl python jabber USE flags, was all experimental
- removed effects USE flag, is now standard
- for this reason, dependencies on some dev-perl and dev-python packages (very small ones, mind you)
- version dependency of libsigc++ was increased to fix compile problems
- gnome depndency on gnome-print removed, is experimental
- added gnome-vfs dependency if gnome used
- added lcms boost USE flags and deps, the latter is needed for connector routing but not essential
- removed gcc-4.1 patch, is already included

I intend to provide more ebuilds as versions appear.
Is there a list for such persons? (guessed I was new to gentoo? 8)

Regards,
Ralf "rwst" Stephan 
(inkscape developer and tracker maintainer)

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2 eutils

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 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gnome mmx bonobo inkjar lcms boost doc plugin spell"

RDEPEND=">=x11-libs/gtk+-2.4.1
	>=dev-libs/glib-2.6.5
	>=media-libs/libart_lgpl-2.3.16
	>=dev-libs/libxml2-2.6.20
	>=x11-libs/pango-1.4.0
	>=dev-libs/libxslt-1.0.15
	dev-perl/XML-Parser
	dev-perl/XML-XQL 
	dev-python/pyxml
	virtual/xft
	dev-libs/popt
	media-libs/fontconfig
	sys-libs/zlib
	media-libs/libpng
	>=sys-devel/gcc-3
	>=dev-libs/libsigc++-2.0.12
	>=dev-cpp/gtkmm-2.4
	dev-cpp/glibmm
	>=dev-libs/boehm-gc-6.4
	gnome? ( >=gnome-base/gnome-vfs-2.0 )
	lcms? ( >=media-libs/lcms-1.13 )
	boost? ( >=dev-libs/boost )
	plugin? ( >=media-gfx/pstoedit-3.33
	          >=media-gfx/skencil-0.6.16
		  media-libs/libwmf
		  app-office/dia )
	spell? ( app-text/gtkspell )"

DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/pkgconfig
	>=dev-util/intltool-0.29"

G2CONF="${G2CONF} --with-xft"
G2CONF="${G2CONF} `use_with spell gtkspell`"
use mmx || G2CONF="${G2CONF} --disable-mmx"
use inkjar || G2CONF="${G2CONF} --without-inkjar"
use gnome && G2CONF="${G2CONF} --with-gnome-vfs"
use lcms || G2CONF="${G2CONF} --disable-lcms"


src_unpack() {
	unpack ${A}

	cd ${S}

	autoconf || die
	libtoolize --copy --force || die
}

DOCS="AUTHORS COPYING ChangeLog HACKING NEWS README"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-23 04:06:33 UTC

*** This bug has been marked as a duplicate of 135030 ***