# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: MYTHTV_COMMIT="c548468c45f14df050e75696345966f8375df26c" EAPI=2 inherit qt4 mythtv-plugins DESCRIPTION="Gallery and slideshow module for MythTV." HOMEPAGE="http://www.mythtv.org/wiki/MythGallery" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="+exif opengl raw" RDEPEND="exif? ( >=media-libs/libexif-0.6.10 ) opengl? ( virtual/opengl ) media-libs/tiff media-gfx/dcraw" DEPEND="${RDEPEND}" MTVCONF="$(use_enable exif) $(use_enable exif new-exif) $(use_enable raw dcraw) $(use_enable opengl)"