# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde MY_P="${PN}-${PV/_rc/try}" S="${WORKDIR}/${P%_rc5}" DESCRIPTION="An image viewer for KDE implementing OpenGL" HOMEPAGE="http://ksquirrel.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="kdeenablefinal kipi mmx arts" DEPEND="media-libs/ksquirrel-libs kipi? ( media-libs/libkipi ) arts? ( kde-base/arts )" RDEPEND="${DEPEND}" need-kde 3.3 src_compile() { econf \ `use_enable mmx` \ `use_with arts` } src_install() { kde_src_install dodoc fmt_filters_README }