diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 17:45:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 17:45:29 +0000 |
commit | f5172debb3787ef2e3bdd94516cb2466524a9d98 (patch) | |
tree | e10b0278f30f637dadff8769279d4fb4d1130628 /kde-base/kdegraphics-kfile-plugins | |
parent | Stable on alpha wrt security Bug #134168. (diff) | |
download | gentoo-2-f5172debb3787ef2e3bdd94516cb2466524a9d98.tar.gz gentoo-2-f5172debb3787ef2e3bdd94516cb2466524a9d98.tar.bz2 gentoo-2-f5172debb3787ef2e3bdd94516cb2466524a9d98.zip |
Update to new release.
(Portage version: 2.1_rc3-r3)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog index e4d835aba4b0..d90514a1e911 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.49 2006/06/01 09:00:51 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.50 2006/06/01 17:45:29 flameeyes Exp $ + +*kdegraphics-kfile-plugins-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + +kdegraphics-kfile-plugins-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kdegraphics-kfile-plugins-3.5.2.ebuild: diff --git a/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.3 b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.3 new file mode 100644 index 000000000000..5fe118a3fda8 --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/files/digest-kdegraphics-kfile-plugins-3.5.3 @@ -0,0 +1,3 @@ +MD5 56bd5537521dc94633f8effaace523cb kdegraphics-3.5.3.tar.bz2 7300366 +RMD160 9c3ee5d1f7e767eb2be854fd0e3a9b0ac90d81bf kdegraphics-3.5.3.tar.bz2 7300366 +SHA256 1ee3895002a2cb7e6da2d27cd330141acf40dbdb9f3683c7685fd4ff71319861 kdegraphics-3.5.3.tar.bz2 7300366 diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.3.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.3.ebuild new file mode 100644 index 000000000000..10947794997f --- /dev/null +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.3.ebuild @@ -0,0 +1,23 @@ +# 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.3.ebuild,v 1.1 2006/06/01 17:45:29 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" + +myconf="$myconf $(use_with openexr)" |