summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-12-29 10:10:53 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-12-29 10:10:53 +0000
commit39018f5356fcdf4f60763a82acbc89fe71e38c30 (patch)
treed841fe9814d6abe327030be0517ccc063d245b50 /kde-base/kdegraphics-kfile-plugins
parentRemove old dependency on xpdf (#117024). (diff)
downloadhistorical-39018f5356fcdf4f60763a82acbc89fe71e38c30.tar.gz
historical-39018f5356fcdf4f60763a82acbc89fe71e38c30.tar.bz2
historical-39018f5356fcdf4f60763a82acbc89fe71e38c30.zip
Make tiff dependency not optional.
Package-Manager: portage-2.0.53
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
-rw-r--r--kde-base/kdegraphics-kfile-plugins/ChangeLog6
-rw-r--r--kde-base/kdegraphics-kfile-plugins/Manifest4
-rw-r--r--kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.0.ebuild9
3 files changed, 13 insertions, 6 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/Manifest b/kde-base/kdegraphics-kfile-plugins/Manifest
index ec1607a8b936..332f4c8ed20e 100644
--- a/kde-base/kdegraphics-kfile-plugins/Manifest
+++ b/kde-base/kdegraphics-kfile-plugins/Manifest
@@ -1,4 +1,4 @@
-MD5 7bcf0d9bdc77f827a264e033f1f59b56 ChangeLog 5167
+MD5 921f42bdfe0076a0573a443c76bdead8 ChangeLog 5296
MD5 d34b4b86b659b21184ada6cc00ec5569 files/configure-fix-kdegraphics-openexr.patch 704
MD5 1334abaee53983ad0a0810adeafef453 files/digest-kdegraphics-kfile-plugins-3.4.1 221
MD5 cb94e5a98246b8c80e29c3d668e4be9d files/digest-kdegraphics-kfile-plugins-3.4.2 300
@@ -7,5 +7,5 @@ MD5 0459ac16349d79da6246392e2454796b files/digest-kdegraphics-kfile-plugins-3.5.
MD5 a01138948c8970285dccba96ddf7b5e8 kdegraphics-kfile-plugins-3.4.1.ebuild 701
MD5 cd8f32acce0e2541d0481b1b69e7d6fa kdegraphics-kfile-plugins-3.4.2.ebuild 812
MD5 cbbbea94bc58dfee2b0020ee138c3b81 kdegraphics-kfile-plugins-3.4.3.ebuild 806
-MD5 95cc2e92c70aecfff0c3229133f7e468 kdegraphics-kfile-plugins-3.5.0.ebuild 694
+MD5 252deabd368e23d462eeaf6f05de1e17 kdegraphics-kfile-plugins-3.5.0.ebuild 785
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
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"