blob: fd67e4116c1ecbf01e8f347b1e8647b69e78f3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2010 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.6 2010/10/05 17:28:52 ssuominen 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
"${FILESDIR}"/${P}_gcc-4.4.patch
"${FILESDIR}"/${P}-glibc-212.patch
)
|