diff options
author | 2007-10-20 00:00:37 +0000 | |
---|---|---|
committer | 2007-10-20 00:00:37 +0000 | |
commit | 6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch) | |
tree | c8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/kdegraphics-kfile-plugins | |
parent | Version bump, bug #195981 (diff) | |
download | historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2 historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip |
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
3 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog index 161bef4e3f9b..f1607341c1d3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.84 2007/08/28 19:57:17 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.85 2007/10/19 22:23:23 philantrop Exp $ + +*kdegraphics-kfile-plugins-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +kdegraphics-kfile-plugins-3.5.8.ebuild: + Bump to KDE 3.5.8. 28 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> +files/kdegraphics-kfile-plugins-3.5.7-openexr-1.6.0.patch, diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.8 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.8 new file mode 100644 index 000000000000..3bbc87669000 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.8 @@ -0,0 +1,3 @@ +MD5 a3a31fc0e5b791ef330dd0627095d90f kdegraphics-3.5.8.tar.bz2 7444011 +RMD160 8e77f76a6edcf6a1c20b4d76fcc5c79fe196599b kdegraphics-3.5.8.tar.bz2 7444011 +SHA256 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155 kdegraphics-3.5.8.tar.bz2 7444011 diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild new file mode 100644 index 000000000000..22dcfb924fd8 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 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.8.ebuild,v 1.1 2007/10/19 22:23:23 philantrop 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() { + local myconf="$myconf $(use_with openexr)" + kde-meta_src_compile +} |