blob: 8d6c147da0c7ee6cdd72aaf82efd4f06223cf306 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvdselect/vdr-dvdselect-0.8.ebuild,v 1.2 2007/10/04 12:11:51 zzam Exp $
inherit vdr-plugin eutils
DESCRIPTION="VDR plugin: mount multiple DVD-Images to the dvd-device"
HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Dvdselect-plugin"
SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.3.9
|| ( >=media-tv/gentoo-vdr-scripts-0.4.1
>=media-tv/vdr-dvd-scripts-0.0.1-r1 )"
PATCHES="${FILESDIR}/${P}-gentoo.diff"
|