diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 02:49:29 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 02:49:29 +0000 |
commit | 6a9d9dc553e6d8ff6263e5b70ce1ed868f443cea (patch) | |
tree | 529c3eb3257d70e522d1bbe5267c1b9ac3f102cc /kde-base/kdegraphics-kfile-plugins | |
parent | Add ~x86 keyword (diff) | |
download | historical-6a9d9dc553e6d8ff6263e5b70ce1ed868f443cea.tar.gz historical-6a9d9dc553e6d8ff6263e5b70ce1ed868f443cea.tar.bz2 historical-6a9d9dc553e6d8ff6263e5b70ce1ed868f443cea.zip |
Version bump.
Package-Manager: portage-2.1.2.7
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 f8975e2650f9..35c81dfd8b60 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.76 2007/02/05 12:36:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.77 2007/05/22 22:48:23 carlo Exp $ + +*kdegraphics-kfile-plugins-3.5.7 (22 May 2007) + + 22 May 2007; Carsten Lohrke <carlo@gentoo.org> + +kdegraphics-kfile-plugins-3.5.7.ebuild: + Version bump. 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -files/configure-fix-kdegraphics-openexr.patch: diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.7 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.7 new file mode 100644 index 000000000000..ba24610e2ca5 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.7 @@ -0,0 +1,3 @@ +MD5 eae753e80c5f8dd304e7fd0dca84ae67 kdegraphics-3.5.7.tar.bz2 7424976 +RMD160 ccf36f5c34a1d484f0878a42a51dc620c2bdfa71 kdegraphics-3.5.7.tar.bz2 7424976 +SHA256 5689882ade29d0f56e95783f1c3e443fd512ca8291bcb81aac60ac719a8dcdcc kdegraphics-3.5.7.tar.bz2 7424976 diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.7.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.7.ebuild new file mode 100644 index 000000000000..665255ae3d15 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.7.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.7.ebuild,v 1.1 2007/05/22 22:48:23 carlo 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 +} |