# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit vdr-plugin DESCRIPTION="VDR Plugin: for the Reel true color osd" HOMEPAGE="http://www.reel-multimedia.com" SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=media-video/vdr-1.6.0 >=media-video/reelbox-ehd-headers-12384" RDEPEND="${DEPEND}" S="${WORKDIR}/osdpip" src_prepare() { vdr-plugin_src_prepare epatch "${FILESDIR}/${P}.diff" epatch "${FILESDIR}/${P}_include.diff" }