# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: MYTHTV_COMMIT="90fe13c948122c2e19f310d7bcfc5c6d1a8c1112" EAPI=2 inherit qt4 mythtv-plugins DESCRIPTION="Allows for archiving your videos to DVD." HOMEPAGE="http://www.mythtv.org/wiki/MythArchive" LICENSE="GPL-2" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-lang/python-2.3.5 dev-python/mysql-python dev-python/imaging >=media-video/mjpegtools-1.6.2[png] >=media-video/dvdauthor-0.6.11 >=media-video/ffmpeg-0.4.9 >=app-cdr/dvd+rw-tools-5.21.4.10.8 virtual/cdrtools media-video/transcode" DEPEND="${RDEPEND}" src_install() { mythtv-plugins_src_install # Fix up permissions for the scripts the plugin uses fperms 755 /usr/share/mythtv/mytharchive/scripts/mythburn.py fperms 755 /usr/share/mythtv/mytharchive/scripts/testsubtitlepngs.sh }