blob: 0d1dffd54d0a0374aee97e55cc2ac3ab0d5740e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.1.0-r1.ebuild,v 1.1 2007/06/01 18:46:02 zzam Exp $
inherit vdr-plugin
DESCRIPTION="VDR Plugin: Web Access To Settings"
HOMEPAGE="http://live.vdr-developer.org"
SRC_URI="http://live.vdr-developer.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="media-video/vdr
>=dev-libs/boost-1.33.0
>=dev-libs/tntnet-1.5.3
>=dev-libs/cxxtools-1.4.3"
PATCHES="${FILESDIR}/${PV}/new-tntnet.diff
${FILESDIR}/${PV}/linking.diff
${FILESDIR}/${PV}/timerdelete.diff"
|