blob: 6b67c023b133e6954aa39e64a2bce4722bf87063 (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cdda/vdr-cdda-0.1.0-r1.ebuild,v 1.4 2007/07/10 23:08:59 mr_bones_ Exp $
inherit vdr-plugin
DESCRIPTION="Video Disk Recorder - CD Digital Audio"
HOMEPAGE="http://www.wahnadium.org/vdr-cdda"
SRC_URI="ftp://ftp.wahnadium.org/pub/vdr-cdda/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=media-video/vdr-1.3.22
>=dev-libs/libcdio-0.75
"
RDEPEND="${DEPEND}"
PATCHES="${FILESDIR}/${P}.patch
${FILESDIR}/${P}-cdspeed.diff
${FILESDIR}/${P}-linking-order.diff"
|