diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 16:42:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 16:42:27 +0000 |
commit | e7f9294b3d99cd4fc6c31871e0268c6ce12f6062 (patch) | |
tree | 54c5bd14b8a000a8a23eb02c732ceea535f1d3a1 /media-gfx/autotrace | |
parent | alpha/ia64/sh/sparc stable wrt #383791 (diff) | |
download | historical-e7f9294b3d99cd4fc6c31871e0268c6ce12f6062.tar.gz historical-e7f9294b3d99cd4fc6c31871e0268c6ce12f6062.tar.bz2 historical-e7f9294b3d99cd4fc6c31871e0268c6ce12f6062.zip |
old
Package-Manager: portage-2.2.0_alpha70/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/autotrace')
-rw-r--r-- | media-gfx/autotrace/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/autotrace/autotrace-0.31.1-r5.ebuild | 59 |
2 files changed, 5 insertions, 60 deletions
diff --git a/media-gfx/autotrace/ChangeLog b/media-gfx/autotrace/ChangeLog index f0cce71de6a6..cd456f4227a3 100644 --- a/media-gfx/autotrace/ChangeLog +++ b/media-gfx/autotrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/autotrace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.52 2011/10/23 15:24:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.53 2011/10/23 16:42:27 ssuominen Exp $ + + 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + -autotrace-0.31.1-r5.ebuild: + old 23 Oct 2011; Raúl Porcel <armin76@gentoo.org> autotrace-0.31.1-r6.ebuild: alpha/ia64/sparc stable wrt #386007 diff --git a/media-gfx/autotrace/autotrace-0.31.1-r5.ebuild b/media-gfx/autotrace/autotrace-0.31.1-r5.ebuild deleted file mode 100644 index 284b78e601a3..000000000000 --- a/media-gfx/autotrace/autotrace-0.31.1-r5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r5.ebuild,v 1.9 2011/03/03 15:38:09 josejx Exp $ - -EAPI=1 -inherit autotools eutils - -DESCRIPTION="Converts Bitmaps to vector-graphics" -HOMEPAGE="http://autotrace.sourceforge.net/" -SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz - mirror://debian/pool/main/a/${PN}/${PN}_${PV}-13.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="+imagemagick" - -RDEPEND="media-libs/libexif - >=media-libs/libpng-1.2.43-r2:0 - >=media-libs/ming-0.3.0 - >=media-gfx/pstoedit-3.45-r1 - imagemagick? ( >=media-gfx/imagemagick-6 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${PN}_${PV}-13.diff - epatch "${FILESDIR}"/${P}-swf-output.patch - epatch "${FILESDIR}"/${P}-m4.patch - epatch "${FILESDIR}"/${P}-pkgconfig.patch # bug 283534 - # Fix building on PowerPC with Altivec - epatch "${FILESDIR}"/${P}-bool.patch - - # Fix broken Debian patchset wrt bug 321525 - sed -i \ - -e 's:libpng12:libpng:' \ - configure.in || die - - eautoreconf -} - -src_compile() { - # Autotrace will autolink to ming if present. And fail to autoconf, and then - # ./configure without pstoedit. Forcing on. - econf \ - --disable-dependency-tracking \ - --with-ming \ - $(use_with imagemagick magick) \ - --with-pstoedit - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} |