Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
the inkscape ebuild in report 135030 has several problems, as can be seen from reported problems in its comments. the attached ebuild fixes all these and can be considered 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 # 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"
Created an attachment (id=89923) [details] inkscape-0.44.ebuild
(In reply to comment #0) > the inkscape ebuild in report 135030 has several problems, as can be seen from > reported problems in its comments. So attach (don't paste inline) a better ebuild there... Really no need for another duplicate bug. Thanks. *** This bug has been marked as a duplicate of 135030 *** *** This bug has been marked as a duplicate of 135030 ***