summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-04-25 20:47:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-04-25 20:47:25 +0000
commit6e70bdfe5ef39554a3f63ecc0c53c541936a46d9 (patch)
treef3f1d5b1ea302a3b2697112e8a2fa3c1e88b0708 /media-video/cinepaint
parentClean unused version. (diff)
downloadgentoo-2-6e70bdfe5ef39554a3f63ecc0c53c541936a46d9.tar.gz
gentoo-2-6e70bdfe5ef39554a3f63ecc0c53c541936a46d9.tar.bz2
gentoo-2-6e70bdfe5ef39554a3f63ecc0c53c541936a46d9.zip
Add gimpprint useflag/support, thanks to Honza Macháček <Hloupy.Honza@centrum.cz>, bug #175681
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-video/cinepaint')
-rw-r--r--media-video/cinepaint/ChangeLog6
-rw-r--r--media-video/cinepaint/cinepaint-0.22.0.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/media-video/cinepaint/ChangeLog b/media-video/cinepaint/ChangeLog
index a73911af1b47..5aeedb581a0b 100644
--- a/media-video/cinepaint/ChangeLog
+++ b/media-video/cinepaint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/cinepaint
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.16 2007/04/15 14:13:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.17 2007/04/25 20:47:25 aballier Exp $
+
+ 25 Apr 2007; Alexis Ballier <aballier@gentoo.org> cinepaint-0.22.0.ebuild:
+ Add gimpprint useflag/support, thanks to Honza Macháček
+ <Hloupy.Honza@centrum.cz>, bug #175681
*cinepaint-0.22.0 (15 Apr 2007)
diff --git a/media-video/cinepaint/cinepaint-0.22.0.ebuild b/media-video/cinepaint/cinepaint-0.22.0.ebuild
index fc472ef3afdf..d9e6cc4723ea 100644
--- a/media-video/cinepaint/cinepaint-0.22.0.ebuild
+++ b/media-video/cinepaint/cinepaint-0.22.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild,v 1.1 2007/04/15 14:13:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.0.ebuild,v 1.2 2007/04/25 20:47:25 aballier Exp $
inherit eutils versionator flag-o-matic
@@ -12,11 +12,12 @@ HOMEPAGE="http://cinepaint.sourceforge.net/"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
-IUSE="png zlib"
+IUSE="gimpprint png zlib"
DEPEND=">=x11-libs/gtk+-2.0
png? ( >=media-libs/libpng-1.2 )
zlib? ( sys-libs/zlib )
+ gimpprint? ( >=media-gfx/gimp-print-5.0.0 )
media-libs/openexr
>=media-libs/lcms-1.16
media-libs/tiff
@@ -30,8 +31,7 @@ src_unpack() {
}
src_compile(){
- # gutenprint is not in portage
- econf --disable-print --enable-gtk2 || die "econf failed"
+ econf $(use_enable gimpprint print) --enable-gtk2 || die "econf failed"
emake || die "emake failed"
}