diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 20:06:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 20:06:00 +0000 |
commit | ba35f3c1108dba178de178c8ceb783e952257ad5 (patch) | |
tree | ca865ab9ac9253dc03bc1c7f08b75c9985c7b4dd /kde-base/kdegraphics-kfile-plugins | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-ba35f3c1108dba178de178c8ceb783e952257ad5.tar.gz gentoo-2-ba35f3c1108dba178de178c8ceb783e952257ad5.tar.bz2 gentoo-2-ba35f3c1108dba178de178c8ceb783e952257ad5.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
3 files changed, 39 insertions, 2 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog index f0df00d6b67c..c5d312cd6c42 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.71 2006/12/20 16:20:33 weeve Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.72 2007/01/16 20:06:00 flameeyes Exp $ + +*kdegraphics-kfile-plugins-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + +kdegraphics-kfile-plugins-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 20 Dec 2006; Jason Wever <weeve@gentoo.org> kdegraphics-kfile-plugins-3.5.5-r1.ebuild: diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.6 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.6 new file mode 100644 index 000000000000..de24125a93ab --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.6 @@ -0,0 +1,3 @@ +MD5 79a1ffb7ae89bede1410411a30be3210 kdegraphics-3.5.6.tar.bz2 7332938 +RMD160 4cb41696ffb1284252009edfe8bd0933ef541800 kdegraphics-3.5.6.tar.bz2 7332938 +SHA256 2c397f3c524b7c465e6d9289944aa8ed2acc43c8bafb983eb3f252aba7a19a1f kdegraphics-3.5.6.tar.bz2 7332938 diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild new file mode 100644 index 000000000000..0b4fd35a1fdf --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild @@ -0,0 +1,28 @@ +# 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.6.ebuild,v 1.1 2007/01/16 20:06:00 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 ~hppa ~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" + +PATCHES="${FILESDIR}/post-3.5.5-kdegraphics.diff" + +src_compile() { + myconf="$myconf $(use_with openexr)" + kde-meta_src_compile +} |