net-irc/znc: hide zlib and icu behind global USE-flags
[gentoo.git] / media-plugins / vdr-videosystem / vdr-videosystem-0.0.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="4"
6
7 inherit vdr-plugin-2
8
9 DESCRIPTION="VDR plugin: Switch OSD resolution depending on signal-videosystem (PAL/NTSC)"
10 HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=43516"
11 SRC_URI="mirror://gentoo/${P}.tgz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="x86"
16 IUSE=""
17
18 DEPEND=">=media-video/vdr-1.3.18"
19
20 PATCHES=("${FILESDIR}/${P}-uint64.diff")