public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/autotrace: ChangeLog autotrace-0.31.1-r4.ebuild
@ 2009-09-18 23:17 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2009-09-18 23:17 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/09/18 23:17:26

  Modified:             ChangeLog
  Added:                autotrace-0.31.1-r4.ebuild
  Log:
  Fix broken pkgconfig file, bug #283534 by Dominique Michel. Patch from
  Alexandre Rostovtsev.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 media-gfx/autotrace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	6 Sep 2009 23:47:16 -0000	1.32
+++ ChangeLog	18 Sep 2009 23:17:26 -0000	1.33
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/autotrace
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.32 2009/09/06 23:47:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.33 2009/09/18 23:17:26 dirtyepic Exp $
+
+*autotrace-0.31.1-r4 (18 Sep 2009)
+
+  18 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> +autotrace-0.31.1-r4.ebuild,
+  +files/autotrace-0.31.1-pkgconfig.patch:
+  Fix broken pkgconfig file, bug #283534 by Dominique Michel. Patch from
+  Alexandre Rostovtsev.
 
   06 Sep 2009; Brent Baude <ranger@gentoo.org> autotrace-0.31.1-r3.ebuild:
   Marking autotrace-0.31.1-r3 ~ppc64 for bug 281573



1.1                  media-gfx/autotrace/autotrace-0.31.1-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r4.ebuild?rev=1.1&content-type=text/plain

Index: autotrace-0.31.1-r4.ebuild
===================================================================
# Copyright 1999-2009 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-r4.ebuild,v 1.1 2009/09/18 23:17:26 dirtyepic Exp $

EAPI=1

inherit eutils autotools

DESCRIPTION="Converts Bitmaps to vector-graphics"
SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz
	mirror://debian/pool/main/a/autotrace/autotrace_0.31.1-13.diff.gz"

HOMEPAGE="http://autotrace.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+imagemagick +pdf"

RDEPEND="media-libs/libexif
	>=media-libs/libpng-1.2.5-r4
	>=media-libs/ming-0.3.0
	pdf? ( >=media-gfx/pstoedit-3.45-r1 )
	imagemagick? ( >=media-gfx/imagemagick-5.5.6-r1 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}"/autotrace_0.31.1-13.diff
	epatch "${FILESDIR}"/${P}-swf-output.patch
	epatch "${FILESDIR}"/${P}-m4.patch
	epatch "${FILESDIR}"/${P}-pkgconfig.patch	# bug 283534
	eautoreconf
}

src_compile() {
	# Autotrace will autolink to ming if present. Forcing on.
	econf \
		--disable-dependency-tracking \
		--with-ming \
		$(use_with imagemagick magick) \
		$(use_with pdf pstoedit) \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-18 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 23:17 [gentoo-commits] gentoo-x86 commit in media-gfx/autotrace: ChangeLog autotrace-0.31.1-r4.ebuild Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox