diff options
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog index 96ffe91dcad0..6817e790d103 100644 --- a/kde-base/kdegraphics-kfile-plugins/ChangeLog +++ b/kde-base/kdegraphics-kfile-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdegraphics-kfile-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.34 2005/12/17 13:16:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.35 2005/12/29 10:10:53 greg_g Exp $ + + 29 Dec 2005; Gregorio Guidi <greg_g@gentoo.org> + kdegraphics-kfile-plugins-3.5.0.ebuild: + Make tiff dependency not optional. 17 Dec 2005; Markus Rothe <corsair@gentoo.org> kdegraphics-kfile-plugins-3.5.0.ebuild: diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild index f831e325f3e8..9565c408625d 100644 --- a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild,v 1.6 2005/12/29 09:49:46 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild,v 1.7 2005/12/29 10:10:53 greg_g Exp $ KMNAME=kdegraphics KMMODULE=kfile-plugins @@ -10,10 +10,13 @@ inherit kde-meta eutils DESCRIPTION="kfile plugins from kdegraphics" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="tiff openexr" -DEPEND="tiff? ( media-libs/tiff ) +IUSE="openexr" +DEPEND="media-libs/tiff openexr? ( media-libs/openexr )" +# compilation of the tiff plugin depends on the check in acinclude.m4.in, +# which doesn't have a switch. + # ps installed with kghostview, pdf installed with kpdf KMEXTRACTONLY="kfile-plugins/ps kfile-plugins/pdf" |