summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-25 04:34:35 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-25 04:34:35 +0000
commit244e258d1a8a0ecfb0a4a7f41e8c02cf0707041b (patch)
treeab1982729ecfc23233de8e5eed4d6f441b1211d6 /kde-base/kdegraphics-kfile-plugins
parentBump to 3.5.4 (pre-release). (diff)
downloadgentoo-2-244e258d1a8a0ecfb0a4a7f41e8c02cf0707041b.tar.gz
gentoo-2-244e258d1a8a0ecfb0a4a7f41e8c02cf0707041b.tar.bz2
gentoo-2-244e258d1a8a0ecfb0a4a7f41e8c02cf0707041b.zip
Bump to 3.5.4 (pre-release).
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
-rw-r--r--kde-base/kdegraphics-kfile-plugins/ChangeLog8
-rw-r--r--kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.43
-rw-r--r--kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.4.ebuild26
3 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog
index 484602fd4299..d6872f5ebd05 100644
--- a/kde-base/kdegraphics-kfile-plugins/ChangeLog
+++ b/kde-base/kdegraphics-kfile-plugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdegraphics-kfile-plugins
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.51 2006/06/22 13:19:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.52 2006/07/25 04:34:35 flameeyes Exp $
+
+*kdegraphics-kfile-plugins-3.5.4 (25 Jul 2006)
+
+ 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
+ +kdegraphics-kfile-plugins-3.5.4.ebuild:
+ Bump to 3.5.4 (pre-release).
22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
kdegraphics-kfile-plugins-3.4.3.ebuild,
diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.4 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.4
new file mode 100644
index 000000000000..290bc8f00244
--- /dev/null
+++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.4
@@ -0,0 +1,3 @@
+MD5 de1f6d0597235f52186aaeeaabe7dc08 kdegraphics-3.5.4.tar.bz2 7326485
+RMD160 a3faa89ffe551af7078c0fc52f0dada178f22d47 kdegraphics-3.5.4.tar.bz2 7326485
+SHA256 88d9801bd13eec622f17528f61ccfb509a8aeb34befa1f2428ad36b7b57e756e kdegraphics-3.5.4.tar.bz2 7326485
diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.4.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.4.ebuild
new file mode 100644
index 000000000000..e3e213d79884
--- /dev/null
+++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 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.4.ebuild,v 1.1 2006/07/25 04:34:35 flameeyes Exp $
+
+KMNAME=kdegraphics
+KMMODULE=kfile-plugins
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="kfile plugins from kdegraphics"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+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"
+
+src_compile() {
+ myconf="$myconf $(use_with openexr)"
+ kde-meta_src_compile
+}