summaryrefslogtreecommitdiff
path: root/media-gfx/inkscape/inkscape-9999.ebuild
blob: 4379c428d9b6179263d874147f1e98b2af87be75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
inherit bzr gnome2 eutils flag-o-matic

SRC_URI=""
EBZR_REPO_URI="lp:inkscape"
EBZR_PROJECT="inkscape"

DESCRIPTION="A SVG based generic vector-drawing program"
HOMEPAGE="http://www.inkscape.org/"

SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS=""
IUSE="dia gs gnome inkjar dbus lcms nls poppler postscript python perl wmf wpg"
RESTRICT="test"

COMMON_DEPEND="
	>=dev-cpp/glibmm-2.36
	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/libxml2-2.6.20
	>=dev-libs/libxslt-1.0.15
	dev-libs/popt
	dev-python/lxml
	|| ( media-gfx/imagemagick[cxx] media-gfx/graphicsmagick[cxx,symlink] )
	media-libs/fontconfig
	media-libs/freetype:2
	>=media-libs/libpng-1.5
	app-text/libwpd:0.9
	wpg? ( app-text/libwpg:0.2 )
	sci-libs/gsl
	x11-libs/libXft
	x11-libs/gtk+:2
	>=x11-libs/pango-1.4.0
	|| ( dev-lang/python[xml] dev-python/pyxml )
	gnome? ( >=gnome-base/gnome-vfs-2.0 )
	lcms? ( media-libs/lcms:0 )"

# 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}
	dev-python/numpy
	media-gfx/uniconvertor
	postscript? ( media-gfx/pstoedit )
	dia? ( app-office/dia )
	gs? ( app-text/ghostscript-gpl )"
DEPEND="${COMMON_DEPEND}
	dev-libs/boost
	sys-devel/gettext
	virtual/pkgconfig
	x11-libs/libX11
	>=dev-util/intltool-0.29"

src_unpack() {
	bzr_src_unpack
}
src_configure(){
	sh autogen.sh || die "autogen"
	econf \
	$(use_with perl)\
	$(use_with python)\
	$(use_enable poppler poppler-cairo)\
	$(use_with gnome gnome-vfs)\
	$(use_with inkjar)\
	$(use_enable wpg)\
	$(use_enable dbus dbusapi)\
	$(use_enable lcms)\
	$(use_enable nls)\

	DOCS="AUTHORS ChangeLog-0.91 NEWS README*"

	#./configure
	# aliasing unsafe wrt #310393
	#append-flags -fno-strict-aliasing
	#gnome2_src_configure
}

pkg_postinst() {
	elog "local configurations (also includes extensions) are moved from"
	elog "\${HOME}/.inkscape to \${HOME}/.config/inkscape within"
	elog ">=media-gfx/inkscape-0.48"
}